资源详情

返回首页 | 相关搜索
GetFreeCourses.Co-Udemy-The Python Programming Comprehensive Bootcamp
大小 1.38 GB
文件数 158
Info Hash: DEAC9FB6FBDE438EAAC48C392D6BCE2E12B9623F
收录时间 2026-01-05 05:53:10
更新时间 2026-01-05 05:53:10
文件列表 (158)
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
01 Getting started to Python Programming v3.9/variables and data-python/get_input.py
126 B
01 Getting started to Python Programming v3.9/variables and data-python/identifiers.py
223 B
01 Getting started to Python Programming v3.9/variables and data-python/main.py
41 B
01 Getting started to Python Programming v3.9/variables and data-python/numbers_data.py
338 B
01 Getting started to Python Programming v3.9/variables and data-python/operators.py
601 B
01 Getting started to Python Programming v3.9/variables and data-python/string_data.py
290 B
01 Getting started to Python Programming v3.9/variables and data-python/string_detection.py
253 B
01 Getting started to Python Programming v3.9/variables and data-python/variables.py
439 B
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/dict.py
203 B
02 Data Structure for data organization, management and storage formatting/structure-data/dict_methods.py
233 B
02 Data Structure for data organization, management and storage formatting/structure-data/dict_methods2.py
330 B
02 Data Structure for data organization, management and storage formatting/structure-data/list_methods.py
241 B
02 Data Structure for data organization, management and storage formatting/structure-data/list_methods2.py
315 B
02 Data Structure for data organization, management and storage formatting/structure-data/lists.py
164 B
02 Data Structure for data organization, management and storage formatting/structure-data/tuple.py
246 B
02 Data Structure for data organization, management and storage formatting/structure-data/tuple_method3.py
178 B
02 Data Structure for data organization, management and storage formatting/structure-data/tuple_methods.py
183 B
02 Data Structure for data organization, management and storage formatting/structure-data/tuple_methods2.py
139 B
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
03 Practical Flow control and Iterable aspects/controlflow/breakwhile.py
110 B
03 Practical Flow control and Iterable aspects/controlflow/elif.py
201 B
03 Practical Flow control and Iterable aspects/controlflow/else.py
131 B
03 Practical Flow control and Iterable aspects/controlflow/if_statement.py
99 B
03 Practical Flow control and Iterable aspects/controlflow/ternary.py
83 B
03 Practical Flow control and Iterable aspects/controlflow/while.py
74 B
03 Practical Flow control and Iterable aspects/controlflow/whileelse.py
92 B
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
04 Building software by composing pure functions process/GetFreeCourses.Co.url
116 B
04 Building software by composing pure functions process/functionalprogramming/anonymous.py
191 B
04 Building software by composing pure functions process/functionalprogramming/arbitargs.py
146 B
04 Building software by composing pure functions process/functionalprogramming/args.py
251 B
04 Building software by composing pure functions process/functionalprogramming/createfunction.py
158 B
04 Building software by composing pure functions process/functionalprogramming/functionargs.py
202 B
04 Building software by composing pure functions process/functionalprogramming/lambda.py
60 B
04 Building software by composing pure functions process/functionalprogramming/lambdaargs.py
170 B
04 Building software by composing pure functions process/functionalprogramming/paralist.py
137 B
04 Building software by composing pure functions process/functionalprogramming/pass.py
45 B
04 Building software by composing pure functions process/functionalprogramming/recursion.py
234 B
04 Building software by composing pure functions process/functionalprogramming/returning.py
114 B
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
05 Object-Oriented Programming model to organize software design/oop/child.py
307 B
05 Object-Oriented Programming model to organize software design/oop/createclass.py
187 B
05 Object-Oriented Programming model to organize software design/oop/delobj.py
265 B
05 Object-Oriented Programming model to organize software design/oop/inheritance.py
277 B
05 Object-Oriented Programming model to organize software design/oop/init.py
260 B
05 Object-Oriented Programming model to organize software design/oop/methods.py
258 B
05 Object-Oriented Programming model to organize software design/oop/modifyobj.py
253 B
05 Object-Oriented Programming model to organize software design/oop/multifunctions.py
562 B
05 Object-Oriented Programming model to organize software design/oop/multiobject.py
286 B
05 Object-Oriented Programming model to organize software design/oop/self.py
237 B
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
06 Building Modules and SL Modules/modsandfiles/__pycache__/firstmodule.cpython-38.pyc
381 B
06 Building Modules and SL Modules/modsandfiles/alias.py
85 B
06 Building Modules and SL Modules/modsandfiles/builtin.py
179 B
06 Building Modules and SL Modules/modsandfiles/empty.txt
23 B
06 Building Modules and SL Modules/modsandfiles/firstmodule.py
179 B
06 Building Modules and SL Modules/modsandfiles/hi.txt
29 B
06 Building Modules and SL Modules/modsandfiles/main.py
135 B
06 Building Modules and SL Modules/modsandfiles/modules.py
194 B
06 Building Modules and SL Modules/modsandfiles/new.txt
43 B
06 Building Modules and SL Modules/modsandfiles/read.py
174 B
06 Building Modules and SL Modules/modsandfiles/write.py
208 B
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
07 Playing with Files/modsandfiles/__pycache__/firstmodule.cpython-38.pyc
381 B
07 Playing with Files/modsandfiles/alias.py
85 B
07 Playing with Files/modsandfiles/builtin.py
179 B
07 Playing with Files/modsandfiles/empty.txt
23 B
07 Playing with Files/modsandfiles/firstmodule.py
179 B
07 Playing with Files/modsandfiles/hi.txt
29 B
07 Playing with Files/modsandfiles/main.py
135 B
07 Playing with Files/modsandfiles/modules.py
194 B
07 Playing with Files/modsandfiles/new.txt
43 B
07 Playing with Files/modsandfiles/read.py
174 B
07 Playing with Files/modsandfiles/write.py
208 B
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
08 Playing with Exception events and analyzing Errors/GetFreeCourses.Co.url
116 B
08 Playing with Exception events and analyzing Errors/tryexcept/try1.py
139 B
08 Playing with Exception events and analyzing Errors/tryexcept/try2.py
147 B
08 Playing with Exception events and analyzing Errors/tryexcept/try3.py
112 B
08 Playing with Exception events and analyzing Errors/tryexcept/try4.py
144 B
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
09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse1.py
205 B
09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse2.py
240 B
09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse3.py
330 B
09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse4.py
127 B
09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse5.py
256 B
09 Lightweight data-interchange format for humans - JSON/jsonfiles/parse6.py
326 B
09 Lightweight data-interchange format for humans - JSON/jsonfiles/player.json
110 B
09 Lightweight data-interchange format for humans - JSON/jsonfiles/player1.txt
86 B
Download Paid Udemy Courses For Free.url
116 B
GetFreeCourses.Co.url
116 B

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。