Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06f38c8

Browse files
authored
Added 2 books
Introductory: - 100 Page Python Intro: added Intermediate: - Python re(gex)?: added
1 parent 1e8dae6 commit 06f38c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,20 @@ Thanks!
7676

7777
### Introductory
7878

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)
8081
- [Code With Repl.it: Python Projects for Beginners](https://www.codewithrepl.it/python-projects-for-beginners.html)
8182
- [Exploring Python Basics](https://www.manning.com/books/exploring-python-basics)
8283
- [Learn Python the Right Way](https://learnpythontherightway.com)
8384
- [Non-Programmer's Tutorial for Python 3](https://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3)
8485
- [Python 101](https://python101.pythonlibrary.org/)
85-
- [Slither Into Python](https://www.slitherintopython.com/)
86+
- [Slither Into Python](https://www.slitherintopython.com)
8687

8788
### Intermediate
8889

8990
- [Boxes: Your Second Python Book](http://ralsina.gitlab.io/boxes-book/)
9091
- [Intermediate Python](https://leanpub.com/intermediatepython)
92+
- [Python re(gex)?](https://learnbyexample.github.io/py_regular_expressions/)
9193
- [Python Tips: Intermediate Python](http://book.pythontips.com/en/latest/index.html)
9294

9395
### Advanced

0 commit comments

Comments
 (0)