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