Welcome to the Beginner Python Projects repository! This collection features a variety of beginner-friendly Python scripts that cover fundamental programming concepts and algorithms. Each project is designed to help you practice and enhance your Python skills. Dive in, explore the code, and have fun learning!
-
Anagrams.py
A script to generate anagrams of a given word. -
Bubble Sort.py
Implementation of the bubble sort algorithm to sort a list of numbers. -
Collatz Conjecture.py
A program to explore the Collatz Conjecture, a mathematical sequence problem. -
FLAMES.py
A fun script to play the FLAMES game, predicting relationships based on names. -
Factorial by Recursion.py
Calculate the factorial of a number using recursion. -
Linear Search.py
Implement a linear search algorithm to find elements in a list. -
Lottery Simulation (Gambling).py
Simulate a lottery game and explore probabilities. -
Monte Hall Game.py
A simulation of the Monty Hall problem, a probability puzzle. -
Random Birthdates.py
Generate random birthdates and analyze birthday paradox probabilities. -
TicTacToe Game.py
A simple tic-tac-toe game implementation in Python. -
Basic Graph Using NetworkX.py
Create and visualize basic graphs using the NetworkX library. -
Dobble Game.py
A script to simulate the Dobble game, testing pattern recognition. -
FizzBuzz.py
Solve the classic FizzBuzz problem using Python. -
Jumbled2.py
A word jumble game to practice your coding skills. -
Magic Square.py
Generate and solve magic squares. -
Speech Recognition.py
Implement a basic speech recognition program using Python.
- Clone the repository:
git clone https://github.com/your-username/beginner-python-projects.git