Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.61 KB

File metadata and controls

44 lines (34 loc) · 1.61 KB

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