All RSS

Global Article Categories

Reportlab and Pisa

Posted in PyMantra | Category: General

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...

 

python feedparser to parse RSS feed

Posted in PyMantra | Category: General

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,...

 

JQuery and python script

Posted in PyMantra | Category: General

Recently i have implemented JQuery in one of the site created through python CGI. I googled a lot about it and got very easy...

 
machinalis

SimpleAI, Artificial Intelligence with python

Posted in Machinalis | Category: Python

SimpleAI is an easy to use lib implementing in python many of the artificial intelligence algorithms described on the book...

 
machinalis

Quepy is a framework to transform questions in natural...

Posted in Machinalis | Category: Python

We are sharing an open source framework that we made here at Machinalis: Quepy  https://github.com/machinalis/quepy...

 
pythonista

Algoritmo en python 3 para realizar la búsqueda A* (A...

Posted in bytesofcode | Category: General

[code python] #!/usr/bin/python -w   # Inicializamos las listas de abiertos y cerradas en vacio #...

 
sookies

A Heroku Python Flask website application

Posted in Python Projects | Category: General

We have been talking about Heroku applications using Python, where we can set up Python based web hosting without the need to work...

 
sookies

Heroku, a web hosting company good for Python 2.7

Posted in Python Projects | Category: General

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...

 

"Hello World!" - the pyton version

Posted in See one - Do one - Teach one! | Category: Python

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...

 

Python Coding Standards

Posted in My Blog | Category: Python

  Coding standards is not only to avoid ugly code. It is very useful to get responses quickly. You can see the...

 
sookies

Creating your first application and deploy to Heroku

Posted in Python Projects | Category: General

cd source # cd $HOME/MyHerokuProject/source pip freeze > requirements.txt cat >Procfile web: python...

 
numbercruncher

IDLE Easter Egg...

Posted in python-for-analysts | Category: General

Presented without comment, aside from the fact that this made me laugh on an otherwise frustrating day...  [code python]...

 

Run Python script method using eval statement

Posted in PyMantra | Category: General

  Recently i did excellent work around to run python script using eval statement.     [code python]p_obj...

 
numbercruncher

Comprehending List Comprehensions

Posted in python-for-analysts | Category: General

List comprehensions are often a bit intimidating to developers who are new to Python. They are really much friendlier than that...

 
numbercruncher

A Quiet Sense of Accomplishment - First GAE Application...

Posted in python-for-analysts | Category: Python

Now We Have Working Code On GAE!   I'm going to bed slightly later than expected tonight, but with a quiet sense of...

 
numbercruncher

Python for Newbies: A Simple Anagram Finder

Posted in python-for-analysts | Category: Python

Once you get past Hello World, there are a several good entry points for a new Python developer to get acquainted with the...

 
numbercruncher

A Very Silly Introduction to Android SL4A's...

Got an Android Phone? Missing Python when you're separated from your laptop? Need to script any type of routine tasks that your...

 
pythonista

Algoritmo en Python para obtener las progresiones de...

Posted in bytesofcode | Category: General

Desde el IDLE:   >> chords = ["I", "ii", "iii", "IV", "V",...

 
mypy

Workaround for Python bug: 'ascii' codec can't encode...

Posted in mypy | Category: General

Have you ever needed to read unicode data file from Python? If so, you know that it is harder than it sounds. Even if...

 
muthuvel

Python-Basics

Posted in muthuvel-PythonBlog | Category: General

List of Python Software : http://en.wikipedia.org/wiki/List_of_Python_software  ...

 

python module documentation

Posted in PyMantra | Category: Python

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...

 

Java Struts and DBCP object created........never closed.

Posted in PyMantra | Category: General

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...

 
rbwilkinson

PYGTK?

Posted in Skink Py | Category: General

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...

 
bharath6725

File for Copying the Directory to other location which...

Posted in Concepts4u | Category: General

import sys import os import tkMessageBox from Tkinter import * from tkCommonDialog import Dialog...

 
bharath6725

Copying the Directory from one Location to Another

Posted in Concepts4u | Category: General

import sys import os import tkMessageBox from Tkinter import * from tkCommonDialog import Dialog import shutil import...

 
1 2 3 4 5  Next»