◐ Shell
clean mode source ↗

Build software better, together

Here are 28 public repositories matching this topic...

This repository is a compilation of some of the best project ideas in Python to practice your skills. From a beginner level to complex projects, this list should keep you busy for days!

  • Updated Oct 23, 2022
  • Python

This is a programming challenge where your goal is to write a program that prints the numbers from 1 to 100. But for multiples of 3 print "Fizz" instead of the number, and for the multiples of 5 print "Buzz". For numbers that are multiples of both 3 and 5 print "FizzBuzz".

  • Updated Sep 17, 2022
  • Python

Fix my code | is a new type of project, where we’ll jump into an existing code base and fix it! Sometime you will know the language, sometime not. | You should not recode everything, just fix it!

  • Updated Apr 8, 2024
  • JavaScript

Fix my code is a new type of project, where we’ll jump into an existing code base and fix it!

  • Updated Jul 14, 2023
  • JavaScript

There are four functions, from try catch being the worst to FizzBuzz with conditionals, to one condition and then to none.

  • Updated Apr 6, 2023
  • Python

Simple implementation of the classic "Fizzbuzz" problem in multiple languages using Docker containers

  • Updated Mar 13, 2021
  • Dockerfile

Code I've written for the Programming & Problem Solving course in the Integrated Science and Technology (ISAT) concentration, taken in Spring 2020 at JMU.

  • Updated May 26, 2020
  • Python

A collection of beginner-friendly Python scripts to practice and enhance your programming skills. Explore a variety of projects, from sorting algorithms to fun games, and dive into the world of Python!

  • Updated Jan 30, 2025
  • Python

Improve this page

Add a description, image, and links to the fizzbuzz-python topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fizzbuzz-python topic, visit your repo's landing page and select "manage topics."

Learn more