zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeCourseSite.com] Udemy - The Python Programming Comprehensive Bootcamp
magnet:?xt=urn:btih:7579d767eb046f12c06a6e7c39dc27aa511859ba&dn=[FreeCourseSite.com] Udemy - The Python Programming Comprehensive Bootcamp
磁力链接详情
Hash值:
7579d767eb046f12c06a6e7c39dc27aa511859ba
点击数:
122
文件大小:
1.38 GB
文件数量:
75
创建日期:
2023-5-9 00:29
最后访问:
2024-10-11 09:06
访问标签:
FreeCourseSite
com
Udemy
-
The
Python
Programming
Comprehensive
Bootcamp
文件列表详情
01 Getting started to Python Programming v3.9/001 Welcome to Python Programming v3.9 Comprehensive Bootcamp.mp4 39.8 MB
01 Getting started to Python Programming v3.9/002 The Command Line and start coding.mp4 48.42 MB
01 Getting started to Python Programming v3.9/003 Variables, Declarations, Holding different values and Assignments.mp4 33.4 MB
01 Getting started to Python Programming v3.9/004 Identifiers rules, Keywords and Identifiers with examples.mp4 22.19 MB
01 Getting started to Python Programming v3.9/005 Data Inputs and Outputs.mp4 15.75 MB
01 Getting started to Python Programming v3.9/006 Common string operations.mp4 32.76 MB
01 Getting started to Python Programming v3.9/007 String Detections.mp4 23.66 MB
01 Getting started to Python Programming v3.9/008 Numbers and Numeric Types.mp4 35.39 MB
01 Getting started to Python Programming v3.9/009 Hands-On Arithmetic Operations.mp4 28.66 MB
01 Getting started to Python Programming v3.9/010 Hands-On comparisons and decisions.mp4 20.75 MB
01 Getting started to Python Programming v3.9/011 Logical processes and choices.mp4 10.13 MB
01 Getting started to Python Programming v3.9/012 Assignment operations in detail.mp4 14.92 MB
01 Getting started to Python Programming v3.9/013 conditions cases and ternary in python.mp4 8.41 MB
02 Data Structure for data organization, management and storage formatting/001 Create a Python List.mp4 14.47 MB
02 Data Structure for data organization, management and storage formatting/002 List methods and operations 1.mp4 17.37 MB
02 Data Structure for data organization, management and storage formatting/003 List methods and operations 2.mp4 16.01 MB
02 Data Structure for data organization, management and storage formatting/004 Create Python tuples.mp4 13.3 MB
02 Data Structure for data organization, management and storage formatting/005 Tuple methods and operations 1.mp4 11.68 MB
02 Data Structure for data organization, management and storage formatting/006 Tuple methods and operations 2.mp4 6.53 MB
02 Data Structure for data organization, management and storage formatting/007 Tuple methods and operations 3.mp4 19.05 MB
02 Data Structure for data organization, management and storage formatting/008 Create Python Dictionaries.mp4 17.86 MB
02 Data Structure for data organization, management and storage formatting/009 dictionary methods and operations 1.mp4 25.66 MB
02 Data Structure for data organization, management and storage formatting/010 dictionary methods and operations 2.mp4 30.68 MB
02 Data Structure for data organization, management and storage formatting/011 Sets unordered collection, iterable, mutable and no duplicate elements.mp4 23.24 MB
02 Data Structure for data organization, management and storage formatting/structure-data/lists.py 164 字节
03 Practical Flow control and Iterable aspects/001 if conditional statements to make decisions.mp4 14.95 MB
03 Practical Flow control and Iterable aspects/002 catch anything which isn't caught by the preceding conditions.mp4 9.7 MB
03 Practical Flow control and Iterable aspects/003 Try this condition example.mp4 19.9 MB
03 Practical Flow control and Iterable aspects/004 condition in a single line replacing the multiline.mp4 13.76 MB
03 Practical Flow control and Iterable aspects/005 construct loops with while statements.mp4 9 MB
03 Practical Flow control and Iterable aspects/006 terminate the current loop and resume execution at the next statement.mp4 9.36 MB
03 Practical Flow control and Iterable aspects/007 executed if the condition in the while loop evaluates to False.mp4 12.48 MB
03 Practical Flow control and Iterable aspects/008 Positioning the increments.mp4 13.82 MB
03 Practical Flow control and Iterable aspects/009 iterating over sequences with for.mp4 16.42 MB
04 Building software by composing pure functions process/001 Group of related statements to specific tasks.mp4 25.19 MB
04 Building software by composing pure functions process/002 information that are passed into the block.mp4 19.6 MB
04 Building software by composing pure functions process/003 Pass Multiple data into the task.mp4 10.47 MB
04 Building software by composing pure functions process/004 giving something back or replying to the caller.mp4 14.84 MB
04 Building software by composing pure functions process/005 playing with keyword args.mp4 23.13 MB
04 Building software by composing pure functions process/006 have the arbitrary number of arguments.mp4 12.23 MB
04 Building software by composing pure functions process/007 common technique to conquer algorithms.mp4 15.67 MB
04 Building software by composing pure functions process/008 Building anonymous blocks.mp4 12.03 MB
04 Building software by composing pure functions process/009 work with multiple arguments for lambda anonymous.mp4 25 MB
04 Building software by composing pure functions process/010 solving problems using anonymous function inside functions.mp4 16.28 MB
05 Object-Oriented Programming model to organize software design/001 blueprint or prototype, bundling and functionality.mp4 20.3 MB
05 Object-Oriented Programming model to organize software design/002 How to create multiple class objects.mp4 16.29 MB
05 Object-Oriented Programming model to organize software design/003 handling classes and methods.mp4 36.15 MB
05 Object-Oriented Programming model to organize software design/004 constructor in object oriented terminology.mp4 19.91 MB
05 Object-Oriented Programming model to organize software design/005 groups of tasks that belong to the object.mp4 25.33 MB
05 Object-Oriented Programming model to organize software design/006 representing the instance of the class.mp4 25.87 MB
05 Object-Oriented Programming model to organize software design/007 best way to remove properties.mp4 9.51 MB
05 Object-Oriented Programming model to organize software design/008 best way to remove objects.mp4 7.04 MB
05 Object-Oriented Programming model to organize software design/009 modifying object properties.mp4 8.8 MB
05 Object-Oriented Programming model to organize software design/010 building a super class and inheritance.mp4 20.41 MB
05 Object-Oriented Programming model to organize software design/011 inherits all the methods and properties from another class.mp4 16.17 MB
06 Building Modules and SL Modules/001 Master all about creating modules.mp4 15.36 MB
06 Building Modules and SL Modules/002 playing with codes in modules.mp4 13.24 MB
06 Building Modules and SL Modules/003 module alias, rename, and more.mp4 18.65 MB
06 Building Modules and SL Modules/004 standard library modules.mp4 46.01 MB
06 Building Modules and SL Modules/005 Importing from file consisting of codes.mp4 12.97 MB
07 Playing with Files/001 Files handling L1.mp4 17.46 MB
07 Playing with Files/002 Files Handling L2.mp4 20.64 MB
07 Playing with Files/003 Files Handling L3.mp4 22.83 MB
08 Playing with Exception events and analyzing Errors/001 try and except block.mp4 14.97 MB
08 Playing with Exception events and analyzing Errors/002 many exceptions.mp4 10.58 MB
08 Playing with Exception events and analyzing Errors/003 else with exceptions.mp4 14.26 MB
08 Playing with Exception events and analyzing Errors/004 finally with exceptions.mp4 22.2 MB
08 Playing with Exception events and analyzing Errors/005 raising exceptions.mp4 16.92 MB
08 Playing with Exception events and analyzing Errors/006 example of raising type of exceptions.mp4 20.44 MB
09 Lightweight data-interchange format for humans - JSON/001 Parse JSON - Convert from JSON to Python.mp4 19.85 MB
09 Lightweight data-interchange format for humans - JSON/002 Convert from Python to JSON.mp4 15.15 MB
09 Lightweight data-interchange format for humans - JSON/003 Convert Python objects into JSON strings.mp4 39.55 MB
09 Lightweight data-interchange format for humans - JSON/004 Python read and display from JSON file.mp4 10.28 MB
09 Lightweight data-interchange format for humans - JSON/005 Writing and placing JSON to a file.mp4 16.35 MB
09 Lightweight data-interchange format for humans - JSON/006 Python pretty technique for JSON.mp4 14.87 MB
其他位置