https://github.com/TheAlgorithms/Python
Data Types in Python
https://github.com/chriskiehl/Gooey
https://github.com/ManimCommunity/manim
https://www.zenrows.com/blog/mastering-web-scraping-in-python-crawling-from-scratch
Exploring Polymorphism in Python
https://lona-web.org
NumPy (Numerical Python)
https://opensource.com/article/21/9/python-numpy
PySimpleGUI
https://github.com/PySimpleGUI/PySimpleGUI
Beautiful Soup
https://pypi.org/project/beautifulsoup4
https://www.crummy.com/software/BeautifulSoup/bs4/doc
https://opensource.com/article/21/9/web-scraping-python-beautiful-soup
Turtle graphics
https://docs.python.org/3.7/library/turtle.html
https://opensource.com/article/21/9/logo-python-turtle
¶
Data Types
Label Array
¶
Dictionary
GeeksForGeeks -
Python Dictionary
John Sturtz -
Dictionaries in Python
Yong Cui -
Dictionary Data Types in Python — More Than Just Dict
W3Schools -
Python Dictionaries
¶
Binary Tree
Tutorials Point -
Binary Tree
GeeksForGeeks -
Binarytree Module in Python
[
Binary Tree
]
StackOverflow -
How to implement a binary tree
¶
Testing
¶
API
https://opensource.com/article/21/9/unit-test-python
pytest-mock