File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -76,18 +76,20 @@ Thanks!
76
76
77
77
### Introductory
78
78
79
- - [ A Byte of Python] ( https://python.swaroopch.com/ )
79
+ - [ 100 Page Python Intro] ( https://learnbyexample.github.io/100_page_python_intro )
80
+ - [ A Byte of Python] ( https://python.swaroopch.com )
80
81
- [ Code With Repl.it: Python Projects for Beginners] ( https://www.codewithrepl.it/python-projects-for-beginners.html )
81
82
- [ Exploring Python Basics] ( https://www.manning.com/books/exploring-python-basics )
82
83
- [ Learn Python the Right Way] ( https://learnpythontherightway.com )
83
84
- [ Non-Programmer's Tutorial for Python 3] ( https://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3 )
84
85
- [ Python 101] ( https://python101.pythonlibrary.org/ )
85
- - [ Slither Into Python] ( https://www.slitherintopython.com/ )
86
+ - [ Slither Into Python] ( https://www.slitherintopython.com )
86
87
87
88
### Intermediate
88
89
89
90
- [ Boxes: Your Second Python Book] ( http://ralsina.gitlab.io/boxes-book/ )
90
91
- [ Intermediate Python] ( https://leanpub.com/intermediatepython )
92
+ - [ Python re(gex)?] ( https://learnbyexample.github.io/py_regular_expressions/ )
91
93
- [ Python Tips: Intermediate Python] ( http://book.pythontips.com/en/latest/index.html )
92
94
93
95
### Advanced
You can’t perform that action at this time.
0 commit comments