From charlesreid1

No edit summary
No edit summary
Line 1: Line 1:
Python - the computer language
Python - the computer language
=Resources=
==This Wiki==


All pages on this wiki categorized Python: [[:Category:Python]]
All pages on this wiki categorized Python: [[:Category:Python]]


The old Python page: [[Old Python Page]]
The old Python page: [[Old Python Page]]
==Awesome Python==
Awesome-python: https://awesome-python.com/ (github repo here: [https://github.com/vinta/awesome-python])
Wow, just... wow.
==Learning Python==
<pre>
# it's about damn time
alias python='python3'
</pre>


Why you shouldn't use "Learn Python the Hard Way": http://sopython.com/wiki/LPTHW_Complaints
Why you shouldn't use "Learn Python the Hard Way": http://sopython.com/wiki/LPTHW_Complaints
Line 9: Line 26:
List of recommended Python tutorials: http://sopython.com/wiki/What_tutorial_should_I_read%3F
List of recommended Python tutorials: http://sopython.com/wiki/What_tutorial_should_I_read%3F


Awesome-python: https://awesome-python.com/ (github repo here: [https://github.com/vinta/awesome-python])
Ebook: Dive Into Python 3: http://www.diveintopython3.net/
 


Ebook: Dive Into Python 3: http://www.diveintopython3.net/





Revision as of 05:21, 21 March 2017

Python - the computer language

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/