Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsegg/the-modern-python-3-bootcamp
Code accompanying the Udemy course 'The Modern Python 3 Bootcamp' by Colt Steele
https://github.com/lsegg/the-modern-python-3-bootcamp
colt-steele python python-3 python3
Last synced: 26 days ago
JSON representation
Code accompanying the Udemy course 'The Modern Python 3 Bootcamp' by Colt Steele
- Host: GitHub
- URL: https://github.com/lsegg/the-modern-python-3-bootcamp
- Owner: lsegg
- License: mit
- Created: 2024-06-11T18:15:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T09:41:37.000Z (6 months ago)
- Last Synced: 2024-10-28T16:53:27.912Z (2 months ago)
- Topics: colt-steele, python, python-3, python3
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Python Bootcamp 📚
Code accompanying the Udemy course, The Modern Python 3 Bootcamp by [Colt Steele](https://www.linkedin.com/in/coltsteele/).
## Subjects 📓
- data types
- conditional logic
- loops
- lists & list comprehension
- dictionaries & dictionary comprehension
- tuples & sets
- functions## Tools 🛠️
- [Python](https://www.python.org/) - programming language
## License 📄
This project is under (MIT License) - See the file [LICENSE](LICENSE) for more details
---