background preloader

Python

Facebook Twitter

Panda3D - Free 3D Game Engine. Evennia - An innovative MUD server based on Python and Twisted + Django. Heroku | Cloud Application Platform. US 2012. How to Write an HTML5 Game in 30 Days with JQuery and Python. Kicking Ass and Taking Names “I wanted to do in boxing what Bruce Lee was able to do in karate. Lee was an artist, and, like him, I try to get beyond the fundamentals of my sport. I want my fights to be seen as plays.” - Sugar Ray Leonard Enough farting around.

If you've been wanting to write an HTML5 game for some time now, but you were too busy trying to get a perfectly timed grenade jump on Halo 3 while munching away at the leftover Doritos that fell between the cracks in your couch cushion, then you've come to the right place. I'll show you how I did it - and in 30 days. You've Got To Have What it Takes “I'll think, If this is his first punch, how are the others gonna feel? Day one starts when you decide that in 30 days you're going to release a game.

It's important to be realistic about it - in 30 days you're not going to make Starcraft III. Most importantly, don't be afraid to fail. Week One: Game Design “You have to know you can win. Week one is Game Design Week. Week Five: Release. Aplicaciones para Android en Python. Hola. ¡Buenos días a todos! En esta oportunidad les vengo a dejar algo básico para empezar la programación de aplicaciones para Android en lenguaje Python, si bien no les explicaré cómo funciona ni mucho menos, les dejaré algunas funciones para que ustedes quizás puedan expandir y desarrollar algo. Bueno, antes que todo, debemos instalar la aplicación SL4A, que la encontraremos acá en su página oficial, yo uso el sl4a_r4.apk en el tablet y luego desde el mismo sitio web bajamos el Python For Android.En todo código que programemos en nuestro Android, debemos importar la librería Android y crear el objeto para utilizar la API: Código : import android droid = android.Android() import android droid = android.Android() droid.dialogCreateAlert('Titulo','Mensaje') droid.dialogShow() Otra cosa bien sencilla sería pedir datos por GetInput mediante otro cuadro de dialogo, el código es sencillo igualmente: Paso a explicar esto un poco.

Respuesta = droid.dialogGetResponse().result print respuesta.