May 17, 2010

Django-Python Web Framework

May 17, 2010 0
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.Developed four years ago by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers...
Read more...

My first website "OnRoute Courier & Cargo " in django.

May 17, 2010 0
My first website,The OnRoute-courier&Cargo website is fully powered by django.This website is also written in Ruby and Python scripting languages and also available on Google-App-engine.Thanks to Pavan Mishra,who help me to develop this website on Django.Pavan also made this website on Ruby and Rails.which is hosted...
Read more...

"Xpress Courier & Cargo " in Google Appengine

May 17, 2010 0
Now,its my second Project,which is developed in Google Appengine.This website is also made in Django with the use of python as a scripting language.Thanks to Pavan Mishra ,who help me to develop this website on Google Appengine.Here is the URL xpressCC .Here is some snaps of the Website..powered by Google Appengine...developed...
Read more...

May 14, 2010

Writing programs gives you the power to control your PC.

May 14, 2010 0
Almost everyone knows how to use a computer,but few people take the step and learn how to control it.if you use others people's software,you will be always limited by what other people think you want to do.Write your program and only the limit will be your own imagination.Programming will make you more creative.It will...
Read more...

May 07, 2010

say Hello, World! in Google Appengine.

May 07, 2010 0
Lets start.# Creating a Simple Request Handler :-Python App Engine applications communicate with the web server using the CGI standard. When the server receives a request for your application, it runs the application with the request data in environment variables and on the standard input stream (for POST data).* create...
Read more...

The Development environment for google appengine.

May 07, 2010 0
You develop and upload Python applications for Google App Engine using the App Engine Python software development kit (SDK).Download from the Python website .Download the App Engine SDK . Follow the instructions on the download page to install the SDK on your computer.most use of two commands from the SDK: * dev_appserver.py,...
Read more...

Google App Engine at a glance .

May 07, 2010 0
1. Google App Engine at a glance 2. Introduction • PaaS • Running own Apps in Google infrastructure • Supports different runtime environments – Java ( JRE 6 with limitations, standard APIs like JDO, JPA, JavaMail) – Python ( 2.5.2, standard library) • App runs in sandbox • Automatic scaling and load balancing 3. Architecture...
Read more...

Google Appengine overview...

May 07, 2010 0
Creating an App Engine application is easy, and only takes a few minutes. Now , we are going to learn : * build an App Engine application using Python * use the "webapp" web application framework * use the App Engine datastore with the Python modeling API * integrate an App Engine application with Google Accounts for...
Read more...

May 06, 2010

Take a look on "Google Appengine for Python"

May 06, 2010 2
Welcome to Google App Engine for Python!You can develop your Google App Engine application for either of two application environments:1->Java2->PythonBut here,I am going with Python * a fast Python 2.5 interpreter in a secure sandbox environment * includes the complete Python standard library * compiled application...
Read more...

May 05, 2010

Google Appengine

May 05, 2010 1
Google Appengine.Google App Engine lets you run your web applications on Google's infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's...
Read more...

May 02, 2010

Follow Us @soratemplates