-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooks_articles
57 lines (38 loc) · 1.75 KB
/
books_articles
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[https://python.swaroopch.com/](https://python.swaroopch.com/)
- 'A Byte of Python' - general python book (tutorial, language reference)
http://www.diveintopython3.net/
http://www.diveintopython.net/
https://github.com/diveintomark/diveintopython3
- language reference
http://openbookproject.net/thinkcs/python/english3e/
- How To Think Like a Computer Scientist (with Python)
https://datagoodie.com/blog/2018-09-15-python-big-data-tricks/
- python big data tricks
https://www.csestack.org/python/
- a different course (text only) approach. Level Intermediate-Advanced (with some Basics for beginners)
https://goalkicker.com/
- free books (Notes for Professionals) Highly Recommended !
https://pymotw.com/3/
- python 3 Module of the Week - Series of Articles
https://realpython.com/
- articles on different python topics (nicely explained)
https://pythonbytes.fm/
- podcast
https://github.com/yasoob/intermediatePython
- python book
https://forum.rocketsoftware.com/t/python-installation-on-z-os-filesystem/577
- python on z/OS (mainframe)
https://wiki.python.org/moin/Powerful%20Python%20One-Liners
- python one-liners
http://interactivepython.org/runestone/static/pythonds/index.html
- Problem Solving with Algorithms and Data Strucures using Python
https://pythonbooks.revolunet.com/
- collection of free python books (some links don't work anymore)
https://github.com/MrAlex6204/Books/tree/787ce90c2b165e06015a6a0c3d8029537dbd2c1f
- some python books
https://devcenter.heroku.com/articles/deploying-python
- How to deploy your python app on heroku (web app hosting service)
https://github.com/ChristosChristofidis/awesome-deep-learning
- Resources for deep learning
https://docs.python-guide.org/
- The Hitchhiker's guide to python (another python reference book)