Reportlab and Pisa PDF display or download through a web page is always an excellent idea to impress other if it's done on the...
This is very small work but, i wanted to display some feed to my website. The script creates a html file, you can use in your portlet,...
Recently i have implemented JQuery in one of the site created through python CGI. I googled a lot about it and got very easy...
SimpleAI is an easy to use lib implementing in python many of the artificial intelligence algorithms described on the book...
We are sharing an open source framework that we made here at Machinalis: Quepy https://github.com/machinalis/quepy...
[code python] #!/usr/bin/python -w # Inicializamos las listas de abiertos y cerradas en vacio #...
We have been talking about Heroku applications using Python, where we can set up Python based web hosting without the need to work...
Heroku is a web hosting service at www.heroku.com where Python web applications can be implemented at a low cost, as low as 45 EU...
The python way is to do more, by doing less. So the very first python program of every chap should be: #!/usr/bin/env python...
Coding standards is not only to avoid ugly code. It is very useful to get responses quickly. You can see the...
cd source # cd $HOME/MyHerokuProject/source pip freeze > requirements.txt cat >Procfile web: python...
Presented without comment, aside from the fact that this made me laugh on an otherwise frustrating day... [code python]...
Recently i did excellent work around to run python script using eval statement. [code python]p_obj...
List comprehensions are often a bit intimidating to developers who are new to Python. They are really much friendlier than that...
Now We Have Working Code On GAE! I'm going to bed slightly later than expected tonight, but with a quiet sense of...
Once you get past Hello World, there are a several good entry points for a new Python developer to get acquainted with the...
Got an Android Phone? Missing Python when you're separated from your laptop? Need to script any type of routine tasks that your...
Desde el IDLE: >> chords = ["I", "ii", "iii", "IV", "V",...
Have you ever needed to read unicode data file from Python? If so, you know that it is harder than it sounds. Even if...
List of Python Software : http://en.wikipedia.org/wiki/List_of_Python_software ...
I was just sitting idle, so thought that i should write some documentation about my new work. There are lot of python files inside a...
Recently, i was working on Java Struts. I faced an issue and i suppose it's worth to write down here so that it work as quick help for...
For the application I will be using Aptana 3 as my IDE. I have used gedit but I want to wallow around in something that makes me feel...
import sys import os import tkMessageBox from Tkinter import * from tkCommonDialog import Dialog...
import sys import os import tkMessageBox from Tkinter import * from tkCommonDialog import Dialog import shutil import...