Repository to store sample python programs. Python's simple, easy to learn syntax emphasizes readability.
-
Updated
Oct 7, 2021 - Python
Repository to store sample python programs. Python's simple, easy to learn syntax emphasizes readability.
Ejercicios y actividades del curso PACP-Programming Essentials in Python
Practice tasks for complete Python programming language, including OOP and DSA concepts.
Hangman game utilizing all tools / skills learned so far. First time dealing with importing external files with code.
示範 Python 的控制結構,包括選擇、迴圈及例外處理。
This repository covers essential Python programming topics, including basics, OOP, file handling, and database operations. It also contains mini-projects to help solidify your understanding through practical application.
"A Python-based command-line tool that performs dynamic list operations such as inserting, removing, appending, sorting, and reversing elements. Users can interactively input commands to manipulate a list, making it a practical utility for learning Python list manipulation."
A game which will take you to a series of adventurous moments that will decide your fate
With the use of a while loop and if statements, I was able to have the customer input their order with numbers that are associated to an item on the menu that calculates their total each item an item is selected. That order is written to a text files that lists the items ordered and their grand total. The text file being written to serves as a r…
This project will notify the user of their current battery percentage, when their battery is fully charged, and when their battery is running low.
Προγραμματισμός σε γλώσσα Python και εφαρμογή στην Αστρονομία και Αστροφυσική.
Projects: 1. even or odd, 2. Advance BMI Calculator, 3. Leap Year or Not, 4. Roller coaster ride, 5. Pizza Order Program, 6. Find Movie Seat Number
Python Programs
Python examples for self learning
Object-Oriented-Programming based sample coffee machine program which keeps track of resources , checks the amount of money entered and then returns the product (in terminal)
Python samples that are self-taught.
Python control flow project
Perfect Guess is a simple number guessing game built with Python. Players try to guess a randomly generated number between 1 and 100, receiving feedback on whether their guesses are too high or too low. The game continues until the correct number is guessed, with an option to play again. Enjoy testing your guessing skills!
Add a description, image, and links to the if-elif-else topic page so that developers can more easily learn about it.
To associate your repository with the if-elif-else topic, visit your repo's landing page and select "manage topics."