https://github.com/codecademy/learn-python
Codecademy | Learn Python 3
https://github.com/codecademy/learn-python
Last synced: 12 months ago
JSON representation
Codecademy | Learn Python 3
- Host: GitHub
- URL: https://github.com/codecademy/learn-python
- Owner: Codecademy
- License: mit
- Created: 2021-01-12T20:55:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T09:27:55.000Z (over 1 year ago)
- Last Synced: 2025-03-28T05:09:11.685Z (12 months ago)
- Language: Python
- Size: 4.05 MB
- Stars: 294
- Watchers: 27
- Forks: 388
- Open Issues: 91
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn Python 3
**Senior Curriculum Developer:** Sonny Li
**Senior Curriculum Developer:** David Patlut (dpatlut@codecademy.com)
[1]: http://i.imgur.com/wWzX9uB.png (twitter icon without padding)
[2]: http://i.imgur.com/9I6NRUm.png (github icon without padding)
[3]: http://i.imgur.com/fep1WsG.png (facebook icon without padding)
[4]: http://i.imgur.com/VlgBKQ9.png (google plus icon without padding)
[5]: http://i.imgur.com/jDRp47c.png (tumblr icon without padding)
[6]: http://i.imgur.com/Vvy3Kru.png (dribbble icon without padding)
**Artwork:** Tim Liedtke (https://www.timliedtke.com)
## Course Link ##
https://www.codecademy.com/learn/learn-python-3
### Book ###
TBD
## 1. Hello World ##
TBD
**Block Letters:**
- [x] [`initials.py`](1-hello-world/block-letters/initials.swift)
- [x] [`snowman.py`](1-hello-world/block-letters/snowman.swift)
## 2. Control Flow ##
- [x] [`space.py`](https://github.com/Codecademy/learn-python/blob/main/2-control-flow/space.py)
- [x] [`fortune_cookie.py`](https://github.com/Codecademy/learn-python/blob/main/2-control-flow/fortune.py)
- [x] [`who_wants_to_be_a_millionaire.py`](https://github.com/Codecademy/learn-python/blob/main/2-control-flow/WWTBAM.py)
- [x] [`area_calculator.py`](https://github.com/Codecademy/learn-python/blob/main/2-control-flow/area_calculator.py)
**Magic 8-Ball:**

- [x] [`magic8.py`](https://github.com/Codecademy/learn-python/blob/main/2-control-flow/magic-8-ball/magic8.py)
---
### Cheatsheets ###
1. [Hello World](https://www.codecademy.com/learn/learn-python-3/modules/learn-python3-hello-world/cheatsheet)
2. [Control Flow](https://www.codecademy.com/learn/learn-python-3/modules/learn-python3-control-flow/cheatsheet)
3. [Functions](https://www.codecademy.com/learn/learn-python-3/modules/learn-python3-functions/cheatsheet)
### Codepedia ###
https://codecademy.github.io/codepedia
### Skill Paths ###
- Analyze Data with Python
- Visualize Data with Python
- Build Chatbots with Python
- Build Web Apps with Flask
- Build Deep Learning Models with TensorFlow
- Build a Machine Learning Mode with Python
### Courses ###
- Learn Hardware Programming with CircuitPython
- Learn Statistics with Python
- Learn Flask
### Official Documentation ###
- https://docs.python.org/3
### Python Style Guides ###
* Codecademy Python Style Guide - TBA
* [PEP 8 Style Guide](https://www.python.org/dev/peps/pep-0008/)
* [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
## Contribution Guidelines
We'd love to have you contribute!
Please note that this project is released with a [Contributor Covenant](https://www.contributor-covenant.org).
By participating in this project you agree to abide by its terms.
