content(resources): add content to lang intro pages

This commit is contained in:
Jean-Philippe Sirois
2019-12-15 23:57:39 -05:00
parent 4690ca9e08
commit d392f3ec2f
6 changed files with 128 additions and 12 deletions
+27 -2
View File
@@ -5,6 +5,31 @@ created_at: 2019/12/15
title: Python
---
## Python
## Beginner
The Python resources ^\_-
- [Official tutorial](https://docs.python.org/3/tutorial/)
- [Automate the boring stuff](https://automatetheboringstuff.com/)
- [Beginner's guide](https://wiki.python.org/moin/BeginnersGuide/NonProgrammers)
## Documentation
- [https://docs.python.org/3/](https://docs.python.org/3/)
- [https://www.python.org/dev/](https://www.python.org/dev/)
## Video
- [Socratica](https://goo.gl/8xKVKE)
- [thenewboston](https://goo.gl/9EqF2J)
## Books
- [Free](https://goo.gl/Lxhp7i)
- [Python Crash Course - paid](https://goo.gl/XQ7Nx6)
- [Advanced - paid](https://wiki.python.org/moin/AdvancedBooks)
## Other
- [TalkPython | Podcast](https://goo.gl/xwieUA)
- [Exercises](http://www.practicepython.org/)
- [List Comprehensions](https://www.programiz.com/python-programming/list-comprehension)
- [More Resources](https://goo.gl/Lw3Vqi)