https://github.com/danielbrito/python-studies
:snake: Python experiments.
https://github.com/danielbrito/python-studies
python
Last synced: 9 months ago
JSON representation
:snake: Python experiments.
- Host: GitHub
- URL: https://github.com/danielbrito/python-studies
- Owner: DanielBrito
- Created: 2021-01-31T00:01:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T20:24:58.000Z (about 1 year ago)
- Last Synced: 2024-11-28T21:24:52.141Z (about 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 17.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :snake: Python Studies
These experiments cover different tools and concepts related to Python from my [self-directed](https://github.com/DanielBrito/self-learning) studies.
## :bookmark_tabs: Topics
- Data structures
- Object Oriented Programming
- Testing
- Efficiency
- Algorithms
- Visualizing data
## :rocket: Projects
- [College Dissertation](https://github.com/DanielBrito/monografia) :mortar_board:
## :books: Books
- [Think Python](https://greenteapress.com/wp/think-python/) (Allen Downey)
## :toolbox: Tools
- [Spyder](https://www.spyder-ide.org/)
## 🗃️ Resources
- [Introduction to Computer Science and Programming in Python](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-0001-introduction-to-computer-science-and-programming-in-python-fall-2016/) (MIT)