| | | 01_-_Introduction.mp4 | 4.66 MB |
| | | 04_-_Everybody_s_rights_and_consent_are_important_for_us_.txt | 4.28 KB |
| | | 02_-_Obtaining_The_Tools.txt | 1.85 KB |
| | | 03_-_How_To_Install.txt | 469 bytes |
| | | 08_-_Comments_In_Python_Hash_Sign.mp4 | 2.82 MB |
| | | 06_-_Start_Coding_With_Python_Display_Message_Using_print_Function.mp4 | 2.4 MB |
| | | 05_-_for_beginners_How_to_launch_IDLE.txt | 304 bytes |
| | | 09_-_Repeat_The_Example_Step_By_Step_Comments_In_Python.txt | 279 bytes |
| | | 07_-_Repeat_The_Example_Step_By_Step_print_function.txt | 148 bytes |
| | | 12_-_Identifier_Naming_Rules.mp4 | 21.2 MB |
| | | 11_-_Introduction_To_Variables_In_Python.mp4 | 2.98 MB |
| | | 13_-_reference_Rules_For_Identifiers_Reserved_Words_In_Python.txt | 1.34 KB |
| | | 10_-_Starting_Up_With_Variables.txt | 381 bytes |
| | | 14_-_reference_Naming_Convention.txt | 245 bytes |
| | | 21_-_Introduction_To_Lists.mp4 | 29.23 MB |
| | | 18_-_Introduction_To_Strings_str_Single-Double-Triple_Quotes.mp4 | 20.22 MB |
| | | 16_-_Introduction_To_Numeric_Types_int_float_.mp4 | 4.98 MB |
| | | 25_-_Introduction_To_Dictionaries.mp4 | 4.38 MB |
| | | 15_-_Introduction_To_Standard_Types_In_Python.mp4 | 3.98 MB |
| | | 23_-_Introduction_To_Tuples.mp4 | 3.36 MB |
| | | 19_-_The_Use_Of_Index_Numbers_For_Strings.pdf | 1.28 MB |
| | | 17_-_Sample_Codes_Used_In_Numeric_Types_int_float_.txt | 512 bytes |
| | | 26_-_Sample_Code_For_Dictionaries.txt | 472 bytes |
| | | 20_-_Sample_Codes_Used_For_Strings.txt | 88 bytes |
| | | 29_-_Getting_User_Input_input_Function.mp4 | 6.58 MB |
| | | 30_-_Casting_A_String_To_int_int_.mp4 | 5.74 MB |
| | | 31_-_Casting_A_String_To_Float_float_.mp4 | 4.06 MB |
| | | 32.1_-_Summary_Of_The_Section.pdf | 1.46 MB |
| | | 33_-_Practice_and_Sample_Solution.txt | 1 KB |
| | | 34_-_Basic_Arithmetic_Operations_In_Python.mp4 | 8.38 MB |
| | | 36_-_Logical_Operations_in_Python_not_and_or.mp4 | 7.42 MB |
| | | 39_-_Comparison_Operations.mp4 | 3.64 MB |
| | | 41_-_Bitwise_Operators_In_Python.txt | 2.24 KB |
| | | 35_-_Sample_Code_For_Basic_Arithmetic_Operations_In_Python.txt | 1.17 KB |
| | | 40_-_Sample_Code_For_Comparison_Operations.txt | 939 bytes |
| | | 42_-_Assignment_Operators_In_Python.txt | 674 bytes |
| | | 37_-_Sample_Code_For_Logical_Operations_in_Python_not_and_or.txt | 577 bytes |
| | | 38_-_Quick_Exercise.txt | 576 bytes |
| | | 43_-_reference_List_For_The_Order_Of_Operators_In_Python.txt | 430 bytes |
| | | 48_-_elif_Statement.mp4 | 4.76 MB |
| | | 46_-_else_Statement.mp4 | 2.81 MB |
| | | 44_-_if_Statement.mp4 | 2.06 MB |
| | | 50_-_Indentations_In_Conditional_Statements.pdf | 109.8 KB |
| | | 45_-_Sample_Code_For_if_Statement.txt | 1.27 KB |
| | | 49_-_Sample_Code_For_elif_Statement.txt | 756 bytes |
| | | 47_-_Sample_Code_For_else_Statement.txt | 700 bytes |
| | | 51_-_Identity_Operators_is_is_not.mp4 | 10.07 MB |
| | | 53_-_Membership_Operators_in_not_in.mp4 | 5.08 MB |
| | | 52_-_Sample_Code.pdf | 254.13 KB |
| | | 54_-_Sample_Code.pdf | 232.35 KB |
| | | 61_-_continue_-_break_-_pass_Statements_Using_for_Loop_.mp4 | 19.1 MB |
| | | 57_-_for_Loop.mp4 | 9.52 MB |
| | | 59_-_continue_-_break_-_pass_Statements_Using_while_Loop_.mp4 | 9.46 MB |
| | | 62_-_How_To_Implement_Infinite_Loop_Using_while_Loop.mp4 | 5.72 MB |
| | | 55_-_while_Loop.mp4 | 4.75 MB |
| | | 66_-_Functions_With_Arguments_Parameters.mp4 | 5.57 MB |
| | | 69_-_Returning_Values_return.mp4 | 5.5 MB |
| | | 65_-_How_To_Define_and_Call_Function.mp4 | 4.67 MB |
| | | 67_-_Functions_With_Default_Argument_Parameter_Values.mp4 | 3.52 MB |
| | | 68_-_Using_Language_Defined_Identifier_In_Function_doc_.mp4 | 2.85 MB |
| | | 70_-_Anonymous_Functions_Using_lambda_keyword_lambda.mp4 | 2.76 MB |
| | | 64_-_Review_Of_How_We_Used_Python_Functions.mp4 | 2.53 MB |
| | | 71_-_Summary_Of_The_Section.pdf | 1.19 MB |
| | | 78_-_Inheritance.mp4 | 47.15 MB |
| | | 73_-_Creating_Classes.mp4 | 18.78 MB |
| | | 77_-_Garbage_Collection.mp4 | 9.57 MB |
| | | 75_-_Accessing_Members.mp4 | 8.19 MB |
| | | 79_-_Using_Sub-Class_As_Super-Class.mp4 | 7.85 MB |
| | | 76_-_Class_Variable.mp4 | 7.22 MB |
| | | 72_-_Introduction.mp4 | 7.11 MB |
| | | 74_-_Creating_Object.mp4 | 6.73 MB |
| | | 80_-_Summary_Of_The_Section.pdf | 941.68 KB |
| | | 81_-_Next_steps.txt | 141 bytes |