Python: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Python - the computer language | Python - the computer language | ||
=Python Modules= | |||
[[Numpy]] | |||
[[Cantera]] | |||
[[Pandas]] | |||
[[Python Imaging Library]] | |||
[[Python Sundials]] | |||
an ancient and now somewhat humorous article: [[Py4Sci]] | |||
=Profiling= | |||
See [[Python/Profiling]] | |||
=Resources= | =Resources= | ||
Revision as of 05:26, 21 March 2017
Python - the computer language
Python Modules
an ancient and now somewhat humorous article: Py4Sci
Profiling
See Python/Profiling
Resources
This Wiki
All pages on this wiki categorized Python: Category:Python
The old Python page: Old Python Page
Awesome Python
Awesome-python: https://awesome-python.com/ (github repo here: [1])
Wow, just... wow.
Learning Python
# it's about damn time alias python='python3'
Why you shouldn't use "Learn Python the Hard Way": http://sopython.com/wiki/LPTHW_Complaints
List of recommended Python tutorials: http://sopython.com/wiki/What_tutorial_should_I_read%3F
Ebook: Dive Into Python 3: http://www.diveintopython3.net/