Basic-Python-Programs
Basic-Python-Programs copied to clipboard
This repository will contain basic python programming questions and their solutions.
I have fixed the negative balance glitch in the program, also tried to make the program more optimised by reducing the lines of code to be executed. Also added few...

This pull request introduces a Jarvis Voice Assistant application built in Python, leveraging various libraries to handle voice commands and provide an interactive user experience. **The assistant can perform several...
# Add Quadratic Equation Solver ## Description This pull request adds functionality to solve quadratic equations of the form `ax^2 + bx + c = 0`. The solver uses the...
Included how to convert decimal to binary without bin function and optimised prime number code which can handle large numbers efficiently.
for any given order of matrix returning the elements of the matrix in a spiral order.
This pull request introduces a new script, url_shortener.py, which implements URL shortening functionality. The script includes: A function to shorten URLs. Integration with a URL shortening API. Basic error handling....
This is a student-management-system which uses binary files to access data
A one-player GUI game with the CPU where he chooses randomly between the rock, paper & scissor