An open API service indexing awesome lists of open source software.

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

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