Skip to content

sunitkumarpanda/A2Z-Python-Universe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌌 A2Z Python Universe

πŸš€ A curated galaxy of Python scripts, mini-projects, utilities & automation tools β€” from beginner to pro.

Welcome to the A2Z Python Universe, a space designed for Python learners, tinkerers, and enthusiasts. This repo is your one-stop destination to explore core concepts, build hands-on projects, and learn by doing.


πŸ“š What's Inside?

A huge range of Python content neatly categorized into basic concepts, automation, projects, data handling, and advanced Python.


πŸ”₯ Highlights

βœ… Beginner‑friendly and self-explanatory
βœ… Real-world use cases
βœ… Clean folder structure with __init__.py for modularity
βœ… Great for revision, teaching, or interviews
βœ… Constantly updated with fresh scripts


πŸ› οΈ Getting Started

βš™οΈ Prerequisites

  • Python 3.8 or above
  • Basic knowledge of terminal/command line

πŸ“¦ Installation

# Clone the repository
git clone https://github.com/sunitkumarpanda/A2Z-Python-Universe.git
cd A2Z-Python-Universe

# (Optional) Setup a virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies (if any)
pip install -r requirements.txt


## πŸ’‘ Project Structure

β”œβ”€β”€ CompetitiveProgramming
β”‚Β Β  β”œβ”€β”€ CodeChef
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P01_CIELAB.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P02_HORSES.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P03_JOHNY.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P04_CONFLIP.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P05_CARVANS.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P06_LAPIN.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P07_BUYING2.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P08_STONES.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P09_ERROR.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P10_NAME2.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P11_DIVIDING.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P12_MAXDIFF.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P13_SPCANDY.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P14_TOTR.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P15_BUYING2.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P16_POTATOES.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P17_ANUBTG.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P18_LUCKYSTR.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P19_CLEANUP.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P20_MARCHA1.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P21_ALEXNUMB.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P22_PLZYKME.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P23_CHEFA.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P24_LUCKY5.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P35_AMSGAME1.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P36_SUBGCD.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P37_NDIFFPAL.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P38_PRINCESS.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P39_ALATE.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P40_COINS.py
β”‚Β Β  β”‚Β Β  └── README.md
β”‚Β Β  β”œβ”€β”€ HackerEarth
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Algorithms
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Graphs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Monk-At-The-Graph-Factory.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── Monk-In-The-Real-Estate.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Greedy
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── P01_BeingGreedyForWater.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ logics
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── perfectsquareof2.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Searching
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P01_Monk-Takes-A-Walk.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P02_Rest-In-Peace.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P03_Manna's-First-Name.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P04_Repeated-K-Times.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P05_SimpleSearch.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P06_RankIt.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── P07_DiscoverTheMonk.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Sorting
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P01_SavePatients.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P02_BestPlayer.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P03_SelectonSortProblem.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P04_TheRiseOfWeirdThings.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P05_MonkAndNiceStrings.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── P06_MergeSort.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── String
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P01_SortSubtring.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P02_PrintFirstOccurence.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P03_MonkTeachesPalindrome.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P04_DNAPride.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P05_VowelPhobia.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P06_NobitaAndString.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P07_SumitsString.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P08_RemoveDupplicates.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P10_Conversion.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P11_CaesarsCipher.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P12_CompilerVersion.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P13_NameGame.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P14_XennyAndPartiallySortedStrings.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P15_SortedString.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      └── P16_SecretMessages.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Basics_Of_Implementation
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P01_CountNumbers.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P02_MinMax.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P03_DigitProblem.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P04_LittleJhool.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P05_PrintHackerearth.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P06_TheGreatKian.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P07_TheBestInternetBrowser.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P08_CompleteString.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P09_Acronym.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P10_FredoAndGame.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P11_BattleOfWords.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P12_RecursiveSum.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P13_WhiteSpace.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P14_PrateekAndHisFriends.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P15_SwappingCharacters.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P16_CarNames.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P17_FinalDestination.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── P18_IlegibleString.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Basics_Of_Input_Output
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P01_ToggleString.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P02_PalindromeString.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P03_FindProduct.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P04_PrimeNumber.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P05_RoyAndProfilePicture.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P06_CountDivisors.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P07_Factorial.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P08_LifeTheUniverseAndEverything.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── P09_MagicalWord.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Bit_Manipulation
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P01_TheCastleGate.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P02_XsquareAndTwoStrings.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P03_MonkAndHisFriends.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P04_Mystery.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P05_HihiAndCrazyBits.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P06_RajanAndOddFrequencyNumber.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P07_SherlockAndXOR.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P08_XorAndProject.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── P09_LuckyNumbers.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ DataStructures
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Arrays
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P01_Monk-And-Welcome-Problem.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P02_Mark-The-Answer.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P03_Monk's-Love-For-Food.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P04_Micro-And-Array-Update.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P05_Monk-And-Rotation.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P06_Biased-Chandan.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P07_Mark-The-Answer.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P08_Speed.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P09_Modift-Sequence.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P10_Transpose.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── P11_JumpOut.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Queue
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P01_Queue.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── P02_MonkAndGobletOfFire.py
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── Stack
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P01_Monk'sLoveForFood.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      β”œβ”€β”€ P02_MonkAndPhilosopher'sStone.py
β”‚Β Β  β”‚Β Β  β”‚Β Β      └── P03_LittleMonkAndBalancedParentheses.py
β”‚Β Β  β”‚Β Β  └── README.md
β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  └── SPOJ
β”‚Β Β      β”œβ”€β”€ P01_ADDREV.py
β”‚Β Β      β”œβ”€β”€ P02_PRIME1.py
β”‚Β Β      β”œβ”€β”€ P03_ACPC10A.py
β”‚Β Β      β”œβ”€β”€ P04_STRHH.py
β”‚Β Β      β”œβ”€β”€ P05_SMPWOW.py
β”‚Β Β      β”œβ”€β”€ P06_SMPDIV.py
β”‚Β Β      β”œβ”€β”€ P07_BSCXOR.py
β”‚Β Β      β”œβ”€β”€ P08_SMPSUM.py
β”‚Β Β      β”œβ”€β”€ P09_SMPSEQ3.py
β”‚Β Β      β”œβ”€β”€ P10_FCTRL2.py
β”‚Β Β      β”œβ”€β”€ P11_FASHION.py
β”‚Β Β      β”œβ”€β”€ P12_LASTDIG.py
β”‚Β Β      β”œβ”€β”€ P13_AVRG.py
β”‚Β Β      β”œβ”€β”€ P14_MUL.py
β”‚Β Β      └── P15_PRADIPSUM.py
β”œβ”€β”€ LICENSE
β”œβ”€β”€ MachineLearning
β”‚Β Β  β”œβ”€β”€ gradient_descent.py
β”‚Β Β  β”œβ”€β”€ readme.txt
β”‚Β Β  └── version_list.txt
β”œβ”€β”€ Numpy
β”‚Β Β  β”œβ”€β”€ P01_Introduction.py
β”‚Β Β  β”œβ”€β”€ P02_NumpyDataTypes.py
β”‚Β Β  β”œβ”€β”€ P03_NumpyAttributes.py
β”‚Β Β  β”œβ”€β”€ P04_ArrayFromNumericalRanges.py
β”‚Β Β  β”œβ”€β”€ P05_NumpyArrayManipulation.py
β”‚Β Β  β”œβ”€β”€ P06_NumpyStringFunctions.py
β”‚Β Β  β”œβ”€β”€ P07_NumpyMathematicalFunctions.py
β”‚Β Β  └── P08_NumpyArithmeticOperations.py
β”œβ”€β”€ OOP
β”‚Β Β  β”œβ”€β”€ P01_ClassDefinition.py
β”‚Β Β  β”œβ”€β”€ P02_InstanceMethods.py
β”‚Β Β  β”œβ”€β”€ P03_InstanceAttributes.py
β”‚Β Β  β”œβ”€β”€ P04_InitConstructor.py
β”‚Β Β  β”œβ”€β”€ P05_FirstProgramusingOOP.py
β”‚Β Β  β”œβ”€β”€ P06_Inheritance.py
β”‚Β Β  β”œβ”€β”€ P07_MoreOnInheritance.py
β”‚Β Β  β”œβ”€β”€ P08_MultipleInheritence.py
β”‚Β Β  β”œβ”€β”€ P09_BankAccount.py
β”‚Β Β  β”œβ”€β”€ P10_PrivateVariable.py
β”‚Β Β  β”œβ”€β”€ P11_MagicMethods.py
β”‚Β Β  └── P11_Property decorators.py
β”œβ”€β”€ Programs
β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P01_hello.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P26_InsertionSort.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P3_EvenOdd.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ P3-EvenOdd.cpython-35.pyc
β”‚Β Β  β”‚Β Β  └── P48_CountingSort.cpython-35.pyc
β”‚Β Β  β”œβ”€β”€ addressbook
β”‚Β Β  β”œβ”€β”€ Chatbot.py
β”‚Β Β  β”œβ”€β”€ example.csv
β”‚Β Β  β”œβ”€β”€ example.db
β”‚Β Β  β”œβ”€β”€ example.json
β”‚Β Β  β”œβ”€β”€ example.log
β”‚Β Β  β”œβ”€β”€ examplePickle
β”‚Β Β  β”œβ”€β”€ P01_hello.py
β”‚Β Β  β”œβ”€β”€ P02_VariableScope.py
β”‚Β Β  β”œβ”€β”€ P03_ListsOperations.py
β”‚Β Β  β”œβ”€β”€ P04_Factorial.py
β”‚Β Β  β”œβ”€β”€ P05_Pattern.py
β”‚Β Β  β”œβ”€β”€ P06_CharCount.py
β”‚Β Β  β”œβ”€β”€ P07_PrimeNumber.py
β”‚Β Β  β”œβ”€β”€ P08_Fibonacci.py
β”‚Β Β  β”œβ”€β”€ P09_Factorial.py
β”‚Β Β  β”œβ”€β”€ P10_LCM.py
β”‚Β Β  β”œβ”€β”€ P11_BinaryToDecimal.py
β”‚Β Β  β”œβ”€β”€ P12_DecimalToBinary.py
β”‚Β Β  β”œβ”€β”€ P13_Palindrome.py
β”‚Β Β  β”œβ”€β”€ P14_CheckGreater.py
β”‚Β Β  β”œβ”€β”€ P15_Arguments.py
β”‚Β Β  β”œβ”€β”€ P16_CountVowels.py
β”‚Β Β  β”œβ”€β”€ P17_EvenOdd.py
β”‚Β Β  β”œβ”€β”€ P18_Logging.py
β”‚Β Β  β”œβ”€β”€ P19_SimpleStopWatch.py
β”‚Β Β  β”œβ”€β”€ P20_OsModule.py
β”‚Β Β  β”œβ”€β”€ P21_GuessTheNumber.py
β”‚Β Β  β”œβ”€β”€ P22_SequentialSearch.py
β”‚Β Β  β”œβ”€β”€ P23_BinarySearch.py
β”‚Β Β  β”œβ”€β”€ P24_SelectionSort.py
β”‚Β Β  β”œβ”€β”€ P25_BubbleSort.py
β”‚Β Β  β”œβ”€β”€ P26_InsertionSort.py
β”‚Β Β  β”œβ”€β”€ P27_MergeSort.py
β”‚Β Β  β”œβ”€β”€ P28_QuickSort.py
β”‚Β Β  β”œβ”€β”€ P29_ArgumentParser.py
β”‚Β Β  β”œβ”€β”€ P30_Array.py
β”‚Β Β  β”œβ”€β”€ P31_SinglyLinkedList.py
β”‚Β Β  β”œβ”€β”€ P32_Multithreading_Client.py
β”‚Β Β  β”œβ”€β”€ P32_Mutithreading_Server.py
β”‚Β Β  β”œβ”€β”€ P33_DoublyLinkedList.py
β”‚Β Β  β”œβ”€β”€ P34_Stack.py
β”‚Β Β  β”œβ”€β”€ P35_NarySearch.py
β”‚Β Β  β”œβ”€β”€ P36_SimpleReaderWriter.py
β”‚Β Β  β”œβ”€β”€ P37_HangmanGame.py
β”‚Β Β  β”œβ”€β”€ P38_HashingFile.py
β”‚Β Β  β”œβ”€β”€ P39_Queue.py
β”‚Β Β  β”œβ”€β”€ P40_CipherText.py
β”‚Β Β  β”œβ”€β”€ P41_PortScanner.py
β”‚Β Β  β”œβ”€β”€ P42_MultiprocessingPipes.py
β”‚Β Β  β”œβ”€β”€ P43_BinarySearchTree.py
β”‚Β Β  β”œβ”€β”€ P44_Closures.py
β”‚Β Β  β”œβ”€β”€ P45_MoreOnClosures.py
β”‚Β Β  β”œβ”€β”€ P46_Decorators.py
β”‚Β Β  β”œβ”€β”€ P47_MoreOnDecorators.py
β”‚Β Β  β”œβ”€β”€ P48_CountingSort.py
β”‚Β Β  β”œβ”€β”€ P49_RockPaperScissors.py
β”‚Β Β  β”œβ”€β”€ P50_ListComprehensions.py
β”‚Β Β  β”œβ”€β”€ P51_PythonJSON.py
β”‚Β Β  β”œβ”€β”€ P52_BucketSort.py
β”‚Β Β  β”œβ”€β”€ P53_ShellSort.py
β”‚Β Β  β”œβ”€β”€ P54_PythonCSV.py
β”‚Β Β  β”œβ”€β”€ P55_Isogram.py
β”‚Β Β  β”œβ”€β”€ P56_Pangram.py
β”‚Β Β  β”œβ”€β”€ P57_Anagram.py
β”‚Β Β  β”œβ”€β”€ P58_PerfectNumber.py
β”‚Β Β  β”œβ”€β”€ P59_PascalTriangle.py
β”‚Β Β  β”œβ”€β”€ P60_PickleModule.py
β”‚Β Β  β”œβ”€β”€ P61_AddressBook.py
β”‚Β Β  β”œβ”€β”€ P62_BinaryTree.py
β”‚Β Β  β”œβ”€β”€ P63_Graph.py
β”‚Β Β  β”œβ”€β”€ P64_DepthFirstTraversal.py
β”‚Β Β  β”œβ”€β”€ P65_BreadthFirstTraversal.py
β”‚Β Β  β”œβ”€β”€ P66_HeapSort.py
β”‚Β Β  β”œβ”€β”€ P67_SieveOfEratosthenes.py
β”‚Β Β  β”œβ”€β”€ P68_TopologicalSort.py
β”‚Β Β  β”œβ”€β”€ P69_ReverseWords.py
β”‚Β Β  β”œβ”€β”€ P70_SimpleProgressBar.py
β”‚Β Β  β”œβ”€β”€ P71_PythonUnittest.py
β”‚Β Β  β”œβ”€β”€ P72_PythonLambda.py
β”‚Β Β  β”œβ”€β”€ P73_SimplePythonEncryption.py
β”‚Β Β  β”œβ”€β”€ P74_PythonGenerators.py
β”‚Β Β  β”œβ”€β”€ P75_TicTacToe.py
β”‚Β Β  β”œβ”€β”€ P76_PythonFTP.py
β”‚Β Β  β”œβ”€β”€ P77_FileSearching.py
β”‚Β Β  β”œβ”€β”€ P78_HashTable.py
β”‚Β Β  β”œβ”€β”€ P79_SimplePythonKeylogger.py
β”‚Β Β  β”œβ”€β”€ P80_SQLAlchemyTutorial.py
β”‚Β Β  β”œβ”€β”€ pyxhook.py
β”‚Β Β  └── TODOApp.py
β”œβ”€β”€ README.md
β”œβ”€β”€ Scripts
β”‚Β Β  β”œβ”€β”€ howto.txt
β”‚Β Β  β”œβ”€β”€ P01_FolderManipulation.py
β”‚Β Β  β”œβ”€β”€ P02_FileCount.py
β”‚Β Β  β”œβ”€β”€ P03_GetFileSize.py
β”‚Β Β  β”œβ”€β”€ P04_FindIfAFileExists.py
β”‚Β Β  β”œβ”€β”€ P05_FileOrganizer.py
β”‚Β Β  β”œβ”€β”€ P06_GetMeaning.py
β”‚Β Β  β”œβ”€β”€ P07_ScriptToSendMail.py
β”‚Β Β  β”œβ”€β”€ P08_CountNumberOfWords.py
β”‚Β Β  β”œβ”€β”€ P09_ReminderApplication.py
β”‚Β Β  β”œβ”€β”€ P10_ScriptToDownloadPDF.py
β”‚Β Β  β”œβ”€β”€ P11_CheckEmail.py
β”‚Β Β  β”œβ”€β”€ P12_ScriptToFindDevicesConnectedInNetwork.py
β”‚Β Β  β”œβ”€β”€ P13_Python_Create_File_With_Metadata.py
β”‚Β Β  β”œβ”€β”€ P14_ScriptToPlaySongs.py
β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”œβ”€β”€ reminder.data
β”‚Β Β  β”œβ”€β”€ Results
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ BirthdayReminder.png
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ BirthdayReminderResult.png
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FolderManipulationAfter.png
β”‚Β Β  β”‚Β Β  └── FolderManipulationBefore.png
β”‚Β Β  └── Tests
β”‚Β Β      β”œβ”€β”€ 0-Folder.txt
β”‚Β Β      β”œβ”€β”€ 1-Folder.txt
β”‚Β Β      β”œβ”€β”€ 2-Folder.txt
β”‚Β Β      β”œβ”€β”€ 3-Folder.txt
β”‚Β Β      β”œβ”€β”€ 4-Folder.txt
β”‚Β Β      β”œβ”€β”€ 5-Folder.txt
β”‚Β Β      β”œβ”€β”€ 6-Folder.txt
β”‚Β Β      β”œβ”€β”€ 7-Folder.txt
β”‚Β Β      β”œβ”€β”€ 8-Folder.txt
β”‚Β Β      └── 9-Folder.txt
└── Untitled (1).py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages