zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
Python 3 Masterclass step by step with coding exercises
magnet:?xt=urn:btih:6f087df517f178524de0da6a5681ddb5825ddd21&dn=Python 3 Masterclass step by step with coding exercises
磁力链接详情
文件列表详情
6f087df517f178524de0da6a5681ddb5825ddd21
infohash:
124
文件数量
7.12 GB
文件大小
2021-2-10 03:10
创建日期
2024-11-14 23:02
最后访问
相关分词
Python
3
Masterclass
step
by
step
with
coding
exercises
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/9. Python set - Pythonian way to represent set of Mathematics/3. More set operations - Part 1.mp4 157.28 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/8.1 process_students.py 1.05 KB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/8.2 process_students.py 1.05 KB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/9. Python set - Pythonian way to represent set of Mathematics/2. Understanding of set continues....mp4 152.33 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/4. Take decision - follow a branch - Use if-else/5. Branching in action - Check if a given year is Leap year..mp4 151.99 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/6. Python list - The mutable linear container/8. Important list methods - Part 1.mp4 145.7 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/6. Python list - The mutable linear container/9. Important list methods - Part 2.mp4 138.26 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/5. Loop - iterating over a section of code again and again/2. Example program using while loop..mp4 133.32 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/3. Basics you always need to know - Do not skip this section if you are novice/13. Arithmetic Operators in Python - Do some Maths!.mp4 124.72 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/5. Loop - iterating over a section of code again and again/1. Why we need loop - introduction, then while loop in Python..mp4 123.71 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/2. Downloading and Installing of required software/1. Install Anaconda for Windows..mp4 123.55 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/5. Loop - iterating over a section of code again and again/6. The smart looking for loop and range function..mp4 122.11 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/2. Downloading and Installing of required software/5. Using PyCharm - See how you can download install and use PyCharm IDE for Python..mp4 121.73 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/2. Downloading and Installing of required software/2. Installing Anaconda for Mac OS..mp4 115.89 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/3. Basics you always need to know - Do not skip this section if you are novice/17. Logical operators in Python..mp4 109.26 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/10. Python dictionary - associative container in Python/2. Important dictionary operations - Part 1..mp4 108.27 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/10. Python dictionary - associative container in Python/1. Introduction and basic idea of Python Dictionary..mp4 104.2 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/20. Decorators in Python/6. Chaining of decorator and parameterized decorator..mp4 103.64 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/4. Take decision - follow a branch - Use if-else/1. Introduction to branching using if-else Understand the basics first..mp4 103.1 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/2. Downloading and Installing of required software/7. How to use Jupyter notebook for writing and executing Python script..mp4 99.1 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/5. Loop - iterating over a section of code again and again/4. Another good programming example with while loop - find the factors of a number..mp4 98.08 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/19. Module and Package/5. How packages and modules resolve name collision - an example..mp4 94.68 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/19. Module and Package/2. Creating and referring a module..mp4 93.59 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/20. Decorators in Python/7. Property decorators - creating setter, getter and deleter property..mp4 93.49 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/3. Basics you always need to know - Do not skip this section if you are novice/7. Strings are everywhere - Understand the basics of Python string..mp4 90.54 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/5. Loop - iterating over a section of code again and again/12. Using break to get out of a loop..mp4 87.09 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/2. Downloading and Installing of required software/4. Write Python in text editor and execute from terminal..mp4 86.01 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/13. Modularise your program using function - Learn how to write your own function/7. Parameter passing - underlying concepts..mp4 85.73 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/1. File handling Introduction-open function, modes of operation, reading from file..mp4 81.05 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/8. File handling in Action - a complete program..mp4 80.59 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/5. Loop - iterating over a section of code again and again/14. else block with loop - what does it mean This is something new in Python..mp4 78.97 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/18. Inheritance/7. Another example that uses abstract method and abstract base class..mp4 78.82 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/14. Exception Handling in Python/7. Learn how to raise exception whenever required..mp4 77.51 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/17. Object oriented programming in Python - classes and objects/4. Class variable..mp4 76.2 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/7. Python string - all you need to know about Python string/2. Formatting a string using format method..mp4 74.53 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/17. Object oriented programming in Python - classes and objects/5. Class methods..mp4 68.38 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/4. Take decision - follow a branch - Use if-else/2. Using elif block - testing condition in the else part with elif..mp4 68 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/18. Inheritance/2. How to do Inheritance in Python. Practical Example..mp4 67.45 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/13. Modularise your program using function - Learn how to write your own function/2. Passing parameters to function..mp4 66.02 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/18. Inheritance/6. Types of inheritance - Multilevel and Multiple inheritance..mp4 65.97 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/19. Module and Package/3. PYTHONPATH - Accessing modules from anywhere of file system..mp4 65.31 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/10. Reading csv file using csv dict reader of csv module - a better way..mp4 64.37 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/19. Module and Package/4. Python Package - container for modules..mp4 63.42 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/18. Inheritance/8. Segregation of abstract method into a separate type..mp4 62.11 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/14. Exception Handling in Python/5. The general most exception type..mp4 61.37 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/2. Downloading and Installing of required software/3. Learn how you can use Python IDLE for writing and executing your Python script..mp4 60.99 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/6. Python list - The mutable linear container/1. Introduction to Python List..mp4 60.79 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/14. Exception Handling in Python/4. Writing more than one except block for handling different types of exceptions..mp4 60.63 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/3. Basics you always need to know - Do not skip this section if you are novice/3. Variables in Python - names are just references, don't miss this concept..mp4 60.53 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/4. Take decision - follow a branch - Use if-else/6. Another programming example Calculate Income Tax..mp4 59.78 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/13. Modularise your program using function - Learn how to write your own function/3. Returning values from function - the return keyword..mp4 58.88 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/17. Object oriented programming in Python - classes and objects/3. The __init__ method..mp4 58.83 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/20. Decorators in Python/1. Introduction - First class citizen and functions in Python..mp4 58.82 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/14. Exception Handling in Python/1. Runtime Exception Handling - Introduction & Basic concept..mp4 58.37 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/7. Python string - all you need to know about Python string/7. Important string methods - Part 2.mp4 58.11 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/11. Writing a csv file with csv module - writer and dict writer..mp4 57.93 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/18. Inheritance/4. Abstract method and Abstract Base class (ABC)..mp4 56.9 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/5. Loop - iterating over a section of code again and again/13. The continue keyword -skip the rest of the current iteration and go to the next.mp4 55.48 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/12. A complete programming example that uses dict reader and dict writer..mp4 55.45 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/15. Command line parameter passing to a Python program/1. Command line parameter passing in Python..mp4 54.63 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/17. Object oriented programming in Python - classes and objects/8. magic methods or dunders - Part 2..mp4 53.7 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/14. Exception Handling in Python/6. A practical example - Handle the situation when int function goes wrong..mp4 53.6 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/20. Decorators in Python/3. Returning a function from another function - closures..mp4 53.01 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/6. Python list - The mutable linear container/6. List slicing - take out a portion of list using robust slicing technique..mp4 52.59 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/5. seek and tell - two important methods..mp4 52.49 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/7. Python string - all you need to know about Python string/6. Important string methods - Part 1.mp4 51.91 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/8. Python tuple - Immutable linear container/2. tuple to list and vice-versa Sometimes we need this..mp4 50.87 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/3. Basics you always need to know - Do not skip this section if you are novice/11. Taking input from console - input function..mp4 50.07 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/3. Basics you always need to know - Do not skip this section if you are novice/16. Relational operators in Python..mp4 48.09 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/12. Python random module - generating random numbers or selecting elements randomly/3. Some more functions from random module..mp4 47.88 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/9. Python set - Pythonian way to represent set of Mathematics/1. Introduction and basic idea of Python set..mp4 47.54 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/3. Write and append operation..mp4 47.24 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/12. Python random module - generating random numbers or selecting elements randomly/1. Introduction to random module and random values..mp4 45.8 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/17. Object oriented programming in Python - classes and objects/7. Magic methods or dunders - Part 1..mp4 45.51 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/13. Modularise your program using function - Learn how to write your own function/10. Variable length parameters passing - args and kwargs.mp4 45.15 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/3. Basics you always need to know - Do not skip this section if you are novice/12. How to write comments in Python script..mp4 44.92 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/6. seek method for binary file - something special is here..mp4 44.78 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/12. Python random module - generating random numbers or selecting elements randomly/2. Choosing a list element randomly..mp4 44.11 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/9. Reading csv file using csv module..mp4 43.63 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/3. Basics you always need to know - Do not skip this section if you are novice/14. Python console on Pycharm, the assignment operator in Python, lvalue, rvalue.mp4 42.47 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/17. Object oriented programming in Python - classes and objects/9. magic methods or dunders - Part 3..mp4 42.36 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/7. Python string - all you need to know about Python string/4. Output data in tabular format using the format method..mp4 42.2 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/13. Modularise your program using function - Learn how to write your own function/6. Understand main module in Python __main__.mp4 41.76 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/9. Python set - Pythonian way to represent set of Mathematics/4. More set operations - Part 2.mp4 40.35 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/14. Exception Handling in Python/2. Handling exception in runtime - try and except block..mp4 39.63 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/8. Python tuple - Immutable linear container/1. Introduction to tuple..mp4 39.53 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/6. Python list - The mutable linear container/4. Unpacking of list elements..mp4 39.53 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/1. Introduction/1. Introduction.mp4 39.06 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/5. Loop - iterating over a section of code again and again/15. Print a pattern using nested loop - a loop inside of another..mp4 38.28 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/3. Basics you always need to know - Do not skip this section if you are novice/1. How to print string into console - the one and only Python 3 print function..mp4 38.08 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/13. Modularise your program using function - Learn how to write your own function/1. Introduction to function - let us write our first function..mp4 38.02 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/18. Inheritance/5. The super most class of any class in Python - The object class..mp4 35.64 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/17. Object oriented programming in Python - classes and objects/1. Basic idea of class, object, attributes and behaviours..mp4 35.56 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/18. Inheritance/3. Method Overriding..mp4 35.55 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/7. Python string - all you need to know about Python string/1. String slicing.mp4 35.06 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/7. Python string - all you need to know about Python string/5. Formatting using fstring - a new and better way..mp4 34.76 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/6. Python list - The mutable linear container/11. zip function to combine corresponding elements of different lists..mp4 34.47 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/5. Loop - iterating over a section of code again and again/7. Iterating through a string - printing all possible association..mp4 31.42 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/2. Defining and using a context manager for doing file operations..mp4 30.89 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/2. Downloading and Installing of required software/6. How to use Spyder IDE - inbuilt within Anaconda, no need to download..mp4 29.79 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/11. List comprehension - a powerful tool to create a list/3. List comprehension - more examples - Part 2..mp4 29.04 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/17. Object oriented programming in Python - classes and objects/6. Static method..mp4 27.42 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/11. List comprehension - a powerful tool to create a list/2. List comprehension - more examples - Part 1..mp4 27.08 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/7. Plus mode - opening file for doing both reading and writing..mp4 26.34 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/11. List comprehension - a powerful tool to create a list/1. Introduction to List Comprehension..mp4 25.99 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/20. Decorators in Python/2. Passing function as argument - higher order function..mp4 25.9 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/20. Decorators in Python/5. Decorating functions with different arguments with same decorator..mp4 25.84 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/8. Python tuple - Immutable linear container/3. More tuple operations..mp4 25.78 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/17. Object oriented programming in Python - classes and objects/2. Start writing your own class..mp4 25.05 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/16. Reading and writing files in Python/4. Reading specific number of characters using read method..mp4 24.23 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/14. Exception Handling in Python/3. How to get more information about the exception..mp4 23.72 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/3. Basics you always need to know - Do not skip this section if you are novice/9. Some more features of int function-you can convert binary, octal or hex strings..mp4 23.37 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/13. Modularise your program using function - Learn how to write your own function/9. Keyword based parameters..mp4 23.21 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/20. Decorators in Python/4. Finally, now we are all set to understand decorators..mp4 23.13 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/5. Loop - iterating over a section of code again and again/9. Printing Fibonacci Sequence..mp4 21.99 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/3. Basics you always need to know - Do not skip this section if you are novice/6. Difference between a Program and Script..mp4 21.84 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/6. Python list - The mutable linear container/10. Enumerate function.mp4 21.58 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/4. Take decision - follow a branch - Use if-else/3. One line alternative to if-else or if-elif statememts..mp4 21.57 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/10. Python dictionary - associative container in Python/3. Important dictionary operations - Part 2..mp4 21.3 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/18. Inheritance/1. Inheritance - Introduction..mp4 20.58 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/10. Python dictionary - associative container in Python/4. Formatting a dictionary using both format and fstring..mp4 18.23 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/3. Basics you always need to know - Do not skip this section if you are novice/5. Rules for providing name for variables..mp4 15.57 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/19. Module and Package/1. Modules and Packages - Introduction.mp4 15.51 MB
[TutsNode.com] - Python 3 Masterclass step by step with coding exercises/13. Modularise your program using function - Learn how to write your own function/8. Default parameter.mp4 10.31 MB
其他位置