Python - chaolunner/RaspberryPi GitHub Wiki
Python is powerful... and fast;
plays well with others;
runs everywhere;
is friendly & easy to learn;
is Open.
The Official Python Tutorial
-
Packages (
__init__.py
) -
Importing * From a Package (
__all__
) -
Packaging Python Projects (
setup.py
&LICENSE
)
For Beginer
- w3schools.com [EN]
- RUNOOB.COM [ZH]
Plugins
-
Python Utilities - Python utility classes. Use them as you wish.
- array - Converting sequences
- compat - Python compatibility helpers
- dll - DLL loading
- dojo - Training classes for functions and algorithms
- ebs - A component-based entity system framework
- events - General purpose event handling routines
- resources - Resource management
- scene - Scene management
- sysfont - Font detection helpers
-
python-inject - Dependency injection for Python
-
Forbidden Fruit - Make it possible to use like
C# Extensions
style in Python