An open API service providing repository metadata for many open source software ecosystems.

Topic: "fizzbuzz-python"

s-shemmee/Python-Project-Ideas

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!

Language: Python - Size: 86.9 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 23 - Forks: 7

s-shemmee/FizzBuzz-Challenge-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".

Language: Python - Size: 3.91 KB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 0

ashish-r/Fizz-Buzz

A collection of come cool Fizz Buzz programs in your favorite programming language

Language: C++ - Size: 960 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 53

victorpreston/Fix_My_Code_Challenge

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!

Language: JavaScript - Size: 2.45 MB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 0

RohanDas28/FizzBuzz-In-Python

A simple fizzbuzz script.

Language: Python - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

samuelselasi/Fix_My_Code_Challenge

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

Language: JavaScript - Size: 2.48 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 3

iamlovishgarg/fizzbuzz-with-zero-conditionals

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

Language: Python - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

ThibautSnoeijs/FizzBuzz

FizzBuzz in various languages

Language: Assembly - Size: 45.9 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Vein05/FizzBuzz

Me fooling around with the famous FizzBuzz coding question.

Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

domvieira/fizzbuzz

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

Language: Dockerfile - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

tigertv/fizzbuzz

:scroll:FizzBuzz versions

Language: Assembly - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

MrEmadi/FizzBuzz-Game

FizzBuzz Game Console App

Language: Python - Size: 6.84 KB - Last synced at: 15 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

anubagre/Beginner-Python-Programs

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!

Language: Python - Size: 20.5 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

leenock/FizzBuzz

python-fizzBuzz

Language: Python - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

cephascard0207/Fizz_Buzz

This is a program created using Python known as FizzBuzz. If a given number is divisible by 3, the program prints FIZZ & if it is only divisible by 5 then it prints BUZZ. If the number is divisible by both it prints FIZZBUZZ!

Language: Python - Size: 11.7 MB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

arrmansa/Fast-FizzBuzz-python

FizzBuzz implementation in python that outputs to pv > /dev/null.

Language: Python - Size: 28.3 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

JamesZheng109/FizzBuzz

This exists to do the FizzBuzz test

Language: Python - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ByeonghoonJeon/Fizz-Buzz

Practice of mathematical logic.

Language: Python - Size: 29.3 KB - Last synced at: 29 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

starstalker9160/FizzBuzz

FizzBuzz interview question solved in 19 lines of code in python

Language: Python - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

simonjvardy/FizzBuzz

Maths game FizzBuzz coding challenge ideas and solutions

Language: Jupyter Notebook - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

cmlohr/small-python-projects

Collection of completed python projects on the itty bitty side. These are all pretty beginner friendly.

Language: Python - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Sultaneous/FizzBuzz

FizzBuzz implementation in Python 3 using OOP.

Language: Python - Size: 90.8 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

kellyav/isat_2020

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

Language: Python - Size: 254 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

santhoshse7en/FizzBuzz

Simple Python program to get Fizz, Buzz and FizzBuzz

Language: Python - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Related Topics
fizzbuzz 16 python 7 fizz-buzz 6 fizzbuzz-scripts 4 python3 3 fizzbuzz-javascript 3 algorithms 2 fizzbuzz-c 2 fizzbuzz-bash 2 fizzbuzz-ruby 2 fizzbuzz-go 2 fizzbuzz-php 2 mini-projects-in-python 1 python-programming-practices 1 mini-program 1 madlibs-game 1 guessing-game 1 guess-the-number 1 desktop-notifier 1 desktop-notifications 1 desktop-notification 1 fizzbuzz-solution 1 hacktoberfest 1 good-first-issue 1 fizzbuzz-typescript 1 fizzbuzz-scala 1 fizzbuzz-rust 1 fizzbuzz-psql 1 fizzbuzz-kotlin 1 fizzbuzz-haskell 1 fizzbuzz-elixir 1 fizzbuzz-dart 1 simple-project 1 learning-by-doing 1 console-application 1 problem-solving 1 interview-prep 1 hacking 1 geeks 1 fix-my-code 1 coding-challenges 1 coding-challenge 1 codehacking 1 code 1 challenge 1 alx-africa 1 alx 1 algorithms-and-data-structures 1 story-writing 1 story-generator 1 story-generation 1 python-project-lvl1 1 python-project-beginner 1 javascript 1 oops-in-python 1 fun 1 jupyter-notebook 1 x86 1 linux 1 fizz 1 buzz 1 assembly 1 fizzbuzz-oop 1 password-generator 1 multiple-projects 1 collection 1 calculator 1 begginer-friendly 1 fizzbuzz-java 1 fizz-buzz-c 1 fizzbuzz-without-conditions 1 sorting-algorithms-implemented 1 js-parse-args 1 fizzbuzz-csharp 1 fizzbuzz-cpp 1 tic-tac-toe 1 speech-recognition 1 random-birthdays 1 pyhton 1 monte-hall-theory 1 magic-spaure 1 lottery-game 1 linearsearch 1 jumbledword 1 graphs-using-networkx 1 graphs 1 flames-game 1 factorial 1 dobble-card-game 1 collatz-conjecture 1 bubblesort 1 anagrams 1 docker 1