Hola amigos,
Esta semana estoy comenzando a usar el google app engine con soporte para java. Asi que les comparto este video de entrenamiento.
Lamentablemente esta en ingles, pero les recomiendo muchísimo, por que muestra paso a paso como usar eclipse, crear una aplicacion web basica y hacerlo deploy en google app engine.
Renan Huanca Video Eclipse , Google App Engine
Hi, today I’d begun to write some code in python.
Currently there are two version: 2.6.1 and 3.0. Because I’m new I used 2.6.1
Here are the basic steps to begin with
Download and install python :), http://www.python.org/download/
To use python directly from the console you should add the python to your systems path, some think like:
In windows set PATH=PATH;c:\python
In linux export PATH=PATH:/python
If everything is OK, you should be able to write pyhon in the command line and it should return this:
Now it is time to test some examples. Python’s site have a Beginner guide and some very simple examples
You can test the examples directly in the python’s command line
If you are plan to use eclipse here there is a good plugin http://begnu.wordpress.com/2007/09/26/pydev-python-eclipse/ , also you may want to see http://begnu.wordpress.com/2007/09/26/pydev-python-eclipse/
Now just test the examples a see what happens
This is it for now. bye.
- Reni
Renan Huanca Eclipse , python Eclipse , python
Recent Comments