michalkasiarz / learn-python-programming-masterclass

Python Programming Masterclass - A collection of exercises and projects from Tim Buchalka's Learn Programming Academy. Covers Python 3.7/3.8.2 fundamentals, data structures, I/O, modules, functions, and more. A work in progress, showcasing skills acquired during the course and a commitment to learning Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Python Programming Masterclass

Language: Python 3.7/3.8.2
đź”— Course: Learn Python Programming Masterclass by Tim Buchalka's Learn Programming Academy

General Description

This repository contains a collection of exercises and projects completed while going through the Learn Python Programming Masterclass by Tim Buchalka's Learn Programming Academy. The course covers Python fundamentals, data structures, I/O, modules, functions, and more.

Topics Covered

  • Stepping into the world of Python
  • Program Flow Control in Python
  • Lists, Ranges & Tuples in Python
  • The binary number system explained
  • Python Dictionaries and Sets
  • Input and Output (I/O) in Python
  • Modules and Functions in Python
  • Object Oriented Python (in progress)
  • Using Databases in Python (in progress)
  • Generators, Comprehensions and Lambda Expressions (in progress)
  • Packages (in progress)

Usage

  1. Clone the repository
  2. Navigate to the desired project folder
  3. Run the Python files using Python 3.7 or 3.8.2

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Python Programming Masterclass - A collection of exercises and projects from Tim Buchalka's Learn Programming Academy. Covers Python 3.7/3.8.2 fundamentals, data structures, I/O, modules, functions, and more. A work in progress, showcasing skills acquired during the course and a commitment to learning Python


Languages

Language:Python 100.0%