Skip to content

Check this repo if you need small learning project ideas to practice fundamentals—it’s how I started building my coding reps.

Notifications You must be signed in to change notification settings

barronbytes/mini-projects

Repository files navigation

Need project ideas? Great! Here's how I started out...

Coach Herm Edwards once said:

“We play to win the game. Hello? ... That’s the great thing about sports.”

Similarly, we don’t just learn to code for nothing. If something inspired you to start learning, then you probably know where I’m going with this. You learned because you couldn’t resist the idea of building something complex. I’m talking about your future capstone project. But to get there, you first need to get comfortable with some building blocks. That’s what this repo is for—a collection of small projects to practice the fundamentals. Every journey is different, but if ours are at all similar, then what helped me might help you too. I wish you all the best.

HTML & CSS 🔝

Object-Oriented Programming (OOP) 🔝

  • BookBot: command-line Python app peforming analysis on text files
  • Asteroids: PyGame app of class Asteroids game; used Pygbag to conver to WebAssembly
  • Static Site Generator: practice using servers, regular expressions, and file handling to convert markdown and images to HTML pages

Functional Programming (FP) 🔝

APIs 🔝

  • File Handling: CRUD operations on CSV and JSON data
  • GoRest: CRUD operations on public API
  • Flashcards: practice using pydantic and FastAPI to build schemas, models, services, and routes
  • Customer Reviews: OpenAI integration for sentimental analysis of JSON data

Data Science 🔝

  • Static Web Scraper: used Beautiful Soup library to web scrape static pages with pagination
  • HR Monitoring: used pandas to analzye text file HR data to calculate summary statistics
  • Weather Analysis: used pandas to analyze CSV file data for exploratory data analysis

Frameworks 🔝

About

Check this repo if you need small learning project ideas to practice fundamentals—it’s how I started building my coding reps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published