zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeCourseWeb] Udemy - Python A-Z - Complete Python Training (Exercises-Cheatsheet) (Update)
magnet:?xt=urn:btih:56a0f16b5458e0a4a9c703a750ff0d4ba74c569b&dn=[FreeCourseWeb] Udemy - Python A-Z - Complete Python Training (Exercises-Cheatsheet) (Update)
磁力链接详情
Hash值:
56a0f16b5458e0a4a9c703a750ff0d4ba74c569b
点击数:
192
文件大小:
2.6 GB
文件数量:
86
创建日期:
2019-4-15 01:33
最后访问:
2024-12-24 06:48
访问标签:
FreeCourseWeb
Udemy
-
Python
A-Z
-
Complete
Python
Training
Exercises-Cheatsheet
Update
文件列表详情
1. Python In 2019/1. Is Python A Bubble Or Real Deal.mp4 63.97 MB
2. Setup - Installing Python/1. Installing Python on Windows.mp4 40.88 MB
2. Setup - Installing Python/2. Different Methods To Execute Python Codes.mp4 48.27 MB
2. Setup - Installing Python/3. Python help() - Python Documentation.mp4 46.22 MB
3. Writing Our First Python Program/1. Variables and Python Memory Management.mp4 23.1 MB
4. Datatypes in Python/1. Datatypes in Python.mp4 39.71 MB
4. Datatypes in Python/2. Sequences in Python.mp4 50.29 MB
4. Datatypes in Python/3. Installing IDE (Integrated Development Environment).mp4 63.4 MB
4. Datatypes in Python/4. Sets, Dictionary.mp4 37.92 MB
4. Datatypes in Python/5. Literals and Identifiers.mp4 20.24 MB
4. Datatypes in Python/6. Reserve Words - You Cann't Use Them!.mp4 8.68 MB
5. Operators in Python/1. Operators Arithmetic, Assignment.mp4 28.92 MB
5. Operators in Python/2. Operators Unary Minus, Relational, Logical, Boolean.mp4 27.02 MB
5. Operators in Python/3. Understanding Escape Characters.mp4 27.77 MB
6. Input and Output/1. Introduction to Input and Output Statements.mp4 13.77 MB
6. Input and Output/2. Output Statements.mp4 94.49 MB
6. Input and Output/3. Input Statements.mp4 19.39 MB
6. Input and Output/4. Python Built-in Functions and Built-in Module.mp4 75.95 MB
7. Python Control Statements/1. Conditionals If, If ... Else and Indentation.mp4 17.91 MB
7. Python Control Statements/2. Conditionals If ... Else Statements With Operators.mp4 32.28 MB
7. Python Control Statements/3. Conditionals if... elif ... else Statements + Nested if Statements.mp4 12.74 MB
8. Loops In Python/1. While Loop.mp4 27.77 MB
8. Loops In Python/2. For Loops - Part 1.mp4 11.57 MB
8. Loops In Python/3. For Loops - Part 2.mp4 23.57 MB
8. Loops In Python/4. Break and Continue Statements.mp4 20.34 MB
9. Strings and Characters/1. Comments and Doc Strings.mp4 13.54 MB
9. Strings and Characters/2. Diving Deep With Strings.mp4 46.6 MB
10. Lists, Tuples and Dictionaries/1. Diving Deep - List.mp4 40.45 MB
10. Lists, Tuples and Dictionaries/2. Diving Deep - Tuples.mp4 25.27 MB
10. Lists, Tuples and Dictionaries/3. Diving Deep - Dictionaries.mp4 32.2 MB
10. Lists, Tuples and Dictionaries/4. Indexing, Slicing, Negative Indexing.mp4 44.7 MB
11. Functions/1. What are Functions.mp4 10.74 MB
11. Functions/2. Parameters, Arguments, Return.mp4 24.86 MB
11. Functions/3. Formal and Actual Arguments (arg, arg, karg).mp4 34.41 MB
11. Functions/4. Local and Global Variables.mp4 12.51 MB
12. Object Oriented Programming (OOP)/1. Introduction to Object Oriented Programming (OOP).mp4 46.06 MB
12. Object Oriented Programming (OOP)/2. Classes and Objects in Python (OOP).mp4 35.59 MB
12. Object Oriented Programming (OOP)/3. Understanding init() Method and 'self ' Parameter.mp4 43.89 MB
12. Object Oriented Programming (OOP)/4. Solving Task OOPS.mp4 35.81 MB
12. Object Oriented Programming (OOP)/5. Defining Multiple Constructors in Python.mp4 19.99 MB
12. Object Oriented Programming (OOP)/6. Encapsulation.mp4 36.94 MB
12. Object Oriented Programming (OOP)/7. Public And Private Methods.mp4 21.82 MB
12. Object Oriented Programming (OOP)/8. Inheritance.mp4 11.86 MB
12. Object Oriented Programming (OOP)/9. Getter and Setter.mp4 42.49 MB
12. Object Oriented Programming (OOP)/10. Creating And Importing Module.mp4 19.56 MB
12. Object Oriented Programming (OOP)/11. Creating User Defined Module.mp4 24.64 MB
12. Object Oriented Programming (OOP)/12. Multiple Inheritance.mp4 26.96 MB
12. Object Oriented Programming (OOP)/13. Understanding super() Function [Part 1].mp4 10.3 MB
12. Object Oriented Programming (OOP)/14. Understanding super() Function [Part 2].mp4 21.53 MB
12. Object Oriented Programming (OOP)/15. Python Naming Convention (Classes, Variables, Functions, Methods ...).mp4 19.14 MB
12. Object Oriented Programming (OOP)/16. Composition.mp4 39.57 MB
12. Object Oriented Programming (OOP)/17. Aggregation.mp4 24.93 MB
12. Object Oriented Programming (OOP)/18. Abstract Classes.mp4 31.85 MB
12. Object Oriented Programming (OOP)/19. Discussing Over import And from.mp4 8.54 MB
12. Object Oriented Programming (OOP)/20. Operator Overloading [Part 1].mp4 24.33 MB
12. Object Oriented Programming (OOP)/21. Operator Overloading [Part 2].mp4 24.59 MB
14. Errors And Exceptions Handling/1. Errors - Types of Errors!.mp4 23.56 MB
14. Errors And Exceptions Handling/2. Exceptions.mp4 14.63 MB
14. Errors And Exceptions Handling/3. Exceptions Handling Introduction.mp4 12.26 MB
14. Errors And Exceptions Handling/4. Exceptions Handling.mp4 36.41 MB
14. Errors And Exceptions Handling/5. Try, Except, Else And Finally.mp4 19.58 MB
14. Errors And Exceptions Handling/6. Raising Exception.mp4 19.24 MB
14. Errors And Exceptions Handling/7. Creating User Defined Exception.mp4 18.75 MB
15. __name__ == __main__/1. if __name__ == __main__.mp4 15.42 MB
16. Python IO - File Handling/1. Creating Text File And Write Content.mp4 31.14 MB
16. Python IO - File Handling/2. Appending Files Solving Example - File Handling.mp4 15.83 MB
16. Python IO - File Handling/3. How To Read Content From A File.mp4 40.38 MB
17. Python Package Management System/1. pip - PyPI for Managing Python packages.mp4 66.81 MB
18. Project - Face Detection/1. What is OpenCV.mp4 33.61 MB
18. Project - Face Detection/2. OpenCV Face Detection With Python.mp4 40 MB
18. Project - Face Detection/3. Detecting 'Elon Musk' And 'Mark Zuckerberg' Faces.mp4 17.16 MB
18. Project - Face Detection/5. Detecting Faces Of All Images In The Folder.mp4 53.62 MB
19. Project - Video Downloader/1. PyPi - Pytube Introduction.mp4 16.62 MB
19. Project - Video Downloader/2. Video Downloader - Part 1.mp4 36.05 MB
19. Project - Video Downloader/3. Video Downloader - Part 2.mp4 32.34 MB
19. Project - Video Downloader/4. Complete Playlist Downloader.mp4 12.2 MB
20. Data Analysis With Pandas/1. What is Pandas.mp4 55.86 MB
20. Data Analysis With Pandas/2. Starting With Pandas And iPython.mp4 65.33 MB
20. Data Analysis With Pandas/3. Working with Jupyter Notebooks.mp4 19.56 MB
20. Data Analysis With Pandas/4. Important Jupyter Notebook Commands.mp4 46.4 MB
20. Data Analysis With Pandas/5. Working with CSV, Excel, TXT and JSON Files.mp4 54.77 MB
20. Data Analysis With Pandas/6. Working with API Response.mp4 20.16 MB
20. Data Analysis With Pandas/7. Indexing and Slicing Dataframe Tables [Part 1].mp4 29.27 MB
20. Data Analysis With Pandas/8. Indexing and Slicing Dataframe Tables [Part 2].mp4 20.52 MB
20. Data Analysis With Pandas/9. Deleting Columns and Rows.mp4 23.22 MB
20. Data Analysis With Pandas/10. Adding and Updating new Columns and Rows.mp4 39.33 MB
其他位置