https://github.com/tom474/learn_python_rmit
[RMIT 2022C] COSC2429 - Introduction to Programming - Learning Resources
https://github.com/tom474/learn_python_rmit
python
Last synced: over 1 year ago
JSON representation
[RMIT 2022C] COSC2429 - Introduction to Programming - Learning Resources
- Host: GitHub
- URL: https://github.com/tom474/learn_python_rmit
- Owner: tom474
- Created: 2024-02-29T01:44:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T04:12:20.000Z (over 1 year ago)
- Last Synced: 2025-02-08T05:18:39.227Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Python from RMIT
A structured guide to learning Python programming, covering fundamental and advanced concepts. This resource provides step-by-step content to build strong programming skills.
## Tech Stack
- Python
## Content
- 01 - Introduction to Python Programming
- 02 - Simple Python Data
- 03 - Turtle Graphics and Python Modules
- 04 - Selection, Functions, and Iterations
- 05 - Recursion
- 06 - Strings
- 07 - Lists
- 08 - Dictionaries
- 09 - Files
- 10 - Object-Oriented Programming