These are basic programs I've written in the Python language. 🐍
“Good code is its own best documentation. As you're about to add a comment, ask yourself, "How can I improve the code so that this comment isn't needed?" Improve the code and then document it to make it even clearer.”
-- Steve McConnell
| Notebook | Description |
|---|---|
| ⭕area_circle.py | Calculates the area of a circle |
| 💪armstrong_number.py | Python Program to check Armstrong Number |
| 📖assignment.py | Python program to change punctuation |
| ➗compund_interest.py | Python Program for compound interest |
| 🕵️♂️encryption.py | Python program to decrypt a message |
| 2️⃣factorial.py | Python Program for factorial of input number |
| 🧮fibanocii.py | Python program to print the Fibonacii numbers |
| 🔣fibanocii_search.py | Python program to find the nth term of the fibanocii series |
| 💤inputproblem.py | Counts all values up to "Z", all other chars become keys & get value starting from 1 onwards. |
| 🔑main.py | Encrypts a message as a Key and the encryption as Values |
| 📝notepad.py | A notepad class with editing options |
| 🔛palindrome.py | #This python program is to check wheather the number is palindrome or not |
| ✂️rockpaper.py | A Rock, Paper, Scissors game |
| 💹simple_interest.py | This program is to find the simple interest |
| 🐍snake.py | Tkinter button click |
| ⏱️stopwatch.py | A stopwatch program |
| ➕sum.py | A Python program to find the sum of squares and a cube |
| 🧊sum_of_cubes.py | Python program to find the sum of cubes |
| ⏹️sum_of_squares.py | Python program to find the sum of squares |
A few resources to get you started if this is your first Python repository:
For help getting started with TKinter, view this online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.