Skip to content

katli20/10-Day-Python-Course

ย 
ย 

Repository files navigation

๐Ÿ 10-Day Beginner Python Course

Welcome to the official code repository for the 10-Day Beginner Python Course!
This repository contains all the student scripts, cheat sheets, and materials for each day of the course.


๐Ÿš€ How to Use This Repository

This repository is organized into folders, with each folder corresponding to a day of the course (e.g., Day-1-Getting-Started).

Inside each day's folder, you will find:

  • ๐Ÿ”ข Numbered Python files (1_..., 2_..., etc.) that contain the code examples for each concept.
  • ๐Ÿงฉ day_X_script.py: Combines all the day's code into a single script.
  • ๐Ÿ“„ dayX_cheatsheet.md: Summarizes key concepts for quick reference.
  • ๐Ÿ“˜ README.md: Describes the topics covered that day.

๐Ÿ‘‰ To get started, simply navigate to the folder for the current day.


๐ŸŒ Using This Repo on GitHub

To personalize and use this course material:

  1. Fork the repository

    • Go to the top-right corner of this repo on GitHub and click "Fork".
    • This creates your own copy under your GitHub account where you can make changes.
  2. Clone the forked repo (optional)

    • If you want to work locally on your machine:
      git clone https://github.com/YOUR_USERNAME/10-day-python-course.git
      cd 10-day-python-course

๐Ÿ’ป Run Python Code with Trinket (No Installation Needed)

We recommend using Trinket.io if you're not installing Python locally:

  1. Go to https://trinket.io
  2. ๐Ÿ“ Sign up for a free account (or log in if you already have one)
  3. Click "New Trinket" > "Python 3"
  4. Copy and paste code from the .py files into the editor
  5. Click "Run" to see your program in action!

Trinket is great for experimenting and sharing your code online.


๐Ÿ—“๏ธ Course Progress


Happy Coding! ๐Ÿโœจ

About

A beginner friendly python course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%