Skip to content

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!

Notifications You must be signed in to change notification settings

anubagre/Beginner-Python-Programs

Repository files navigation

Beginner Python Projects

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!

Projects

  1. Anagrams.py
    A script to generate anagrams of a given word.

  2. Bubble Sort.py
    Implementation of the bubble sort algorithm to sort a list of numbers.

  3. Collatz Conjecture.py
    A program to explore the Collatz Conjecture, a mathematical sequence problem.

  4. FLAMES.py
    A fun script to play the FLAMES game, predicting relationships based on names.

  5. Factorial by Recursion.py
    Calculate the factorial of a number using recursion.

  6. Linear Search.py
    Implement a linear search algorithm to find elements in a list.

  7. Lottery Simulation (Gambling).py
    Simulate a lottery game and explore probabilities.

  8. Monte Hall Game.py
    A simulation of the Monty Hall problem, a probability puzzle.

  9. Random Birthdates.py
    Generate random birthdates and analyze birthday paradox probabilities.

  10. TicTacToe Game.py
    A simple tic-tac-toe game implementation in Python.

  11. Basic Graph Using NetworkX.py
    Create and visualize basic graphs using the NetworkX library.

  12. Dobble Game.py
    A script to simulate the Dobble game, testing pattern recognition.

  13. FizzBuzz.py
    Solve the classic FizzBuzz problem using Python.

  14. Jumbled2.py
    A word jumble game to practice your coding skills.

  15. Magic Square.py
    Generate and solve magic squares.

  16. Speech Recognition.py
    Implement a basic speech recognition program using Python.

How to Use

  1. Clone the repository:
    git clone https://github.com/your-username/beginner-python-projects.git

About

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!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages