https://github.com/willianantunes/python-playground
Getting to know Python
https://github.com/willianantunes/python-playground
knowledge python-3-7 study
Last synced: 4 months ago
JSON representation
Getting to know Python
- Host: GitHub
- URL: https://github.com/willianantunes/python-playground
- Owner: willianantunes
- Created: 2019-01-12T22:14:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T00:29:43.000Z (almost 7 years ago)
- Last Synced: 2025-03-11T12:50:56.001Z (10 months ago)
- Topics: knowledge, python-3-7, study
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python playground
My core language is Java/Kotlin and I know JavaScript as well, but now I am surfing in a new one.
I'll create a post Medium for sure explaining how was the impact for me.
## Minor details
Everything coded here is based com Python 3.7.1.
### Python Tricks: The Book
- [Topic 2: Patterns for Cleaner Python](/python_tricks_the_book/src/topic_2)
- [Topic 3: Effective Functions](/python_tricks_the_book/src/topic_3)
- [Topic 4: Classes & OOP](/python_tricks_the_book/src/topic_4)
- [Topic 5: Common Data Structures in Python](/python_tricks_the_book/src/topic_5)
- [Topic 6: Looping & Iteration](/python_tricks_the_book/src/topic_6)
- [Topic 7: Dictionary Tricks](/python_tricks_the_book/src/topic_7)
- [Topic 8: Pythonic Productivy Techniques](/python_tricks_the_book/src/topic_8)