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.org.txt |
524B |
001 - Introduction.mp4 |
27.39MB |
002 - How to Make Best use of the Course Guide.mp4 |
13.95MB |
003 - Installing Python and Launching Python Shell.mp4 |
5.26MB |
004 - Step 01 - Getting Started with Programming.mp4 |
4.60MB |
005 - Step 02 - Introduction to Multiplication Table challenge.mp4 |
3.07MB |
006 - Step 03 - Break down Multiplication Table Challenge.mp4 |
4.10MB |
007 - Step 04 - Python Expression - An Introduction.mp4 |
9.01MB |
008 - Step 05 - Python Expression – Exercises.mp4 |
2.00MB |
009 - Step 06 - Python Expression – Puzzles.mp4 |
7.48MB |
010 - Step 07 - Printing output to console with Python.mp4 |
7.86MB |
011 - Step 08 - Calling Functions in Python – Puzzles.mp4 |
15.19MB |
012 - Step 09 - Advanced Printing output to console with Python.mp4 |
7.42MB |
013 - Step 10 - Advanced Printing output to console with Python - Exercises & Puzzle.mp4 |
8.32MB |
014 - Step 11 - Introduction to Variables in Python.mp4 |
13.24MB |
015 - Step 12 - Introduction to Variables in Python – Puzzles.mp4 |
7.74MB |
016 - Step 13 - Assignment Statement.mp4 |
10.54MB |
017 - Step 14 - Tip - Using formatted strings in print method.mp4 |
4.43MB |
018 - Step 15 - Using For Loop to Print Multiplication Table.mp4 |
11.17MB |
019 - Step 16 - Using For Loop in Python – Puzzles.mp4 |
7.88MB |
020 - Step 17 - Using For Loop in Python – Exercises.mp4 |
6.77MB |
021 - Step 18 - Getting Started with Programming - Revise all Terminology.mp4 |
5.18MB |
022 - Step 00 - Section 02 - Methods - An Introduction.mp4 |
3.18MB |
023 - Step 01 - Your First Python Method - Hello World Twice and Exercise Statements.mp4 |
6.45MB |
024 - Step 02 - Introduction to Python Methods – Exercises.mp4 |
6.54MB |
025 - Step 03 - Introduction to Python Methods - Arguments and Parameters.mp4 |
15.38MB |
026 - Step 04 - Introduction to Python Method Parameters – Exercises.mp4 |
7.06MB |
027 - Step 05 - Introduction to Python Method - Multiple Parameters.mp4 |
8.77MB |
028 - Step 06 - Getting back to Multiplication Table - Creating a method.mp4 |
7.06MB |
029 - Step 07 - Tip - Indentation is king.mp4 |
5.47MB |
030 - Step 08 - Introduction to Python Method - Puzzles - Named Parameters.mp4 |
14.34MB |
031 - Step 09 - Introduction to Python Method - Return Values.mp4 |
6.73MB |
032 - Step 10 - Introduction to Python Method - Return Values – Exercises.mp4 |
7.58MB |
033 - Step 01 - Writing and Executing your First Python Script.mp4 |
12.12MB |
034 - Step 02 - Python Virtual Machine and bytecode.mp4 |
4.76MB |
035 - Step 01 - Installing and Introduction to PyCharm.mp4 |
2.75MB |
036 - Step 02 - Write and Execute a Python File with PyCharm.mp4 |
4.87MB |
037 - Step 03 - Execise - Write Multiplication Table Method with PyCharm.mp4 |
7.72MB |
038 - Step 04 - Debugging Code with PyCharm.mp4 |
14.19MB |
039 - Step 05 - PyCharm Tips - Tool Windows.mp4 |
5.83MB |
040 - Step 06 - PyCharm Tips - Keyboard Shortcuts.mp4 |
17.81MB |
041 - Step 01 - Introduction to Numeric Data Types.mp4 |
7.54MB |
042 - Step 02 - Exercise - Calculate Simple Interest.mp4 |
8.12MB |
043 - Step 03 - Introduction to Numeric Data Types – Puzzles.mp4 |
6.46MB |
044 - Step 04 - Introduction to Boolean Data Type.mp4 |
4.02MB |
045 - Step 05 - Introduction to If Condition.mp4 |
5.18MB |
046 - Step 06 - Introduction to If Condition – Exercises.mp4 |
5.41MB |
047 - Step 07 - Logical Operators - and or not.mp4 |
3.62MB |
048 - Step 08 - Logical Operators - and or not – Puzzles.mp4 |
8.79MB |
049 - Step 09 - Introduction to If Condition - else and elif.mp4 |
8.18MB |
050 - Step 10 - if, else and elif - Menu Exercise - Part 1.mp4 |
14.04MB |
051 - Step 11 - if, else and elif - Menu Exercise - Part 2.mp4 |
9.22MB |
052 - Step 12 - if, else and elif – Puzzles.mp4 |
6.95MB |
053 - Step 01 - Text in Python - Methods in str class.mp4 |
15.07MB |
054 - Step 02 - Data Type Conversion – Puzzles.mp4 |
7.26MB |
055 - Step 03 - Strings are immutable.mp4 |
9.17MB |
056 - Step 04 - There is no separate Character data type.mp4 |
4.69MB |
057 - Step 05 - String module.mp4 |
7.93MB |
058 - Step 06 - Exercise - is vowel, print lower case and upper case characters.mp4 |
11.61MB |
059 - Step 07 - String - Exercises and Puzzles.mp4 |
10.33MB |
060 - Step 08 - String – Conclusion.mp4 |
5.89MB |
061 - Step 01 - For loop basics.mp4 |
2.70MB |
062 - Step 02 - For loop exercise 1 - is_prime.mp4 |
10.47MB |
063 - Step 03 - For loop exercise 2 - sum_upto_n.mp4 |
5.09MB |
064 - Step 04 - For loop exercise 3 - sum of divisors.mp4 |
5.91MB |
065 - Step 05 – For loop exercise 4 - print a number triangle.mp4 |
8.96MB |
066 - Step 06 - Introduction to while loop in Python.mp4 |
5.94MB |
067 - Step 07 - While loop – Exercises.mp4 |
9.03MB |
068 - Step 08 - Choosing a Loop - Menu Exercise.mp4 |
10.00MB |
069 - Step 09 - Loops - Puzzles - break and continue.mp4 |
15.79MB |
070 - Tip 1 - Using Predefined Python Modules.mp4 |
6.26MB |
071 - Tip 2 - Loop - Getting Index Element.mp4 |
3.27MB |
072 - Tip 3 - Short hand If Statement.mp4 |
2.71MB |
073 - Tip 4 - Python is Strongly Typed and Dynamic Language.mp4 |
5.01MB |
074 - Tip 4 - Beginners Mistakes – Shadowing.mp4 |
3.69MB |
075 - Tip 5 - Beginners Mistakes – Indentation.mp4 |
3.01MB |
076 - Tip 6 - PEP8 - Python Style Guide.mp4 |
8.10MB |
077 - Tip 7 - PEP20 - Zen of Python.mp4 |
5.72MB |
078 - Step 00 - Introduction to Object Oriented Programming - Section Overview.mp4 |
1.88MB |
079 - Step 01 - Introduction to Object Oriented Programming – Basics.mp4 |
9.90MB |
080 - Step 02 - Introduction to Object Oriented Programming - Terminology - Class, Object.mp4 |
9.29MB |
081 - Step 03 - Introduction to Object Oriented Programming - Exercise - Online Shopping.mp4 |
6.70MB |
082 - Step 04 - First Class and Object - Country class.mp4 |
6.24MB |
083 - Step 05 - Create Motor Bike Python Class and a couple of objects.mp4 |
12.75MB |
084 - Step 06 - Class and Objects - a few Puzzles.mp4 |
5.98MB |
085 - Step 07 - Constructor for MotorBike class.mp4 |
13.51MB |
086 - Step 08 - Constructor for Book class – Exercise.mp4 |
3.40MB |
087 - Step 09 - Constructors – Puzzles.mp4 |
12.44MB |
088 - Step 10 - Class and Objects - Methods and Behavior.mp4 |
12.38MB |
089 - Step 11 - Exercise - Enhance Book class with copies.mp4 |
7.56MB |
090 - Step 12 - Class and Objects - Methods and Behavior - Puzzles on self.mp4 |
8.55MB |
091 - Step 13 - Advantages of Encapsulation.mp4 |
6.58MB |
092 - Step 14 - Everything is Object in Python.mp4 |
5.02MB |
093 - Step 01 - Python Data Structures - Why do we need them.mp4 |
6.07MB |
094 - Step 02 - Operations on List Data Structure.mp4 |
3.92MB |
095 - Step 03 - Exercise with List - Student class.mp4 |
19.25MB |
096 - Step 04 - Puzzles with Strings Lists.mp4 |
9.74MB |
097 - Step 05 - List Slicing.mp4 |
8.49MB |
098 - Step 06 - List Sorting, Looping and Reversing.mp4 |
9.62MB |
099 - Step 07 - List as a Stack and Queue.mp4 |
4.45MB |
100 - Step 08 - List with a custom class - Country and representation.mp4 |
8.56MB |
101 - Step 08 - List with a custom class - Part 2 - sorting, max and min.mp4 |
10.55MB |
102 - Step 09 - List Comprehension.mp4 |
8.01MB |
103 - Step 10 - Introduction to Set.mp4 |
8.03MB |
104 - Step 11 - Introduction to Dictionary.mp4 |
6.61MB |
105 - Step 12 - Exercise with Dictionary - Word and Character Occurrences.mp4 |
7.31MB |
106 - Step 13 - Puzzles with Data Structures.mp4 |
87.05MB |
107 - Step 14 – Tuples.mp4 |
9.21MB |
108 - Step 01 - OOPS Basics Revised.mp4 |
3.69MB |
109 - Step 02 - Designing a Fan Class.mp4 |
14.57MB |
110 - Step 03 - Object Composition - Book and Reviews.mp4 |
17.29MB |
111 - Step 04 - Why do we need Inheritance.mp4 |
6.30MB |
112 - Step 05 - All classes in Python 3 inherit from object.mp4 |
2.88MB |
113 - Step 06 - Multiple Inheritance.mp4 |
10.42MB |
114 - Step 07 - Creating and Using an Abstract Class.mp4 |
7.23MB |
115 - Step 08 - Template Method Pattern with Recipe Class.mp4 |
13.10MB |
116 - Step 09 - A Quick Revision.mp4 |
3.32MB |
117 - Step 01 - Introduction to Error Handling - Your Thought Process during Error Handling.mp4 |
4.10MB |
118 - Step 02 - Basics of Exception Hierarchy.mp4 |
7.93MB |
119 - Step 03 - Basics of Error Handling - try except.mp4 |
9.18MB |
120 - Step 04 - Handling Multiple Errors with Multiple except blocks.mp4 |
15.31MB |
121 - Step 05 - Error Handling - Puzzles - Exception Details.mp4 |
12.35MB |
122 - Step 06 - Error Handling - finally and else.mp4 |
7.63MB |
123 - Step 07 - Error Handling - Puzzles 2.mp4 |
4.93MB |
124 - Step 08 - Raising Exceptions.mp4 |
15.95MB |
125 - Step 09 - Raising Custom Exceptions.mp4 |
10.21MB |
126 - Tip 1 - Math Module and Decimal Class.mp4 |
6.86MB |
127 - Tip 2 - Statistics Module - find mean and median.mp4 |
4.06MB |
128 - Tip 3 - Collections Module - deque for Queue and Stack.mp4 |
3.61MB |
129 - Tip 4 - Date Module.mp4 |
9.37MB |
130 - Tip 5 - Methods and Arguments – Basics.mp4 |
12.06MB |
131 - Tip 6 - Methods and Arguments - Keyword Arguments.mp4 |
11.72MB |
132 - Tip 7 - Methods and Arguments - Unpacking Lists and Dictionaries.mp4 |
8.62MB |
133 - Tip 8 - Creating Custom Modules and Using Them.mp4 |
11.14MB |
134 - Tip 9 - Defining Equality for Classes.mp4 |
10.15MB |
135 - Tip 10 – None.mp4 |
8.63MB |
136 - Congratulations.mp4 |
1.23MB |
Discuss.FreeTutorials.Us.html |
165.68KB |
FreeCoursesOnline.Me.html |
108.30KB |
FreeTutorials.Eu.html |
102.23KB |
How you can help Team-FTU.txt |
259B |
Source_codes.zip |
885.22KB |
Torrent Downloaded From GloDls.to.txt |
84B |