Basic-Python-Programs
Basic-Python-Programs copied to clipboard
This repository will contain basic python programming questions and their solutions.
I added a program which takes as input 2 values among current, voltage, resistance, power and which calculates the 2 other unknown electrical values @souravjain540 will you please merge my...
Implemented Inorder, Preorder, Postorder traversals and searching an element in Binary Search Tree in python. Users can enter elements, and enter 'done' when they wish to stop. Then all 3...
Algorithm to encrypt a string by shifting the letters of the string by a certain number of characters (depending on user's input) in the alphabet in a modular format. Based...
Added a program file that takes in an input in form of a string and either encodes it or decodes it based on user input.
#1 Adding a program that does structural analysis for a bridge using all structural points
This program can find the number of days between any 2 given dates. I have not handled any errors yet but the logic is robust.
I wants to add ticket booking system project made with Python and MySQL database system. It includes all type of requirements for a booking system: Admin authentication User Registration Ticket...
Hi, I found this repo to be a great source for beginners. Is this repository participating in Hacktoberfest 2024?
i made a new python program which converts a number in the base you specify into the other bases. for example, if you want a binary number converted into the...
This is a Python daily task planner that displays a motivational quote on its daily task planner. It fetches a random quote from the ZenQuotes API with a fallback when...