Sept 25th

This commit is contained in:
Inaki Fernandez
2021-09-22 09:35:39 +02:00
parent 0c750dcc95
commit b506af96d6
13 changed files with 28 additions and 6 deletions

View File

@@ -144,6 +144,7 @@
- [freecodecamp.org: Python List Methods append( ) vs extend( ) in Python Explained with Code Examples](https://www.freecodecamp.org/news/python-list-methods-append-vs-extend)
- [writersbyte.com: 4 key Python Data Structures every beginner must know](https://writersbyte.com/4-key-python-data-structures-e-very-beginner-must-know)
- [geeksforgeeks.org: Top 10 Advance Python Concepts That You Must Know](https://www.geeksforgeeks.org/top-10-advance-python-concepts-that-you-must-know/)
- [freecodecamp.org: Dictionary Comprehension in Python Explained with Examples](https://www.freecodecamp.org/news/dictionary-comprehension-in-python-explained-with-examples/)
## Python Books
- [Python Data Science Handbook 🌟](https://jakevdp.github.io/PythonDataScienceHandbook/) This website contains the full text of the Python Data Science Handbook by Jake VanderPlas; the content is available on GitHub in the form of Jupyter notebooks.