Managing multiple projects at work and also at home requires me to work with various programming languages. The adage “the right tool for the right job” is definitely true for application development. I currently develop using “C”, Java, PHP and Python. I’ve only recently started to learn Python because it’s currently the only language supported [...]
Python's tag archives
Diving in with the Google App Engine
I’m finally getting around to actual development using the Google App Engine. Since Python is currently the only supported language, I’ve had to do a little up front studying of the language itself. My programming language experience includes “C”, Java, and PHP, so learning Python is no big deal. I just need to work on [...]
Run your web applications on Google’s infrastructure
On April 7th, Google announced their new offering called “AppEngine”. AppEngine is an environment that allows you to develop web based applications that run on Google’s scalable systems. AppEngine provides dynamic web serving, a “datastore” used to store your applications data, automatic scaling and load balancing and a downloadable development environment. The AppEngine framework is [...]
Continue reading " Run your web applications on Google’s infrastructure "
About
- Just ramblings from a developer with over 20 years experience. I will blog about my own personal development projects along with thoughts and reviews of others projects and development kits. My personal projects will generally be based in PHP, Java or C.