Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 728 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 728 Bytes

Python-Fundamentals-Practice

Let's go and practice some Python!

Project Purpose

I created this repository to keep track of what I already know in Python by recording what I have learned by chapters. Moreover, this repository follows the Python Full Course for Free of Bro Code, a giga chad master instructor in teaching programming. You can view the course by accessing https://www.youtube.com/watch?v=XKHEtdqhLK8".

Usage

  1. Download the zip file or clone the repository.
  git clone https://github.com/emmarcaber/Python-Fundamentals-Practice
  1. Type in the command line the chapter you want to run by:
  py "filename"

  # EXAMPLE: py "Chapter 39 - QuizGame.py"