Difference between revisions of "Python"
Jump to navigation
Jump to search
m |
m |
||
Line 2: | Line 2: | ||
[[My Python Notes]] | [[My Python Notes]] | ||
== Python programming notes == | |||
[[Python programming]] | |||
== Python resources == | == Python resources == | ||
Line 18: | Line 22: | ||
[http://djangobook.com/ Django book] | [http://djangobook.com/ Django book] | ||
== Data Visualization Libraries == | == Data Visualization Libraries == |
Revision as of 14:02, 11 February 2016
My Python notes
Python programming notes
Python resources
Books
Python Frameworks
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Data Visualization Libraries
Bokeh is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of novel graphics in the style of D3.js, but also deliver this capability with high-performance interactivity over very large or streaming datasets. Bokeh can help anyone who would like to quickly and easily create interactive plots, dashboards, and data applications.
Python on Linux
Linux Mint 14 Nadia with Cinnamon
The basic install of Mint 14 with Cinnamon comes with Python 3.2.3 and 2.7.3.
Invoking Python 3.2 Interpreter
$ python3.2 Python 3.2.3 (default, Oct 19 2012, 19:53:16) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>
Note: I don't use Python 2.x versions