Python Quick Hacks and Codes

TwitterFacebook
Get flash to fully experience Pearltrees
The matplotlibrc file contains many useful parameters for tweaking your setup to your liking, and it’s worth at least skimming through to get an idea of what it contains. Editing the file makes more permanent changes, while using the pylab rcParams dictionary or rc() and rcdefaults() functions lets you make and revert changes on the fly. View the rc parameters by using

Adjust settings for matplotlib using rc and matplotlibrc « scienceoss.com

http://scienceoss.com/adjust-settings-for-matplotlib-using-rc-and-matplotlibrc/
http://www.logix4u.net/component/content/article/27-tutorials/44-how-to-create-windows-executable-exe-from-python-script

How to create Windows executable (.exe) from Python script

Python is a simple and powerful language for scripting and even application development.
http://effbot.org/zone/import-confusion.htm January 07, 1999 | Updated February 02, 2001 | Fredrik Lundh Introduction The import and from-import statements are a constant cause of serious confusion for newcomers to Python.

Importing Python Modules

A function is a block of organized, reusable code that is used to perform a single, related action. Functions provides better modularity for your application and a high degree of code reusing. As you already know, Python gives you many built-in functions like print() etc. but you can also create your own functions. http://www.tutorialspoint.com/python/python_functions.htm

Python - Functions

numpy

Math with Python

Graphing

Data Munging

Python Tools

Python for Scientific Computing

python