TorBT - Torrents and Magnet Links Search Engine
GetFreeCourses.Co-Udemy-The Python Programming Comprehensive Bootcamp
- Date: 2026-06-01
- Size: 1.4 GB
- Files: 158
File Name
Size
01 Getting started to Python Programming v3.9/001 Welcome to Python Programming v3.9 Comprehensive Bootcamp.mp4
40 MB
01 Getting started to Python Programming v3.9/002 The Command Line and start coding.mp4
48 MB
01 Getting started to Python Programming v3.9/003 Variables, Declarations, Holding different values and Assignments.mp4
33 MB
01 Getting started to Python Programming v3.9/004 Identifiers rules, Keywords and Identifiers with examples.mp4
22 MB
01 Getting started to Python Programming v3.9/005 Data Inputs and Outputs.mp4
16 MB
01 Getting started to Python Programming v3.9/006 Common string operations.mp4
33 MB
01 Getting started to Python Programming v3.9/007 String Detections.mp4
24 MB
01 Getting started to Python Programming v3.9/008 Numbers and Numeric Types.mp4
35 MB
01 Getting started to Python Programming v3.9/009 Hands-On Arithmetic Operations.mp4
29 MB
01 Getting started to Python Programming v3.9/010 Hands-On comparisons and decisions.mp4
21 MB
01 Getting started to Python Programming v3.9/011 Logical processes and choices.mp4
10 MB
01 Getting started to Python Programming v3.9/012 Assignment operations in detail.mp4
15 MB
01 Getting started to Python Programming v3.9/013 conditions cases and ternary in python.mp4
8.4 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 MB
02 Data Structure for data organization, management and storage formatting/002 List methods and operations 1.mp4
17 MB
02 Data Structure for data organization, management and storage formatting/003 List methods and operations 2.mp4
16 MB
02 Data Structure for data organization, management and storage formatting/004 Create Python tuples.mp4
13 MB
02 Data Structure for data organization, management and storage formatting/005 Tuple methods and operations 1.mp4
12 MB
02 Data Structure for data organization, management and storage formatting/006 Tuple methods and operations 2.mp4
6.5 MB
02 Data Structure for data organization, management and storage formatting/007 Tuple methods and operations 3.mp4
19 MB
02 Data Structure for data organization, management and storage formatting/008 Create Python Dictionaries.mp4
18 MB
02 Data Structure for data organization, management and storage formatting/009 dictionary methods and operations 1.mp4
26 MB
02 Data Structure for data organization, management and storage formatting/010 dictionary methods and operations 2.mp4
31 MB
02 Data Structure for data organization, management and storage formatting/011 Sets unordered collection, iterable, mutable and no duplicate elements.mp4
23 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
15 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
20 MB
03 Practical Flow control and Iterable aspects/004 condition in a single line replacing the multiline.mp4
14 MB
03 Practical Flow control and Iterable aspects/005 construct loops with while statements.mp4
9.0 MB
03 Practical Flow control and Iterable aspects/006 terminate the current loop and resume execution at the next statement.mp4
9.4 MB
03 Practical Flow control and Iterable aspects/007 executed if the condition in the while loop evaluates to False.mp4
12 MB
03 Practical Flow control and Iterable aspects/008 Positioning the increments.mp4
14 MB
03 Practical Flow control and Iterable aspects/009 iterating over sequences with for.mp4
16 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 MB
04 Building software by composing pure functions process/002 information that are passed into the block.mp4
20 MB
04 Building software by composing pure functions process/003 Pass Multiple data into the task.mp4
10 MB
04 Building software by composing pure functions process/004 giving something back or replying to the caller.mp4
15 MB
04 Building software by composing pure functions process/005 playing with keyword args.mp4
23 MB
04 Building software by composing pure functions process/006 have the arbitrary number of arguments.mp4
12 MB
04 Building software by composing pure functions process/007 common technique to conquer algorithms.mp4
16 MB
04 Building software by composing pure functions process/008 Building anonymous blocks.mp4
12 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 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 MB
05 Object-Oriented Programming model to organize software design/002 How to create multiple class objects.mp4
16 MB
05 Object-Oriented Programming model to organize software design/003 handling classes and methods.mp4
36 MB
05 Object-Oriented Programming model to organize software design/004 constructor in object oriented terminology.mp4
20 MB
05 Object-Oriented Programming model to organize software design/005 groups of tasks that belong to the object.mp4
25 MB
05 Object-Oriented Programming model to organize software design/006 representing the instance of the class.mp4
26 MB
05 Object-Oriented Programming model to organize software design/007 best way to remove properties.mp4
9.5 MB
05 Object-Oriented Programming model to organize software design/008 best way to remove objects.mp4
7.0 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 MB
05 Object-Oriented Programming model to organize software design/011 inherits all the methods and properties from another class.mp4
16 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 MB
06 Building Modules and SL Modules/002 playing with codes in modules.mp4
13 MB
06 Building Modules and SL Modules/003 module alias, rename, and more.mp4
19 MB
06 Building Modules and SL Modules/004 standard library modules.mp4
46 MB
06 Building Modules and SL Modules/005 Importing from file consisting of codes.mp4
13 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
18 MB
07 Playing with Files/002 Files Handling L2.mp4
21 MB
07 Playing with Files/003 Files Handling L3.mp4
23 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
15 MB
08 Playing with Exception events and analyzing Errors/002 many exceptions.mp4
11 MB
08 Playing with Exception events and analyzing Errors/003 else with exceptions.mp4
14 MB
08 Playing with Exception events and analyzing Errors/004 finally with exceptions.mp4
22 MB
08 Playing with Exception events and analyzing Errors/005 raising exceptions.mp4
17 MB
08 Playing with Exception events and analyzing Errors/006 example of raising type of exceptions.mp4
20 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
20 MB
09 Lightweight data-interchange format for humans - JSON/002 Convert from Python to JSON.mp4
15 MB
09 Lightweight data-interchange format for humans - JSON/003 Convert Python objects into JSON strings.mp4
40 MB
09 Lightweight data-interchange format for humans - JSON/004 Python read and display from JSON file.mp4
10 MB
09 Lightweight data-interchange format for humans - JSON/005 Writing and placing JSON to a file.mp4
16 MB
09 Lightweight data-interchange format for humans - JSON/006 Python pretty technique for JSON.mp4
15 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