Category: Programming

  • First: Download the Google App Engine SDK – App Engine — Google Cloud Platform Then open Google App Engine Launcher. This is the simplest app and it’s all created by naming it “helloworld.” However, making an app that actually does stuff is something else. Continue to follow this blog for more details.

  •   Joe Parente and Joey Perrott are doing afternoon sessions with the Web Coding Bootcamp. I’m learning a lot and transcribing my notes down below. In our first python project, we’re working on a quote database using The Python NDB Datastore API. Methods As started the day before, the afternoon session continued on with fleshing out…

  • Joe Parente and Joey Perrott are doing afternoon sessions with the Web Coding Bootcamp. I’m learning a lot and transcribing my notes down below. Python is an interpreted¹ programming language. It supports multiple programming paradigms, but the instructors mostly focused on the object oriented (OO) style. Everything can be understood as an object. Functions (methods²) and…