Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐍 Python Daily Bytes

A collection of daily Python scripts to help you learn and have fun with Python every day!

πŸ“ Project Structure

py_daily_bytes/
β”œβ”€β”€ days/           # Daily Python scripts
└── README.md       # This file

🎯 Naming Convention

Each daily script follows this naming pattern:

day_XXX.py

Where:

  • XXX = Day number (001, 002, 003, etc.)

πŸš€ How to Use

  1. Browse the scripts: Check the days/ folder for all available scripts
  2. Run a script:
    python days/day_000.py

🀝 Contributing

Want to add a script? Follow these steps:

  1. Create a new file following the naming convention
  2. Add clear comments explaining the concepts
  3. Include a docstring at the top with:
    • Brief description
    • Concepts covered
    • Difficulty level (Beginner/Intermediate/Advanced)

Script Template

###############
# Day XXX: Purpose of the Script
###############

code 
...

##############
# Code Explanation
##############
"""
Explanation
....
"""

πŸ“„ License

This project is open source and available under the MIT License.


Happy Coding! πŸŽ‰ Remember: Consistency is key. No one ever becomes an expert in one day!

About

Daily Python code snippets for fun and practice!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages