Skip to content

yeoamlog/100DaysofCodePython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

100 Days of Code - Python

Daily build-and-ship log for my Python challenge.

Goal

  • Build one project every day.
  • Publish a runnable demo for each completed project.
  • Keep a clean index of progress, repo links, and live URLs.

Progress

Day Project Repo Live Demo Stack Status Date
001 Social Club Name Generator Repo Live Python, HTML, CSS, JavaScript Done 2026-03-04

Naming Convention

  • Day repo: 100docp-day-XXX-project-slug
  • Day number format: zero-padded (001, 002, 003 ...)
  • Project slug format: lowercase kebab-case

Examples:

  • 100docp-day-001-social-club-name-generator

Repo Strategy

  • This repository (100DaysofCodePython) is index-only.
  • Each day project is managed as an independent repository.
  • No submodules.

Daily Workflow

  1. Create a day repository using the naming convention.
  2. Build the project.
  3. Deploy the project (GitHub Pages or other hosting).
  4. Update that day repo README.
  5. Add one new row to this index table.

Templates

Acknowledgements

About

Daily build-and-ship log for my Python challenge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors