├── BigStoryEncrypted.txt ├── BigStory_Decrypted.txt ├── BigStory_TextFile.txt ├── CodeFromLectures ├── W10_1_ClassesAndObjects.py ├── W10_2_AttributesAndMethods.py ├── W10_3_Employee.py ├── W10_3_Inheritance-MethodOverriding.py ├── W10_3_Person.py ├── W10_3_Student.py ├── W10_4_List VsNumpyArray.png ├── W10_4_NumpyLibrary.py ├── W10_5_MatplotlibLibrary.py ├── W11_1_ExceptionHandling.py ├── W11_2_ExceptionHandling2.py ├── W11_3_FunctionalProgramming1.py ├── W11_4_FunctionalProgramming2.py ├── W11_5_FunctionalProgramming3.py ├── W1_1_BasicThings.py ├── W1_2_DataTypes2.py ├── W1_3_OperatorsExpressions.py ├── W1_4_Strings.py ├── W1_5_Strings2.py ├── W2_1_DynamicTyping.py ├── W2_2_VariableRulesandTricks.py ├── W2_3_EscapeCharactersList.txt ├── W2_3_EscapeCharsAndQuotes.py ├── W2_4_String Methods │ ├── String Methods1.png │ ├── String Methods2.png │ ├── String Methods3.png │ ├── String Methods4.png │ ├── String Methods5.png │ └── String Methods6.png ├── W2_5_MoreOnStrings.py ├── W2_6_IfElseIfConditionals.py ├── W2_7_FlowChartProblem.py ├── W2_8_ImportLibrary1.py ├── W2_9_ImportLibrary2.py ├── W3_1_WhileLoop.py ├── W3_2_WhileLoop2.py ├── W3_3_ForLoop.py ├── W3_4_FormattedPrinting.py ├── W3_5_MoreOnLoops.py ├── W3_6_ApplyNestedLoops1.py ├── W4_1_ListsWarmup.py ├── W4_2_BirthdayParadox.py ├── W4_3_NaiveSearchInList.py ├── W4_4_TheObviousSort.py ├── W4_5_DotProduct.py ├── W4_6_MatrixAddition.py ├── W4_7_MatrixMultiplication.py ├── W4_ListsNotesForAssignments.md ├── W5_1_IntroToFunctions.py ├── W5_2_MoreOnFunctions.py ├── W5_3_SortingUsingFunctions.py ├── W5_4_MatrixMultiplyUsingFunctions.py ├── W5_5_RecursionIllustration.py ├── W5_6_FunctionArguments.py ├── W5_7_ScopeOfVariables.py ├── W5_8_TypesOfFunctions.py ├── W5_9_FunctionTutorial1.py ├── W5_9_FunctionTutorial2.py ├── W5_9_FunctionTutorial3.py ├── W6_1_ListsAndSets.py ├── W6_2_Dictionaries.py ├── W6_3_Tuples.py ├── W6_4_MoreOnLists.py ├── W6_5_MoreOnTuples.py ├── W6_6_MoreOnDictionaries.py ├── W6_7_MoreOnSets.py ├── W6_CollectionsSummary_1.png ├── W6_CollectionsSummary_2.png ├── W8_1_0InListRecursion.py ├── W8_2_SortingRecursively.py ├── W8_3_BinarySearchWarmup.py ├── W8_3_Search.py ├── W8_4_BinarySearchImplementation.py ├── W8_5_BinarySearch_RecursiveWay.py ├── W9_1_ReadingWritingToFile.py ├── W9_2_BigTextFileHandling.py ├── W9_3_CeaserCipherEncryption.py ├── W9_4_WhyPandas1.py ├── W9_5_WhyPandas2.py ├── W9_6_PandasSeriesDataframes1.py ├── W9_7_PandasSeriesDataframes2.py └── __pycache__ │ ├── BasicThings.cpython-38.pyc │ ├── DataTypes2.cpython-38.pyc │ ├── W10_3_Person.cpython-39.pyc │ ├── W4_3_NaiveSearchInList.cpython-39.pyc │ ├── W8_3_Search.cpython-39.pyc │ ├── W8_4_BinarySearchImplementation.cpython-39.pyc │ └── W8_Search.cpython-39.pyc ├── ExamScores.csv ├── PPA, GrPA and Assignment Codes ├── W10_GrPA1.py ├── W10_GrPA2.py ├── W10_GrPA3.py ├── W10_GrPA4.py ├── W12_PPA1.py ├── W12_PPA3.py ├── W12_PPA5.py ├── W12_PPA6.py ├── W1_GrPA6.py ├── W2_GrPA1.py ├── W2_GrPA3.py ├── W2_GrPA4.py ├── W2_GrPA5.py ├── W2_PPA5.py ├── W2_PPA6.py ├── W2_PPA7.py ├── W2_PPA8.py ├── W2_PPA9.py ├── W3_GrPA1.py ├── W3_GrPA2.py ├── W3_GrPA3.py ├── W3_GrPA4.py ├── W3_GrPA5.py ├── W3_GrPA6.py ├── W3_PPA11.py ├── W3_PPA12.py ├── W3_PPA5.py ├── W3_PPA6.py ├── W4_GrPA1.py ├── W4_GrPA2.py ├── W4_GrPA3.py ├── W4_GrPA4.py ├── W4_GrPA5.py ├── W4_PPA10.py ├── W4_PPA11.py ├── W4_PPA3.py ├── W4_PPA5.py ├── W4_PPA6.py ├── W4_PPA7.py ├── W4_PPA8.py ├── W4_PPA9.py ├── W5_GA5_Q9.py ├── W5_GrPA1.py ├── W5_GrPA3.py ├── W5_GrPA4.py ├── W5_GrPA5.py ├── W5_PPA10.py ├── W5_PPA5.py ├── W5_PPA7.py ├── W5_PPA8.py ├── W5_PPA9.py ├── W6_PPA10.py ├── W6_PPA6.py ├── W6_PPA7.py ├── W6_PPA8.py ├── W6_PPA9.py ├── W7_GrPA1.py ├── W7_GrPA2.py ├── W7_GrPA3.py ├── W7_GrPA4.py ├── W8_PPA3.py ├── W8_PPA4.py ├── W8_PPA5.py ├── W9_GrPA1.py ├── W9_GrPA2.py ├── W9_GrPA3.py ├── W9_GrPA4.py ├── W9_PPA1.py ├── W9_PPA10.py ├── W9_PPA11.py ├── W9_PPA12.py ├── W9_PPA2.py ├── W9_PPA3.py ├── W9_PPA4.py ├── W9_PPA5.py ├── W9_PPA6.py ├── W9_PPA7.py ├── W9_PPA8.py ├── W9_PPA9.py └── test.py ├── Practice Test Codes ├── OPPE1_Mock1.py ├── OPPE1_Mock2.py ├── OPPE1_Mock3.py ├── OPPE1_Mock4.py ├── OPPE1_Mock5.py ├── OPPE1_Mock6.py ├── PracticeTest1_5.py └── PracticeTest2_1.py ├── Programming exam codes ├── CodeChef Practice by IITM │ ├── IITMPP01_LECANDY.py │ ├── IITMPP01_NOTINCOM.py │ ├── IITMPP01_SMSDICT.py │ ├── IITMPP01_SMTFAC3.py │ ├── IITMPP01_SMTFAC3_Alternative.class │ ├── IITMPP01_SMTFAC3_Alternative.java │ ├── IITMPP01_TheLeadGame.py │ ├── IITMPP01_VCS.py │ ├── IITMPP02_ABROADS.py │ ├── IITMPP02_COLDPLAY.py │ ├── IITMPP02_JFY.py │ ├── IITMPP02_JOKRBTMN.py │ ├── IITMPP02_KJCP3.py │ ├── IITMPP04CHEFSLP.py │ ├── IITMPP04_CARVANS.py │ ├── IITMPP04_ERROR.py │ ├── IITMPP04_GOLDTRIP.py │ ├── IITMPP04_ODDSEVENS.py │ ├── IITMPP05_CM164364.py │ ├── IITMPP05_CORTSENT.py │ ├── IITMPP05_DIRECTN.py │ ├── IITMPP05_EQDIFFER.py │ ├── IITMPP05_HIRETEST.py │ ├── IITMPP06_EMPR.py │ ├── IITMPP06_EXPRESSION_3.py │ ├── IITMPP06_FNDINT.py │ ├── IITMPP06_MONSTER1.py │ └── IITMPP06_MONSTER2.py └── Test2Q2.py ├── README.md ├── directory.txt ├── myText.txt ├── out.txt ├── pattern.csv └── testing.py /BigStoryEncrypted.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/BigStoryEncrypted.txt -------------------------------------------------------------------------------- /BigStory_Decrypted.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/BigStory_Decrypted.txt -------------------------------------------------------------------------------- /BigStory_TextFile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/BigStory_TextFile.txt -------------------------------------------------------------------------------- /CodeFromLectures/W10_1_ClassesAndObjects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W10_1_ClassesAndObjects.py -------------------------------------------------------------------------------- /CodeFromLectures/W10_2_AttributesAndMethods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W10_2_AttributesAndMethods.py -------------------------------------------------------------------------------- /CodeFromLectures/W10_3_Employee.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W10_3_Employee.py -------------------------------------------------------------------------------- /CodeFromLectures/W10_3_Inheritance-MethodOverriding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W10_3_Inheritance-MethodOverriding.py -------------------------------------------------------------------------------- /CodeFromLectures/W10_3_Person.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W10_3_Person.py -------------------------------------------------------------------------------- /CodeFromLectures/W10_3_Student.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W10_3_Student.py -------------------------------------------------------------------------------- /CodeFromLectures/W10_4_List VsNumpyArray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W10_4_List VsNumpyArray.png -------------------------------------------------------------------------------- /CodeFromLectures/W10_4_NumpyLibrary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W10_4_NumpyLibrary.py -------------------------------------------------------------------------------- /CodeFromLectures/W10_5_MatplotlibLibrary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W10_5_MatplotlibLibrary.py -------------------------------------------------------------------------------- /CodeFromLectures/W11_1_ExceptionHandling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W11_1_ExceptionHandling.py -------------------------------------------------------------------------------- /CodeFromLectures/W11_2_ExceptionHandling2.py: -------------------------------------------------------------------------------- 1 | a=int(input()) 2 | if(a<18): 3 | raise Exception("You are underage") -------------------------------------------------------------------------------- /CodeFromLectures/W11_3_FunctionalProgramming1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W11_3_FunctionalProgramming1.py -------------------------------------------------------------------------------- /CodeFromLectures/W11_4_FunctionalProgramming2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W11_4_FunctionalProgramming2.py -------------------------------------------------------------------------------- /CodeFromLectures/W11_5_FunctionalProgramming3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W11_5_FunctionalProgramming3.py -------------------------------------------------------------------------------- /CodeFromLectures/W1_1_BasicThings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W1_1_BasicThings.py -------------------------------------------------------------------------------- /CodeFromLectures/W1_2_DataTypes2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W1_2_DataTypes2.py -------------------------------------------------------------------------------- /CodeFromLectures/W1_3_OperatorsExpressions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W1_3_OperatorsExpressions.py -------------------------------------------------------------------------------- /CodeFromLectures/W1_4_Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W1_4_Strings.py -------------------------------------------------------------------------------- /CodeFromLectures/W1_5_Strings2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W1_5_Strings2.py -------------------------------------------------------------------------------- /CodeFromLectures/W2_1_DynamicTyping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_1_DynamicTyping.py -------------------------------------------------------------------------------- /CodeFromLectures/W2_2_VariableRulesandTricks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_2_VariableRulesandTricks.py -------------------------------------------------------------------------------- /CodeFromLectures/W2_3_EscapeCharactersList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_3_EscapeCharactersList.txt -------------------------------------------------------------------------------- /CodeFromLectures/W2_3_EscapeCharsAndQuotes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_3_EscapeCharsAndQuotes.py -------------------------------------------------------------------------------- /CodeFromLectures/W2_4_String Methods/String Methods1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_4_String Methods/String Methods1.png -------------------------------------------------------------------------------- /CodeFromLectures/W2_4_String Methods/String Methods2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_4_String Methods/String Methods2.png -------------------------------------------------------------------------------- /CodeFromLectures/W2_4_String Methods/String Methods3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_4_String Methods/String Methods3.png -------------------------------------------------------------------------------- /CodeFromLectures/W2_4_String Methods/String Methods4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_4_String Methods/String Methods4.png -------------------------------------------------------------------------------- /CodeFromLectures/W2_4_String Methods/String Methods5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_4_String Methods/String Methods5.png -------------------------------------------------------------------------------- /CodeFromLectures/W2_4_String Methods/String Methods6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_4_String Methods/String Methods6.png -------------------------------------------------------------------------------- /CodeFromLectures/W2_5_MoreOnStrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_5_MoreOnStrings.py -------------------------------------------------------------------------------- /CodeFromLectures/W2_6_IfElseIfConditionals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_6_IfElseIfConditionals.py -------------------------------------------------------------------------------- /CodeFromLectures/W2_7_FlowChartProblem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_7_FlowChartProblem.py -------------------------------------------------------------------------------- /CodeFromLectures/W2_8_ImportLibrary1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_8_ImportLibrary1.py -------------------------------------------------------------------------------- /CodeFromLectures/W2_9_ImportLibrary2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W2_9_ImportLibrary2.py -------------------------------------------------------------------------------- /CodeFromLectures/W3_1_WhileLoop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W3_1_WhileLoop.py -------------------------------------------------------------------------------- /CodeFromLectures/W3_2_WhileLoop2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W3_2_WhileLoop2.py -------------------------------------------------------------------------------- /CodeFromLectures/W3_3_ForLoop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W3_3_ForLoop.py -------------------------------------------------------------------------------- /CodeFromLectures/W3_4_FormattedPrinting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W3_4_FormattedPrinting.py -------------------------------------------------------------------------------- /CodeFromLectures/W3_5_MoreOnLoops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W3_5_MoreOnLoops.py -------------------------------------------------------------------------------- /CodeFromLectures/W3_6_ApplyNestedLoops1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W3_6_ApplyNestedLoops1.py -------------------------------------------------------------------------------- /CodeFromLectures/W4_1_ListsWarmup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W4_1_ListsWarmup.py -------------------------------------------------------------------------------- /CodeFromLectures/W4_2_BirthdayParadox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W4_2_BirthdayParadox.py -------------------------------------------------------------------------------- /CodeFromLectures/W4_3_NaiveSearchInList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W4_3_NaiveSearchInList.py -------------------------------------------------------------------------------- /CodeFromLectures/W4_4_TheObviousSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W4_4_TheObviousSort.py -------------------------------------------------------------------------------- /CodeFromLectures/W4_5_DotProduct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W4_5_DotProduct.py -------------------------------------------------------------------------------- /CodeFromLectures/W4_6_MatrixAddition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W4_6_MatrixAddition.py -------------------------------------------------------------------------------- /CodeFromLectures/W4_7_MatrixMultiplication.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W4_7_MatrixMultiplication.py -------------------------------------------------------------------------------- /CodeFromLectures/W4_ListsNotesForAssignments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W4_ListsNotesForAssignments.md -------------------------------------------------------------------------------- /CodeFromLectures/W5_1_IntroToFunctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W5_1_IntroToFunctions.py -------------------------------------------------------------------------------- /CodeFromLectures/W5_2_MoreOnFunctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W5_2_MoreOnFunctions.py -------------------------------------------------------------------------------- /CodeFromLectures/W5_3_SortingUsingFunctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W5_3_SortingUsingFunctions.py -------------------------------------------------------------------------------- /CodeFromLectures/W5_4_MatrixMultiplyUsingFunctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W5_4_MatrixMultiplyUsingFunctions.py -------------------------------------------------------------------------------- /CodeFromLectures/W5_5_RecursionIllustration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W5_5_RecursionIllustration.py -------------------------------------------------------------------------------- /CodeFromLectures/W5_6_FunctionArguments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W5_6_FunctionArguments.py -------------------------------------------------------------------------------- /CodeFromLectures/W5_7_ScopeOfVariables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W5_7_ScopeOfVariables.py -------------------------------------------------------------------------------- /CodeFromLectures/W5_8_TypesOfFunctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W5_8_TypesOfFunctions.py -------------------------------------------------------------------------------- /CodeFromLectures/W5_9_FunctionTutorial1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W5_9_FunctionTutorial1.py -------------------------------------------------------------------------------- /CodeFromLectures/W5_9_FunctionTutorial2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W5_9_FunctionTutorial2.py -------------------------------------------------------------------------------- /CodeFromLectures/W5_9_FunctionTutorial3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W5_9_FunctionTutorial3.py -------------------------------------------------------------------------------- /CodeFromLectures/W6_1_ListsAndSets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W6_1_ListsAndSets.py -------------------------------------------------------------------------------- /CodeFromLectures/W6_2_Dictionaries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W6_2_Dictionaries.py -------------------------------------------------------------------------------- /CodeFromLectures/W6_3_Tuples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W6_3_Tuples.py -------------------------------------------------------------------------------- /CodeFromLectures/W6_4_MoreOnLists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W6_4_MoreOnLists.py -------------------------------------------------------------------------------- /CodeFromLectures/W6_5_MoreOnTuples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W6_5_MoreOnTuples.py -------------------------------------------------------------------------------- /CodeFromLectures/W6_6_MoreOnDictionaries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W6_6_MoreOnDictionaries.py -------------------------------------------------------------------------------- /CodeFromLectures/W6_7_MoreOnSets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W6_7_MoreOnSets.py -------------------------------------------------------------------------------- /CodeFromLectures/W6_CollectionsSummary_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W6_CollectionsSummary_1.png -------------------------------------------------------------------------------- /CodeFromLectures/W6_CollectionsSummary_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W6_CollectionsSummary_2.png -------------------------------------------------------------------------------- /CodeFromLectures/W8_1_0InListRecursion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W8_1_0InListRecursion.py -------------------------------------------------------------------------------- /CodeFromLectures/W8_2_SortingRecursively.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W8_2_SortingRecursively.py -------------------------------------------------------------------------------- /CodeFromLectures/W8_3_BinarySearchWarmup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W8_3_BinarySearchWarmup.py -------------------------------------------------------------------------------- /CodeFromLectures/W8_3_Search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W8_3_Search.py -------------------------------------------------------------------------------- /CodeFromLectures/W8_4_BinarySearchImplementation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W8_4_BinarySearchImplementation.py -------------------------------------------------------------------------------- /CodeFromLectures/W8_5_BinarySearch_RecursiveWay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W8_5_BinarySearch_RecursiveWay.py -------------------------------------------------------------------------------- /CodeFromLectures/W9_1_ReadingWritingToFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W9_1_ReadingWritingToFile.py -------------------------------------------------------------------------------- /CodeFromLectures/W9_2_BigTextFileHandling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W9_2_BigTextFileHandling.py -------------------------------------------------------------------------------- /CodeFromLectures/W9_3_CeaserCipherEncryption.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W9_3_CeaserCipherEncryption.py -------------------------------------------------------------------------------- /CodeFromLectures/W9_4_WhyPandas1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W9_4_WhyPandas1.py -------------------------------------------------------------------------------- /CodeFromLectures/W9_5_WhyPandas2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W9_5_WhyPandas2.py -------------------------------------------------------------------------------- /CodeFromLectures/W9_6_PandasSeriesDataframes1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W9_6_PandasSeriesDataframes1.py -------------------------------------------------------------------------------- /CodeFromLectures/W9_7_PandasSeriesDataframes2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/W9_7_PandasSeriesDataframes2.py -------------------------------------------------------------------------------- /CodeFromLectures/__pycache__/BasicThings.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/__pycache__/BasicThings.cpython-38.pyc -------------------------------------------------------------------------------- /CodeFromLectures/__pycache__/DataTypes2.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/__pycache__/DataTypes2.cpython-38.pyc -------------------------------------------------------------------------------- /CodeFromLectures/__pycache__/W10_3_Person.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/__pycache__/W10_3_Person.cpython-39.pyc -------------------------------------------------------------------------------- /CodeFromLectures/__pycache__/W4_3_NaiveSearchInList.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/__pycache__/W4_3_NaiveSearchInList.cpython-39.pyc -------------------------------------------------------------------------------- /CodeFromLectures/__pycache__/W8_3_Search.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/__pycache__/W8_3_Search.cpython-39.pyc -------------------------------------------------------------------------------- /CodeFromLectures/__pycache__/W8_4_BinarySearchImplementation.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/__pycache__/W8_4_BinarySearchImplementation.cpython-39.pyc -------------------------------------------------------------------------------- /CodeFromLectures/__pycache__/W8_Search.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/CodeFromLectures/__pycache__/W8_Search.cpython-39.pyc -------------------------------------------------------------------------------- /ExamScores.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/ExamScores.csv -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W10_GrPA1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W10_GrPA1.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W10_GrPA2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W10_GrPA2.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W10_GrPA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W10_GrPA3.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W10_GrPA4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W10_GrPA4.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W12_PPA1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W12_PPA1.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W12_PPA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W12_PPA3.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W12_PPA5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W12_PPA5.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W12_PPA6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W12_PPA6.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W1_GrPA6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W1_GrPA6.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W2_GrPA1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W2_GrPA1.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W2_GrPA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W2_GrPA3.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W2_GrPA4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W2_GrPA4.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W2_GrPA5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W2_GrPA5.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W2_PPA5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W2_PPA5.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W2_PPA6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W2_PPA6.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W2_PPA7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W2_PPA7.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W2_PPA8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W2_PPA8.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W2_PPA9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W2_PPA9.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W3_GrPA1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W3_GrPA1.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W3_GrPA2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W3_GrPA2.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W3_GrPA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W3_GrPA3.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W3_GrPA4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W3_GrPA4.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W3_GrPA5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W3_GrPA5.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W3_GrPA6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W3_GrPA6.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W3_PPA11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W3_PPA11.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W3_PPA12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W3_PPA12.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W3_PPA5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W3_PPA5.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W3_PPA6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W3_PPA6.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_GrPA1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_GrPA1.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_GrPA2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_GrPA2.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_GrPA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_GrPA3.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_GrPA4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_GrPA4.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_GrPA5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_GrPA5.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_PPA10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_PPA10.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_PPA11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_PPA11.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_PPA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_PPA3.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_PPA5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_PPA5.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_PPA6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_PPA6.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_PPA7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_PPA7.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_PPA8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_PPA8.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W4_PPA9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W4_PPA9.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W5_GA5_Q9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W5_GA5_Q9.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W5_GrPA1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W5_GrPA1.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W5_GrPA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W5_GrPA3.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W5_GrPA4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W5_GrPA4.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W5_GrPA5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W5_GrPA5.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W5_PPA10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W5_PPA10.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W5_PPA5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W5_PPA5.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W5_PPA7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W5_PPA7.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W5_PPA8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W5_PPA8.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W5_PPA9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W5_PPA9.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W6_PPA10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W6_PPA10.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W6_PPA6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W6_PPA6.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W6_PPA7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W6_PPA7.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W6_PPA8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W6_PPA8.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W6_PPA9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W6_PPA9.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W7_GrPA1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W7_GrPA1.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W7_GrPA2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W7_GrPA2.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W7_GrPA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W7_GrPA3.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W7_GrPA4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W7_GrPA4.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W8_PPA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W8_PPA3.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W8_PPA4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W8_PPA4.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W8_PPA5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W8_PPA5.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_GrPA1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_GrPA1.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_GrPA2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_GrPA2.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_GrPA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_GrPA3.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_GrPA4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_GrPA4.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_PPA1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_PPA1.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_PPA10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_PPA10.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_PPA11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_PPA11.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_PPA12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_PPA12.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_PPA2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_PPA2.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_PPA3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_PPA3.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_PPA4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_PPA4.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_PPA5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_PPA5.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_PPA6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_PPA6.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_PPA7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_PPA7.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_PPA8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_PPA8.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/W9_PPA9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/W9_PPA9.py -------------------------------------------------------------------------------- /PPA, GrPA and Assignment Codes/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/PPA, GrPA and Assignment Codes/test.py -------------------------------------------------------------------------------- /Practice Test Codes/OPPE1_Mock1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Practice Test Codes/OPPE1_Mock1.py -------------------------------------------------------------------------------- /Practice Test Codes/OPPE1_Mock2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Practice Test Codes/OPPE1_Mock2.py -------------------------------------------------------------------------------- /Practice Test Codes/OPPE1_Mock3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Practice Test Codes/OPPE1_Mock3.py -------------------------------------------------------------------------------- /Practice Test Codes/OPPE1_Mock4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Practice Test Codes/OPPE1_Mock4.py -------------------------------------------------------------------------------- /Practice Test Codes/OPPE1_Mock5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Practice Test Codes/OPPE1_Mock5.py -------------------------------------------------------------------------------- /Practice Test Codes/OPPE1_Mock6.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Practice Test Codes/PracticeTest1_5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Practice Test Codes/PracticeTest1_5.py -------------------------------------------------------------------------------- /Practice Test Codes/PracticeTest2_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Practice Test Codes/PracticeTest2_1.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP01_LECANDY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP01_LECANDY.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP01_NOTINCOM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP01_NOTINCOM.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP01_SMSDICT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP01_SMSDICT.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP01_SMTFAC3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP01_SMTFAC3.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP01_SMTFAC3_Alternative.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP01_SMTFAC3_Alternative.class -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP01_SMTFAC3_Alternative.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP01_SMTFAC3_Alternative.java -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP01_TheLeadGame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP01_TheLeadGame.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP01_VCS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP01_VCS.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP02_ABROADS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP02_ABROADS.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP02_COLDPLAY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP02_COLDPLAY.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP02_JFY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP02_JFY.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP02_JOKRBTMN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP02_JOKRBTMN.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP02_KJCP3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP02_KJCP3.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP04CHEFSLP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP04CHEFSLP.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP04_CARVANS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP04_CARVANS.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP04_ERROR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP04_ERROR.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP04_GOLDTRIP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP04_GOLDTRIP.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP04_ODDSEVENS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP04_ODDSEVENS.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP05_CM164364.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP05_CM164364.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP05_CORTSENT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP05_CORTSENT.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP05_DIRECTN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP05_DIRECTN.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP05_EQDIFFER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP05_EQDIFFER.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP05_HIRETEST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP05_HIRETEST.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP06_EMPR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP06_EMPR.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP06_EXPRESSION_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP06_EXPRESSION_3.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP06_FNDINT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP06_FNDINT.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP06_MONSTER1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP06_MONSTER1.py -------------------------------------------------------------------------------- /Programming exam codes/CodeChef Practice by IITM/IITMPP06_MONSTER2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/CodeChef Practice by IITM/IITMPP06_MONSTER2.py -------------------------------------------------------------------------------- /Programming exam codes/Test2Q2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/Programming exam codes/Test2Q2.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/README.md -------------------------------------------------------------------------------- /directory.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/directory.txt -------------------------------------------------------------------------------- /myText.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/myText.txt -------------------------------------------------------------------------------- /out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/out.txt -------------------------------------------------------------------------------- /pattern.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/pattern.csv -------------------------------------------------------------------------------- /testing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theroyaritra/IITMadrasPythonCodeBase/HEAD/testing.py --------------------------------------------------------------------------------