Small projects for python beginners.

Overview

Python Mini Projects For Beginners

I recently started doing the #100DaysOfCode Challenge in Python. I've used Python before, but I had switched to JS related web-dev for a few months, so I wanted to start from scratch. So, I decided to create a repository to add a few small projects I'm doing as a part of the course and probably will add some more projects later.

You might also like...
Projects using the Tkinter module in Python!

Tkinter projects This repository includes some Tkinter projects made by me. All of these are simple to understand. I create apps with good functionali

A simple projects to help your seo optimizing has been written with python

python-seo-projects it is a very simple projects to help your seo optimizing has been written with python broken link checker with python(it will give

Cool little Python scripts & projects I've made.

Little Python Projects A repository for neat little Python scripts I've made! How to run a script: *NOTE: You'll need to install Python v3 or higher.

A python package template that can be adapted for RAP projects

Warning - this repository is a snapshot of a repository internal to NHS Digital. This means that links to videos and some URLs may not work. Repositor

OnTime is a small python that you set a time and on that time, app will send you notification and also play an alarm.

OnTime Always be OnTime! What is OnTime? OnTime is a small python that you set a time and on that time, app will send you notification and also play a

Small exercises to get you used to reading and writing Python code!

Pythonlings Welcome to Pythonlings, an automated Python tutorial program (inspired by Rustlings and Haskellings). WIP This program is still working in

A small C compiler written in Python for learning purposes

A small C compiler written in Python. Generates x64 Intel-format assembly, which is then assembled and linked by nasm and ld.

A small project of two newbies, who wanted to learn something about Python language programming, via fun way.

HaveFun A small project of two newbies, who wanted to learn something about Python language programming, via fun way. What's this project about? Well.

A small Python library which gives you the IEEE-754 representation of a floating point number.

ieee754 ieee754 is small Python library which gives you the IEEE-754 representation of a floating point number. You can specify a precision given in t

Comments
  • Add more Python Mini Projects

    Add more Python Mini Projects

    Looking to add more Mini Projects to the Repository.

    Hot topics to explore:

    • Usage of Public APIs
    • Scripts to automate simple stuff
    • Working with services in AWS using clients like boto3
    • Simple Data Analytics Projects

    Please take a look at Contributing.MD before contributing.

    Thanks!

    enhancement good first issue hacktoberfest 
    opened by sreekeshiyer 2
  • Simple Script To Convert Btween number bases

    Simple Script To Convert Btween number bases

    Description

    This Script Converts a number from one base to another. The user can choose the base of the number to be converted and the base to which it will be converted. The program will then convert the number and display the result.

    Sample Run

    $ python base_converter.py
    
    Enter the number to convert: 101
    Enter the base of the number: 2
    Enter the base to convert to: 10
    101 in base 2 is 5 in base 10.
    
    hacktoberfest hacktoberfest-accepted 
    opened by ahmedheltaher 1
  • Added Hill Cipher Encryption implementation in Python

    Added Hill Cipher Encryption implementation in Python

    In classical cryptography, the Hill cipher is a polygraphic substitution cipher based on linear algebra. Invented by Lester S. Hill in 1929, it was the first polygraphic cipher in which it was practical (though barely) to operate on more than three symbols at once.

    hacktoberfest hacktoberfest-accepted 
    opened by Aaronphilip2003 1
  • Added GUI for GrayIMG Script

    Added GUI for GrayIMG Script

    Enhanced the Script for converting coloured image to gray image by adding GUI making it easier for user

    Signed-off-by: Kunal Garg [email protected]

    opened by Kunal-Garg-12 0
Owner
Sreekesh Iyer
Web Developer | App Developer | Student
Sreekesh Iyer
A command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, VueJS projects.

Cookiecutter A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python

null 18.6k Jan 2, 2023
An open-source Python project series where beginners can contribute and practice coding.

Python Mini Projects A collection of easy Python small projects to help you improve your programming skills. Table Of Contents Aim Of The Project Cont

Leah Nguyen 491 Jan 4, 2023
lets learn Python language with basic examples. highly recommended for beginners who just start coding.

Lets Learn Python ?? Learn python from basic programs. learn python from scratch. 1.Online python compiler: https://www.onlinegdb.com/online_python_co

Subhranshu Choudhury 1 Jan 18, 2022
Data Structures and Algorithms Python - Practice data structures and algorithms in python with few small projects

Data Structures and Algorithms All the essential resources and template code nee

Hesham 13 Dec 1, 2022
Beginner Projects A couple of beginner projects here

Beginner Projects A couple of beginner projects here, listed from easiest to hardest :) selector.py: simply a random selector to tell me who to faceti

Kylie 272 Jan 7, 2023
An easy FASTA object handler, reader, writer and translator for small to medium size projects without dependencies.

miniFASTA An easy FASTA object handler, reader, writer and translator for small to medium size projects without dependencies. Installation Using pip /

Jules Kreuer 3 Jun 30, 2022
Python Projects is an Open Source to enhance your python skills

Welcome! ???? Python Project is Open Source to enhance your python skills. You're free to contribute. ?? You just need to give us your scripts written

Tristán 6 Nov 28, 2022
Collections of python projects

nppy, mostly contains projects written in Python. Some projects are very simple while some are a bit lenghty and difficult(for beginners) Requirements

ghanteyyy 75 Dec 20, 2022
Sathal's Python Projects Repository

Sathal's Python Projects Repository Purpose and Motivation I come from a mainly C Programming Language background and have previous classroom experien

Sam 1 Oct 20, 2021
This repository contains completed Python projects

My Python projects This repository contains completed Python projects: 1) Build projects Guide for building projects into executable files 2) Calculat

Igor Yunusov 8 Nov 4, 2021