Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amey-thakur/python-shorts
Python Shorts
https://github.com/amey-thakur/python-shorts
amey ameythakur megasatish python python-course python-programming python-programming-language python-programs python-shorts
Last synced: 11 days ago
JSON representation
Python Shorts
- Host: GitHub
- URL: https://github.com/amey-thakur/python-shorts
- Owner: Amey-Thakur
- Created: 2022-01-09T07:19:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T18:15:11.000Z (8 months ago)
- Last Synced: 2024-05-14T00:23:39.950Z (6 months ago)
- Topics: amey, ameythakur, megasatish, python, python-course, python-programming, python-programming-language, python-programs, python-shorts
- Language: Python
- Homepage: https://github.com/Amey-Thakur/PYTHON-CRASH-COURSE
- Size: 156 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PYTHON-SHORTS
👉🏻 Short Python Codes
>**[Python Crash Course](https://github.com/Amey-Thakur/PYTHON-CRASH-COURSE)**
![image](https://user-images.githubusercontent.com/54937357/155837339-22fc2077-3523-4963-a455-596195be5a61.png)
---
- [Anagram](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Anagram/Anagram.py)
- [Armstrong Number](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Armstrong%20Number/ArmstrongNumber.py)
- [Array](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Array/Array.py)
- [Binary Search Tree](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Binary%20Search%20Tree/BinarySearchTree.py)
- [Binary Search](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Binary%20Search/BinarySearch.py)
- [Binary TO Decimal 1](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Binary%20To%20Decimal/BinaryToDecimal.py)
- [Binary To Decimal 2](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Binary%20To%20Decimal/BinaryToDecimal-2.py)
- [Binary Tree](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Binary%20Tree/BinaryTree.py)
- [Breadth First Traversal](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Breadth%20First%20Traversal/BreadthFirstTraversal.py)
- [Browser](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Browser/Browser.py) | [Sample Output](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Browser/Output.png)
- [Bubble Sort](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Bubble%20Sort/BubbleSort.py)
- [Bucket Sort](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Bucket%20Sort/BucketSort.py)
- [Calculator](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Calculator/Calculator.py)
- [Calendar](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Calendar/Calendar.py)
- [Char Count](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Char%20Count/CharCount.py)
- [Chatbot](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Chatbot/Chatbot.py) | [Sample Output](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Chatbot/Output.png)- [Check Greater](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Check%20Greater/CheckGreater.py)
- [Cipher Text](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Cipher%20Text/CipherText.py)
- [Count Vowels](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Count%20Vowels/CountVowels.py)
- [Countdown Timer](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Countdown%20Timer/Countdowntimer.py)
- [Decimal To Binary](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Decimal%20To%20Binary/DecimalToBinary.py)
- [Depth First Traversal](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Depth%20First%20Traversal/DepthFirstTraversal.py)
- [Dictionary](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Dictionary/Dictionary.py)
- [Doubly Linked List](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Doubly%20Linked%20List/DoublyLinkedList.py)
- [Even Number Generator](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Even%20Number%20Generator/EvenNumberGenerator.py)
- [Even Odd](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Even%20Odd/EvenOdd.py)
- [Factorial Sequence](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Factorial%20Sequence/FactorialSequence.py)
- [Factorial](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Factorial/Factorial.py)
- [Fibonacci Sequence](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Fibonacci%20Sequence/FibbonacciSequence.py)
- [Fibonacci](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Fibonacci/Fibonacci.py)
- [Graph](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Graph/Graph.py)
- [Guess The Number](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Guess%20The%20Number/GuessTheNumber.py)
- [Hangman Game](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Hangman%20Game/HangmanGame.py)
- [Hashing File](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Hashing%20File/HashingFile.py)
- [Heap Sort](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Heap%20Sort/HeapSort.py)
- [Hello World](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Hello%20World/Hello_World.py) | [Sample Output](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Hello%20World/Output.png)
- [Insertion Sort](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Insertion%20Sort/InsertionSort.py)
- [Isogram](https://github.com/Amey-Thakur/PYTHON-SHORTS/tree/main/Isogram)
- [LCM](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/LCM/LCM.py)
- [Log Calculator](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Log%20Calculator/LogCalculator.py)
- [Merge Sort](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Merge%20Sort/MergeSort.py)
- [Multiplication Table](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Multiplication%20Table/MultiplicationTable.py)
- [Nary Search](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Nary%20Search/NarySearch.py)
- [Odd Number Generator](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Odd%20Number%20Generator/OddNumberGenerator.py)
- [Palindrome](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Palindrome/Palindrome.py)
- [Pangram](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Pangram/Pangram.py)
- [Pascal Triangle](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Pascal%20Triangle/PascalTriangle.py)
- [Password Generator](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Password%20Generator/Password_Generator.py)
- [Password Guesser](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Password%20Guesser/Password_Guesser.py)
- [Perfect Number](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Perfect%20Number/PerfectNumber.py)
- [Power2 Sequence](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Power2%20Sequence/Power2Sequence.py)
- [Prime Number](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Prime%20Number/PrimeNumber.py)
- [QRCode](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/QRCode/QRCode.py) | [Sample Output](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/QRCode/sample.jpg)
- [Quadratic Equation Solver](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Quadratic%20Equation%20Solver/QuadraticEquationSolver.py)
- [Queue](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Queue/Queue.py)
- [Quick Sort](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Quick%20Sort/QuickSort.py)
- [Read File](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Read%20File/ReadFile.py)
- [Reverse Words](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Reverse%20Words/ReverseWords.py)
- [Rock Paper Scissors](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Rock%20Paper%20Scissors/RockPaperScissors.py)
- [Selection Sort](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Selection%20Sort/SelectionSort.py)
- [Sequential Search](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Sequential%20Search/SequentialSearch.py)
- [Shape](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Shape/Shape.py)
- [Shell Sort](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Shell%20Sort/ShellSort.py)
- [Simple Progress Bar](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Simple%20Progress%20Bar/SimpleProgressBar.py)
- [Simple Reader Writer](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Simple%20Reader%20Writer/SimpleReaderWriter.py)
- [Simple Stop Watch](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Simple%20Stop%20Watch/SimpleStopWatch.py)
- [Singly Linked List](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Singly%20Linked%20List/SinglyLinkedList.py)
- [Square of Sequence](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Square%20of%20Sequence/SquareofSequence.py)
- [Square-Root](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Square-Root/Square-Root.py)
- [Stack](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Stack/Stack.py)
- [To Do App](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/TO%20DO%20App/TODOApp.py)
- [Text Summarizer](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Text%20Summarizer/TextSummarizer.py)- [Text Translator](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Text%20Translator/TextTranslator.py)
- [Text to Handwriting](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Text%20to%20Handwriting/Text_to_Handwriting.py) | [Sample Output](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Text%20to%20Handwriting/sample.png)
- [Tic Tac Toe](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Tic%20Tac%20Toe/TicTacToe.py)
- [Timer](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Timer/Timer.py)
- [Topological Sort](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Topological%20Sort/TopologicalSort.py)
- [Variable Scope](https://github.com/Amey-Thakur/PYTHON-SHORTS/blob/main/Variable%20Scope/Variable_Scope.py)---
👉🏻 Created to Learn Python 👈🏻