Torrent Info
Title Python 3 Masterclass step by step with coding exercises
Category
Size 7.18GB

Files List
Please note that this page does not hosts or makes available any of the listed filenames. You cannot download any of those files from here.
[TGx]Downloaded from torrentgalaxy.to .txt 585B
0 280.68KB
1 688.96KB
1.1 cmd1.py 120B
1.1 dict_intro.py 280B
1.1 function_demo1.py 381B
1.1 if_else_demo1.py 336B
1.1 intro_tuple.py 220B
1.1 list_comp_1.py 132B
1.1 list_test.py 326B
1.1 random_demo1.py 303B
1.1 set_intro.py 497B
1.1 string_slicing.py 121B
1.1 while_intro.py 200B
1. Basic idea of class, object, attributes and behaviours..mp4 35.56MB
1. Basic idea of class, object, attributes and behaviours..srt 9.27KB
1. Command line parameter passing in Python..mp4 54.63MB
1. Command line parameter passing in Python..srt 16.01KB
1. File handling Introduction-open function, modes of operation, reading from file..mp4 81.05MB
1. File handling Introduction-open function, modes of operation, reading from file..srt 21.36KB
1. How to print string into console - the one and only Python 3 print function..mp4 38.08MB
1. How to print string into console - the one and only Python 3 print function..srt 7.71KB
1. Inheritance - Introduction..mp4 20.58MB
1. Inheritance - Introduction..srt 6.83KB
1. Install Anaconda for Windows..mp4 123.55MB
1. Install Anaconda for Windows..srt 12.09KB
1. Introduction.mp4 39.06MB
1. Introduction.srt 3.56KB
1. Introduction and basic idea of Python Dictionary..mp4 104.20MB
1. Introduction and basic idea of Python Dictionary..srt 10.15KB
1. Introduction and basic idea of Python set..mp4 47.54MB
1. Introduction and basic idea of Python set..srt 12.40KB
1. Introduction - First class citizen and functions in Python..mp4 58.82MB
1. Introduction - First class citizen and functions in Python..srt 13.58KB
1. Introduction to branching using if-else Understand the basics first..mp4 103.10MB
1. Introduction to branching using if-else Understand the basics first..srt 12.33KB
1. Introduction to function - let us write our first function..mp4 38.02MB
1. Introduction to function - let us write our first function..srt 10.76KB
1. Introduction to List Comprehension..mp4 25.99MB
1. Introduction to List Comprehension..srt 8.93KB
1. Introduction to Python List..mp4 60.79MB
1. Introduction to Python List..srt 12.91KB
1. Introduction to random module and random values..mp4 45.80MB
1. Introduction to random module and random values..srt 9.43KB
1. Introduction to tuple..mp4 39.53MB
1. Introduction to tuple..srt 11.10KB
1. Modules and Packages - Introduction.mp4 15.51MB
1. Modules and Packages - Introduction.srt 2.53KB
1. Referral links for my other courses on Udemy Your next step..html 3.80KB
1. Runtime Exception Handling - Introduction & Basic concept..mp4 58.37MB
1. Runtime Exception Handling - Introduction & Basic concept..srt 14.01KB
1. String slicing.mp4 35.06MB
1. String slicing.srt 8.57KB
1. Why we need loop - introduction, then while loop in Python..mp4 123.71MB
1. Why we need loop - introduction, then while loop in Python..srt 14.57KB
10 271.39KB
10.1 csv_dict_reader.py 579B
10.1 employee.csv 470B
10.1 enumerate.py 119B
10.1 kwarg1.py 182B
10.2 csv_dict_reader.py 579B
10.2 employee.csv 470B
10. Average (mean) of Fibonacci series numbers..html 138B
10. Enumerate function.mp4 21.58MB
10. Enumerate function.srt 5.62KB
10. Find number of strings in a list that ends with full stop '.'.html 138B
10. Reading csv file using csv dict reader of csv module - a better way..mp4 64.37MB
10. Reading csv file using csv dict reader of csv module - a better way..srt 14.89KB
10. Using int function convert a string containing numbers on different base into integer..html 138B
10. Variable length parameters passing - args and kwargs.mp4 45.15MB
10. Variable length parameters passing - args and kwargs.srt 14.85KB
100 939.85KB
101 677.26KB
102 13.42KB
103 98.94KB
104 160.17KB
105 226.09KB
106 968.37KB
107 791.61KB
108 286.32KB
109 645.04KB
11 112.72KB
11.1 csv_dict_writer.py 705B
11.1 input_test.py 181B
11.1 zip.py 264B
11.2 csv_writer.py 440B
11. Taking input from console - input function..mp4 50.07MB
11. Taking input from console - input function..srt 7.32KB
11. Write Python script using a simple for loop..html 138B
11. Writing a csv file with csv module - writer and dict writer..mp4 57.93MB
11. Writing a csv file with csv module - writer and dict writer..srt 12.63KB
11. zip function to combine corresponding elements of different lists..mp4 34.47MB
11. zip function to combine corresponding elements of different lists..srt 9.84KB
110 804.39KB
111 890.61KB
112 10.82KB
113 159.76KB
114 429.71KB
115 444.88KB
116 714.32KB
117 434.31KB
118 791.00KB
119 440.29KB
12 759.69KB
12.1 intro_break.py 408B
12.1 wr.csv 2.12KB
12.2 process_wr.py 1.30KB
12. A complete programming example that uses dict reader and dict writer..mp4 55.45MB
12. A complete programming example that uses dict reader and dict writer..srt 9.90KB
12. How to write comments in Python script..mp4 44.92MB
12. How to write comments in Python script..srt 4.78KB
12. Practice some list operations.html 138B
12. Using break to get out of a loop..mp4 87.09MB
12. Using break to get out of a loop..srt 10.73KB
120 505.47KB
13 750.71KB
13.1 intro_continue.py 405B
13. Arithmetic Operators in Python - Do some Maths!.mp4 124.72MB
13. Arithmetic Operators in Python - Do some Maths!.srt 15.04KB
13. Find the area of some geometrical figures..html 138B
13. The continue keyword -skip the rest of the current iteration and go to the next.mp4 55.48MB
13. The continue keyword -skip the rest of the current iteration and go to the next.srt 10.28KB
14 817.67KB
14.1 loop_else.py 460B
14. else block with loop - what does it mean This is something new in Python..mp4 78.97MB
14. else block with loop - what does it mean This is something new in Python..srt 19.85KB
14. Python console on Pycharm, the assignment operator in Python, lvalue, rvalue.mp4 42.47MB
14. Python console on Pycharm, the assignment operator in Python, lvalue, rvalue.srt 9.88KB
14. Use a list for counting digits in a string.html 138B
15 368.86KB
15.1 pattern1.py 382B
15. A colony of 8 cells..html 138B
15. Print a pattern using nested loop - a loop inside of another..mp4 38.28MB
15. Print a pattern using nested loop - a loop inside of another..srt 11.53KB
15. Using Arithmetic Operators.html 138B
16 916.79KB
16. Quiz on List Methods.html 138B
16. Quiz on loop.html 138B
16. Relational operators in Python..mp4 48.09MB
16. Relational operators in Python..srt 6.94KB
17 916.59KB
17. Logical operators in Python..mp4 109.26MB
17. Logical operators in Python..srt 13.29KB
18 945.57KB
18. Section #3 Quiz.html 138B
19 326.00KB
2 7.07KB
2.1 dictionary_opr_1.py 379B
2.1 function_demo2.py 441B
2.1 if_else_demo2.py 437B
2.1 inheritance_first.py 919B
2.1 list_comp_2.py 337B
2.1 names.txt 36B
2.1 random_demo2.py 516B
2.1 set_2.py 284B
2.1 str-format.py 531B
2.1 test_file1.py 393B
2.1 tuple_operation.py 329B
2.1 while_example1.py 431B
2.2 names.txt 36B
2.2 test_file1.py 393B
2. Choosing a list element randomly..mp4 44.11MB
2. Choosing a list element randomly..srt 8.29KB
2. Creating and referring a module..mp4 93.59MB
2. Creating and referring a module..srt 19.87KB
2. Declare and use a List.html 138B
2. Defining and using a context manager for doing file operations..mp4 30.89MB
2. Defining and using a context manager for doing file operations..srt 7.90KB
2. Example program using while loop..mp4 133.32MB
2. Example program using while loop..srt 14.42KB
2. Formatting a string using format method..mp4 74.53MB
2. Formatting a string using format method..srt 17.49KB
2. Handling exception in runtime - try and except block..mp4 39.63MB
2. Handling exception in runtime - try and except block..srt 8.59KB
2. How to do Inheritance in Python. Practical Example..mp4 67.45MB
2. How to do Inheritance in Python. Practical Example..srt 17.64KB
2. Important dictionary operations - Part 1..mp4 108.27MB
2. Important dictionary operations - Part 1..srt 10.63KB
2. Installing Anaconda for Mac OS..mp4 115.89MB
2. Installing Anaconda for Mac OS..srt 16.71KB
2. List comprehension - more examples - Part 1..mp4 27.08MB
2. List comprehension - more examples - Part 1..srt 6.63KB
2. Passing function as argument - higher order function..mp4 25.90MB
2. Passing function as argument - higher order function..srt 6.89KB
2. Passing parameters to function..mp4 66.02MB
2. Passing parameters to function..srt 13.29KB
2. Print Hello, World! using print function - Your first coding exercise..html 138B
2. Start writing your own class..mp4 25.05MB
2. Start writing your own class..srt 7.90KB
2. tuple to list and vice-versa Sometimes we need this..mp4 50.87MB
2. tuple to list and vice-versa Sometimes we need this..srt 11.17KB
2. Understanding of set continues....mp4 152.33MB
2. Understanding of set continues....srt 14.47KB
2. Using elif block - testing condition in the else part with elif..mp4 68.00MB
2. Using elif block - testing condition in the else part with elif..srt 8.89KB
20 415.59KB
21 517.33KB
22 470.38KB
23 936.29KB
24 1016.44KB
25 279.64KB
26 975.77KB
27 420.24KB
28 33.62KB
29 186.35KB
3 302.18KB
3.1 cls_intro.py 574B
3.1 dictionary_opr_2.py 179B
3.1 function_demo3.py 253B
3.1 list_comp_3.py 186B
3.1 method_overriding.py 996B
3.1 random_demo4.py 426B
3.1 set_opr1.py 437B
3.1 students.txt 55B
3.1 tuple_operations2.py 70B
3.1 write_to_file.py 225B
3.2 random_demo3.py 607B
3.2 students.txt 55B
3.2 write_to_file.py 225B
3. A simple formatting task..html 138B
3. Find sum of all even numbers upto n..html 138B
3. How to get more information about the exception..mp4 23.72MB
3. How to get more information about the exception..srt 5.33KB
3. Important dictionary operations - Part 2..mp4 21.30MB
3. Important dictionary operations - Part 2..srt 6.97KB
3. Learn how you can use Python IDLE for writing and executing your Python script..mp4 60.99MB
3. Learn how you can use Python IDLE for writing and executing your Python script..srt 8.24KB
3. List comprehension - more examples - Part 2..mp4 29.04MB
3. List comprehension - more examples - Part 2..srt 8.92KB
3. Method Overriding..mp4 35.55MB
3. Method Overriding..srt 6.79KB
3. More set operations - Part 1.mp4 157.28MB
3. More set operations - Part 1.srt 14.20KB
3. More tuple operations..mp4 25.78MB
3. More tuple operations..srt 6.33KB
3. One line alternative to if-else or if-elif statememts..mp4 21.57MB
3. One line alternative to if-else or if-elif statememts..srt 5.06KB
3. PYTHONPATH - Accessing modules from anywhere of file system..mp4 65.31MB
3. PYTHONPATH - Accessing modules from anywhere of file system..srt 14.61KB
3. Quiz on List fundamentals.html 138B
3. Returning a function from another function - closures..mp4 53.01MB
3. Returning a function from another function - closures..srt 13.44KB
3. Returning values from function - the return keyword..mp4 58.88MB
3. Returning values from function - the return keyword..srt 16.20KB
3. Some more functions from random module..mp4 47.88MB
3. Some more functions from random module..srt 8.22KB
3. The __init__ method..mp4 58.83MB
3. The __init__ method..srt 16.56KB
3. Variables in Python - names are just references, don't miss this concept..mp4 60.53MB
3. Variables in Python - names are just references, don't miss this concept..srt 13.26KB
3. Write and append operation..mp4 47.24MB
3. Write and append operation..srt 10.57KB
30 498.00KB
31 817.01KB
32 483.28KB
33 637.55KB
34 1.86KB
35 563.35KB
36 999.46KB
37 29.38KB
38 708.59KB
39 646.98KB
4 757.73KB
4.1 abstract.py 1.08KB
4.1 class_member.py 1004B
4.1 dictionary_format.py 273B
4.1 exception_part2.py 778B
4.1 set_opr2.py 314B
4.1 string_format2.py 398B
4.1 while_example2.py 446B
4. Abstract method and Abstract Base class (ABC)..mp4 56.90MB
4. Abstract method and Abstract Base class (ABC)..srt 13.05KB
4. Another good programming example with while loop - find the factors of a number..mp4 98.08MB
4. Another good programming example with while loop - find the factors of a number..srt 11.44KB
4. Class variable..mp4 76.20MB
4. Class variable..srt 16.96KB
4. Finally, now we are all set to understand decorators..mp4 23.13MB
4. Finally, now we are all set to understand decorators..srt 5.76KB
4. Find the hotel bill amount..html 138B
4. Formatting a dictionary using both format and fstring..mp4 18.23MB
4. Formatting a dictionary using both format and fstring..srt 4.74KB
4. More set operations - Part 2.mp4 40.35MB
4. More set operations - Part 2.srt 11.35KB
4. Output data in tabular format using the format method..mp4 42.20MB
4. Output data in tabular format using the format method..srt 9.12KB
4. Python Package - container for modules..mp4 63.42MB
4. Python Package - container for modules..srt 17.11KB
4. Quiz on Tuple.html 138B
4. Reading specific number of characters using read method..mp4 24.23MB
4. Reading specific number of characters using read method..srt 5.77KB
4. Unpacking of list elements..mp4 39.53MB
4. Unpacking of list elements..srt 11.25KB
4. Variable declaration.html 138B
4. Write a function to return the average 3 parameters it receives..html 138B
4. Write Python in text editor and execute from terminal..mp4 86.01MB
4. Write Python in text editor and execute from terminal..srt 14.15KB
4. Writing more than one except block for handling different types of exceptions..mp4 60.63MB
4. Writing more than one except block for handling different types of exceptions..srt 14.24KB
40 596.25KB
41 908.62KB
42 645.32KB
43 14.41KB
44 216.03KB
45 377.28KB
46 483.57KB
47 229.26KB
48 124.15KB
49 169.75KB
5 697.19KB
5.1 class_method.py 1.43KB
5.1 file_tell_seek.py 424B
5.1 fstring.py 256B
5.1 input.txt 226B
5.1 leap.py 565B
5.1 object_class.py 683B
5.2 file_tell_seek.py 424B
5.2 input.txt 226B
5. Branching in action - Check if a given year is Leap year..mp4 151.99MB
5. Branching in action - Check if a given year is Leap year..srt 18.17KB
5. Class methods..mp4 68.38MB
5. Class methods..srt 16.06KB
5. Decorating functions with different arguments with same decorator..mp4 25.84MB
5. Decorating functions with different arguments with same decorator..srt 6.43KB
5. Formatting using fstring - a new and better way..mp4 34.76MB
5. Formatting using fstring - a new and better way..srt 10.58KB
5. How packages and modules resolve name collision - an example..mp4 94.68MB
5. How packages and modules resolve name collision - an example..srt 22.13KB
5. Rules for providing name for variables..mp4 15.57MB
5. Rules for providing name for variables..srt 4.15KB
5. seek and tell - two important methods..mp4 52.49MB
5. seek and tell - two important methods..srt 13.39KB
5. The general most exception type..mp4 61.37MB
5. The general most exception type..srt 12.45KB
5. The super most class of any class in Python - The object class..mp4 35.64MB
5. The super most class of any class in Python - The object class..srt 8.20KB
5. Use while loop practically to find sum of digits of a number..html 138B
5. Using PyCharm - See how you can download install and use PyCharm IDE for Python..mp4 121.73MB
5. Using PyCharm - See how you can download install and use PyCharm IDE for Python..srt 15.59KB
5. Write a function to count number of vowels in a string that is passed to the function as parameter..html 138B
5. Write code to unpack list elements..html 138B
50 184.25KB
51 649.03KB
52 907.40KB
53 73.06KB
54 98.90KB
55 527.46KB
56 561.63KB
57 375.32KB
58 307.40KB
59 406.23KB
6 283.65KB
6.1 class_method.py 1.43KB
6.1 file_seek.py 413B
6.1 for_loop1.py 385B
6.1 income_tax.py 648B
6.1 inheritance_types.py 512B
6.1 lst_slicing.py 142B
6.1 mod2.py 105B
6.1 more_string_methods.py 302B
6.1 read_valid_integer.py 531B
6.2 mod1.py 188B
6. Another programming example Calculate Income Tax..mp4 59.78MB
6. Another programming example Calculate Income Tax..srt 7.43KB
6. A practical example - Handle the situation when int function goes wrong..mp4 53.60MB
6. A practical example - Handle the situation when int function goes wrong..srt 15.64KB
6. Chaining of decorator and parameterized decorator..mp4 103.64MB
6. Chaining of decorator and parameterized decorator..srt 26.32KB
6. Difference between a Program and Script..mp4 21.84MB
6. Difference between a Program and Script..srt 2.67KB
6. How to use Spyder IDE - inbuilt within Anaconda, no need to download..mp4 29.79MB
6. How to use Spyder IDE - inbuilt within Anaconda, no need to download..srt 5.69KB
6. Important string methods - Part 1.mp4 51.91MB
6. Important string methods - Part 1.srt 18.76KB
6. List slicing - take out a portion of list using robust slicing technique..mp4 52.59MB
6. List slicing - take out a portion of list using robust slicing technique..srt 11.91KB
6. seek method for binary file - something special is here..mp4 44.78MB
6. seek method for binary file - something special is here..srt 10.87KB
6. Static method..mp4 27.42MB
6. Static method..srt 6.00KB
6. The smart looking for loop and range function..mp4 122.11MB
6. The smart looking for loop and range function..srt 14.80KB
6. Types of inheritance - Multilevel and Multiple inheritance..mp4 65.97MB
6. Types of inheritance - Multilevel and Multiple inheritance..srt 14.54KB
6. Understand main module in Python __main__.mp4 41.76MB
6. Understand main module in Python __main__.srt 12.95KB
60 1015.06KB
61 418.66KB
62 526.09KB
63 87.63KB
64 133.84KB
65 953.38KB
66 934.55KB
67 123.83KB
68 468.27KB
69 774.66KB
7 295.57KB
7.1 file_read_write.py 191B
7.1 function_demo4.py 385B
7.1 lecture_7.py 1.53KB
7.1 more_string_methods_2.py 192B
7. Another example that uses abstract method and abstract base class..mp4 78.82MB
7. Another example that uses abstract method and abstract base class..srt 17.23KB
7. How to use Jupyter notebook for writing and executing Python script..mp4 99.10MB
7. How to use Jupyter notebook for writing and executing Python script..srt 18.63KB
7. Important string methods - Part 2.mp4 58.11MB
7. Important string methods - Part 2.srt 16.95KB
7. Iterating through a string - printing all possible association..mp4 31.42MB
7. Iterating through a string - printing all possible association..srt 8.35KB
7. Learn how to raise exception whenever required..mp4 77.51MB
7. Learn how to raise exception whenever required..srt 18.09KB
7. Magic methods or dunders - Part 1..mp4 45.51MB
7. Magic methods or dunders - Part 1..srt 12.56KB
7. Parameter passing - underlying concepts..mp4 85.73MB
7. Parameter passing - underlying concepts..srt 17.45KB
7. Plus mode - opening file for doing both reading and writing..mp4 26.34MB
7. Plus mode - opening file for doing both reading and writing..srt 8.22KB
7. Property decorators - creating setter, getter and deleter property..mp4 93.49MB
7. Property decorators - creating setter, getter and deleter property..srt 20.10KB
7. Quiz on List slicing.html 138B
7. Rock Paper Scissor.html 138B
7. Strings are everywhere - Understand the basics of Python string..mp4 90.54MB
7. Strings are everywhere - Understand the basics of Python string..srt 13.61KB
70 201.10KB
71 496.69KB
72 871.26KB
73 82.06KB
74 229.64KB
75 912.38KB
76 378.60KB
77 542.74KB
78 656.92KB
79 814.12KB
8 462.50KB
8.1 interface.py 2.19KB
8.1 list_methods_part1.py 509B
8.1 process_students.py 1.05KB
8.1 students_data.csv 127B
8.2 process_students.py 1.05KB
8.2 students_data.csv 127B
8. Apply slicing on string - a simple exercise..html 138B
8. Default parameter.mp4 10.31MB
8. Default parameter.srt 2.99KB
8. File handling in Action - a complete program..mp4 80.59MB
8. File handling in Action - a complete program..srt 22.24KB
8. Important list methods - Part 1.mp4 145.70MB
8. Important list methods - Part 1.srt 17.72KB
8. magic methods or dunders - Part 2..mp4 53.70MB
8. magic methods or dunders - Part 2..srt 13.60KB
8. Quiz on if-else.html 138B
8. Segregation of abstract method into a separate type..mp4 62.11MB
8. Segregation of abstract method into a separate type..srt 13.00KB
8. String basics.html 138B
8. Test your skills on for loop and range function..html 138B
80 247.33KB
81 669.23KB
82 376.81KB
83 476.94KB
84 485.20KB
85 959.75KB
86 741.58KB
87 943.68KB
88 1002.68KB
89 368.05KB
9 907.33KB
9.1 complex.py 1.17KB
9.1 csv_reader.py 430B
9.1 list_test2.py 467B
9.2 employee.csv 470B
9. Important list methods - Part 2.mp4 138.26MB
9. Important list methods - Part 2.srt 19.52KB
9. Keyword based parameters..mp4 23.21MB
9. Keyword based parameters..srt 7.20KB
9. magic methods or dunders - Part 3..mp4 42.36MB
9. magic methods or dunders - Part 3..srt 10.89KB
9. Print each character of a string twice.html 138B
9. Printing Fibonacci Sequence..mp4 21.99MB
9. Printing Fibonacci Sequence..srt 8.02KB
9. Reading csv file using csv module..mp4 43.63MB
9. Reading csv file using csv module..srt 9.81KB
9. Some more features of int function-you can convert binary, octal or hex strings..mp4 23.37MB
9. Some more features of int function-you can convert binary, octal or hex strings..srt 4.32KB
90 451.75KB
91 465.11KB
92 957.74KB
93 247.14KB
94 538.17KB
95 592.49KB
96 114.98KB
97 211.90KB
98 981.06KB
99 594.13KB
TutsNode.com.txt 63B
Distribution statistics by country
Republic of Korea (KR) 2
Russia (RU) 2
France (FR) 1
Italy (IT) 1
United Kingdom (GB) 1
Croatia (HR) 1
Kenya (KE) 1
Ukraine (UA) 1
United States (US) 1
Philippines (PH) 1
Total 12
IP List List of IP addresses which were distributed this torrent