
Python Quick Hacks and Codes
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
How to create Windows executable (.exe) from Python script
Python is a simple and powerful language for scripting and even application development.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.
Python - Functions
numpy
Math with Python
Graphing
Data Munging
Python Tools
Python for Scientific Computing
python

