Python

TwitterFacebook
Get flash to fully experience Pearltrees
Python is a general-purpose, high-level programming language.whose design philosophy emphasizes code readability. http://zoomzum.com/10-useful-python-libraries-developer-should-know-about/

10 Useful Python Libraries Developer Should Know About

A simple algorithm which uses a recursive function to solve the puzzle. The credit for this algorithm must go to Richard Buckland: http://www.youtube.com/watch?v=bjObm0hxIYY&feature=autoplay&list=PL6B940F08B9773B9F&playnext=1 http://code.activestate.com/recipes/578140-super-simple-sudoku-solver-in-python-source-code/

Sudoku solver in Python source code

A quick and beautiful hack!

You can get inspired from the most unlikely of places, and this time it was a twitter background image. http://swvist.github.com/05-14-2012-quickhack.html
Python is a general-purpose, high-level programming language.whose design philosophy emphasizes code readability. Python claims to combine “remarkable power with very clear syntax”, and its standard library is large and comprehensive.

8 Best Python eBooks for Programmers

http://zoomzum.com/8-best-python-ebooks-for-programmers/
Sublime Text 2 is a very powerful text editor which has gained popularity recently – for good reasons. It is commercial (59 USD). Plenty of power comes from the fact that Sublime has a plug-in framework built in Python.

Sublime Text 2 tips for Python and web developers

http://opensourcehacker.com/2012/05/11/sublime-text-2-tips-for-python-and-web-developers/
Introduction The examples in this article will create menu, scroll view and popup window. http://www.codeproject.com/Articles/377432/Writing-an-Android-GUI-using-Python

Writing an Android GUI using Python

Python - Stock Quotes From Google Finance

http://architects.dzone.com/articles/python-stock-quotes-google Quick example of retrieving stock quotes from Google Finance in Python:
http://isbullsh.it/2012/04/Web-crawling-with-scrapy/ In this article, we are going to see how to scrape information from a website, in particular, from all pages with a common URL pattern. We will see how to do that with Scrapy , a very powerful, and yet simple, scraping and web-crawling framework.

Crawl a website with scrapy - *.isBullsh.it

http://www.emacswiki.org/emacs/?action=browse;oldid=PythonMode;id=PythonProgrammingInEmacs

Python Programming In Emacs

This page collects information for creating a usable Python programming environment in Emacs.

Everything you need to know about Python exceptions

Exceptions are the modern way to substitute error codes to signal errors, and are mainly present in object-oriented languages both static and dynamic. Exceptions are also a first-class mechanism in Python.

The Hitchhiker’s Guide to Python! — pythonguide 0.0.1 documentation

Welcome to The Hitchhiker’s Guide to Python. This guide is currently under heavy active development. If you’d like to help, fork us on GitHub !