种子简介
种子名称:
[FreeCourseSite.com] Udemy - Complete Python Bootcamp Go from zero to hero in Python
文件类型:
视频
文件数目:
96个文件
文件大小:
2.41 GB
收录时间:
2023-5-23 05:52
已经下载:
3次
资源热度:
182
最近下载:
2025-1-6 19:33
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:1a1c576312395513a6c20445ce702b3da6bf8769&dn=[FreeCourseSite.com] Udemy - Complete Python Bootcamp Go from zero to hero in Python
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[FreeCourseSite.com] Udemy - Complete Python Bootcamp Go from zero to hero in Python.torrent
01 Course Overview/001 Course Introduction.mp45.79MB
01 Course Overview/002 Course Curriculum Overview.mp412.97MB
01 Course Overview/003 Python 2 vs Python 3.mp426.26MB
01 Course Overview/004 How to Approach This Course.mp48.3MB
02 Python Setup/007 Jupyter Notebook Installation.mp436.71MB
02 Python Setup/008 IDE Selection.mp430.68MB
02 Python Setup/009 Jupyter (iPython) Notebooks.mp439.45MB
02 Python Setup/010 FAQ - Notebooks.mp411.44MB
02 Python Setup/011 Additional Resources.mp431.9MB
02 Python Setup/012 Git and Github Overview (Optional).mp412.39MB
03 Python Object and Data Structure Basics/013 Numbers.mp431.34MB
03 Python Object and Data Structure Basics/015 Strings.mp455.24MB
03 Python Object and Data Structure Basics/017 Print Formatting.mp443.09MB
03 Python Object and Data Structure Basics/019 Lists.mp449.96MB
03 Python Object and Data Structure Basics/021 Dictionaries.mp445.01MB
03 Python Object and Data Structure Basics/023 Tuples.mp417.56MB
03 Python Object and Data Structure Basics/024 Files.mp418.64MB
03 Python Object and Data Structure Basics/025 Sets and Booleans.mp416.21MB
03 Python Object and Data Structure Basics/027 Objects and Data Structures Assessment Test.mp417MB
03 Python Object and Data Structure Basics/028 Objects and Data Structures Assessment - Solutions.mp419.53MB
04 Python Comparison Operators/029 Comparison Operators.mp416.02MB
04 Python Comparison Operators/030 Chained Comparison Operators.mp410.21MB
05 Python Statements/031 Introduction to Python Statements.mp47.5MB
05 Python Statements/032 if_ elif_ and else Statements.mp428.06MB
05 Python Statements/033 for Loops.mp448.97MB
05 Python Statements/034 while Loops.mp438.86MB
05 Python Statements/035 range().mp427.82MB
05 Python Statements/036 List Comprehensions.mp433.41MB
05 Python Statements/037 Statements Assessment Test.mp46.48MB
05 Python Statements/038 Statements Assessment Solutions.mp48.73MB
06 Methods and Functions/039 Methods.mp415.63MB
06 Methods and Functions/040 Functions.mp451.72MB
06 Methods and Functions/041 lambda expressions.mp445.98MB
06 Methods and Functions/042 Nested Statements and Scope.mp431.53MB
06 Methods and Functions/043 Functions and Methods - Homework Assignment.mp413.34MB
06 Methods and Functions/045 Functions and Methods Homework - Solutions.mp416.05MB
07 Milestone Project - 1/047 Milestone Project 1 -Assignment Overview.mp439.59MB
07 Milestone Project - 1/049 Milestone Project 1 - Solution Walkthrough - Part 1.mp494.89MB
07 Milestone Project - 1/050 Milestone Project 1 - Solution Walkthrough - Part 2.mp451.49MB
07 Milestone Project - 1/051 Milestone Project 1 - Solution Walkthrough - Part 3.mp462.22MB
07 Milestone Project - 1/052 Advanced Project Solution Overview.mp435.68MB
08 Object Oriented Programming/053 OOP - Part 1 - Objects.mp422.53MB
08 Object Oriented Programming/054 OOP - Part 2 - Classes.mp447.9MB
08 Object Oriented Programming/055 OOP - Part 3 -Methods.mp446.69MB
08 Object Oriented Programming/056 OOP - Part 4 - Inheritance.mp420.66MB
08 Object Oriented Programming/057 OOP - Part 5 - Special Methods.mp423.88MB
08 Object Oriented Programming/058 OOP Homework Assignment.mp47.18MB
08 Object Oriented Programming/059 OOP Homework Solution.mp49.13MB
09 Errors and Exceptions Handling/060 Errors and Exceptions.mp48.65MB
09 Errors and Exceptions Handling/061 Exception Handling_ try_ except_ finally.mp460.37MB
09 Errors and Exceptions Handling/062 Errors and Exceptions Homework.mp46.39MB
09 Errors and Exceptions Handling/063 Errors and Exceptions - Solutions.mp44.64MB
10 Milestone Project - 2/064 Project Overview.mp419.21MB
10 Milestone Project - 2/065 Project 2 Solution.mp418.87MB
11 Modules and Packages/066 Modules_ Packages_ and Imports.mp440.18MB
11 Modules and Packages/067 Modules and Packages Assignment.mp411.73MB
12 Built-in Functions/070 Map.mp419.09MB
12 Built-in Functions/071 Reduce.mp416.54MB
12 Built-in Functions/072 Filter.mp49.5MB
12 Built-in Functions/073 Zip.mp417.41MB
12 Built-in Functions/074 Enumerate.mp410.7MB
12 Built-in Functions/075 all() and any().mp47.47MB
12 Built-in Functions/076 Complex.mp47.12MB
12 Built-in Functions/077 Built-in Functions Assessment Test.mp414.95MB
12 Built-in Functions/078 Built-in Functions Assessment Test Solutions.mp410.23MB
13 Python Decorators/079 Decorators - Part 1.mp421.61MB
13 Python Decorators/080 Decorators - Part 2.mp424.78MB
13 Python Decorators/081 Decorators - Part 3.mp437.85MB
13 Python Decorators/082 Decorators Homework.mp413.56MB
14 Python Generators/083 Iteration vs Generation.mp46.44MB
14 Python Generators/084 Creating Generators.mp439.85MB
14 Python Generators/085 Iterators and Generators Homework.mp45.86MB
14 Python Generators/086 Iterators and Generators Homework - Solutions.mp47.83MB
15 Final Capstone Python Project/087 Final Capstone Project.mp432.39MB
16 Advanced Python Modules/088 Collections Module - counter.mp424.69MB
16 Advanced Python Modules/089 Collections Module - defaultdict.mp49.9MB
16 Advanced Python Modules/090 Collections Module - OrderedDict.mp49.8MB
16 Advanced Python Modules/091 Collections Module - namedtuple.mp415.22MB
16 Advanced Python Modules/092 Datetime.mp421.1MB
16 Advanced Python Modules/093 Python Debugger - pdb.mp415.75MB
16 Advanced Python Modules/094 Timing your code - timeit.mp426.05MB
16 Advanced Python Modules/095 Regular Expressions -re.mp4101.09MB
16 Advanced Python Modules/096 StringIO.mp410.61MB
17 Advanced Python Objects and Data Structures/098 Advanced Numbers.mp419.45MB
17 Advanced Python Objects and Data Structures/099 Advanced Strings.mp421.5MB
17 Advanced Python Objects and Data Structures/100 Advanced Sets.mp428.41MB
17 Advanced Python Objects and Data Structures/101 Advanced Dictionaries.mp412.22MB
17 Advanced Python Objects and Data Structures/102 Advanced Lists.mp422.22MB
17 Advanced Python Objects and Data Structures/103 Advanced Python Objects Assessment Test.mp45.72MB
17 Advanced Python Objects and Data Structures/104 Advanced Python Objects Test - Solutions.mp44.47MB
18 Bonus Material - Introduction to GUIs/107 Interact.mp456.07MB
18 Bonus Material - Introduction to GUIs/108 Widget Basics.mp423.95MB
18 Bonus Material - Introduction to GUIs/109 Widget Events.mp448.71MB
18 Bonus Material - Introduction to GUIs/110 Widget List.mp429.97MB
18 Bonus Material - Introduction to GUIs/111 Widget Styling.mp456.87MB
18 Bonus Material - Introduction to GUIs/112 Custom Widget Example.mp436.71MB