Create Tool:
Create Time:2024-04-23 07:55:36
File Size:2.41 GB
File Count:365
File Hash:7a2b190db9bfdd3e17148e5df8adce9354aedb94
01 - Getting Started/001 Introduction.mp4 | 2.72 MB |
01 - Getting Started/001 Introduction_en.srt | 1.79 KB |
01 - Getting Started/002 Preparation.mp4 | 2.02 MB |
01 - Getting Started/002 Preparation_en.srt | 1.29 KB |
02 - Introduction to Python/001 Installation.mp4 | 14.92 MB |
02 - Introduction to Python/001 Installation_en.srt | 7.36 KB |
02 - Introduction to Python/001 PyCharm.url | 58 B |
02 - Introduction to Python/001 Python.org.url | 47 B |
02 - Introduction to Python/002 Your First Program.mp4 | 5.35 MB |
02 - Introduction to Python/002 Your First Program_en.srt | 3.23 KB |
02 - Introduction to Python/003 Syntax Is Important.mp4 | 7.36 MB |
02 - Introduction to Python/003 Syntax Is Important_en.srt | 4.17 KB |
02 - Introduction to Python/004 A Very Important Shortcut.mp4 | 5.41 MB |
02 - Introduction to Python/004 A Very Important Shortcut_en.srt | 3.08 KB |
02 - Introduction to Python/005 Typing Comments.mp4 | 6.14 MB |
02 - Introduction to Python/005 Typing Comments_en.srt | 3.74 KB |
02 - Introduction to Python/006 Intro Quiz.html | 10.36 KB |
02 - Introduction to Python/external-links.txt | 94 B |
03 - Python Basics/001 Creating Variables.mp4 | 11.39 MB |
03 - Python Basics/001 Creating Variables_en.srt | 5.95 KB |
03 - Python Basics/002 What Are Constants.mp4 | 5.91 MB |
03 - Python Basics/002 What Are Constants_en.srt | 3.67 KB |
03 - Python Basics/003 The Data Types.mp4 | 21.81 MB |
03 - Python Basics/003 The Data Types_en.srt | 12.45 KB |
03 - Python Basics/004 Adding Type Hints.mp4 | 6.33 MB |
03 - Python Basics/004 Adding Type Hints_en.srt | 4.63 KB |
03 - Python Basics/005 Type Conversion.mp4 | 14.45 MB |
03 - Python Basics/005 Type Conversion_en.srt | 8.54 KB |
03 - Python Basics/006 Type Conversion.html | 4.19 KB |
03 - Python Basics/007 Integers.mp4 | 5.09 MB |
03 - Python Basics/007 Integers_en.srt | 3.63 KB |
03 - Python Basics/008 The Basic Operators.mp4 | 29.79 MB |
03 - Python Basics/008 The Basic Operators_en.srt | 18.08 KB |
03 - Python Basics/009 Strings.mp4 | 8.07 MB |
03 - Python Basics/009 Strings_en.srt | 5.24 KB |
03 - Python Basics/010 F-Strings.mp4 | 4.86 MB |
03 - Python Basics/010 F-Strings_en.srt | 3.14 KB |
03 - Python Basics/011 Booleans.mp4 | 3.74 MB |
03 - Python Basics/011 Booleans_en.srt | 2.59 KB |
03 - Python Basics/012 Lists.mp4 | 27.07 MB |
03 - Python Basics/012 Lists_en.srt | 17.24 KB |
03 - Python Basics/013 Tuples.mp4 | 21.61 MB |
03 - Python Basics/013 Tuples_en.srt | 12.54 KB |
03 - Python Basics/014 Sets.mp4 | 22.62 MB |
03 - Python Basics/014 Sets_en.srt | 12.14 KB |
03 - Python Basics/015 Dictionaries.mp4 | 22.85 MB |
03 - Python Basics/015 Dictionaries_en.srt | 13.53 KB |
03 - Python Basics/016 Formatting Shortcut.mp4 | 4.11 MB |
03 - Python Basics/016 Formatting Shortcut_en.srt | 2.98 KB |
03 - Python Basics/017 Python Basics Test.html | 8.57 KB |
04 - Control & Flow/001 If...Else.mp4 | 18.55 MB |
04 - Control & Flow/001 If...Else_en.srt | 12.04 KB |
04 - Control & Flow/002 Shorthand If...Else.mp4 | 7.63 MB |
04 - Control & Flow/002 Shorthand If...Else_en.srt | 4.24 KB |
04 - Control & Flow/003 For Loop.mp4 | 9.74 MB |
04 - Control & Flow/003 For Loop_en.srt | 6.21 KB |
04 - Control & Flow/004 For Loop.html | 4.17 KB |
04 - Control & Flow/005 While Loop.mp4 | 6.16 MB |
04 - Control & Flow/005 While Loop_en.srt | 4.55 KB |
04 - Control & Flow/006 Break & Continue.mp4 | 12.01 MB |
04 - Control & Flow/006 Break & Continue_en.srt | 7.68 KB |
04 - Control & Flow/007 Pass.mp4 | 5.15 MB |
04 - Control & Flow/007 Pass_en.srt | 3.35 KB |
04 - Control & Flow/008 Loop...Else.mp4 | 8.74 MB |
04 - Control & Flow/008 Loop...Else_en.srt | 5.26 KB |
05 - Functions/001 Creating A Function.mp4 | 12.92 MB |
05 - Functions/001 Creating A Function_en.srt | 8.24 KB |
05 - Functions/002 Parameters & Arguments.mp4 | 16.23 MB |
05 - Functions/002 Parameters & Arguments_en.srt | 8.49 KB |
05 - Functions/003 Creating A Function.html | 4.34 KB |
05 - Functions/004 Returning From A Function.mp4 | 11.01 MB |
05 - Functions/004 Returning From A Function_en.srt | 6.32 KB |
05 - Functions/005 Recursion.mp4 | 6.51 MB |
05 - Functions/005 Recursion_en.srt | 4.65 KB |
05 - Functions/006 Args & Kwargs.mp4 | 14.27 MB |
05 - Functions/006 Args & Kwargs_en.srt | 8.68 KB |
05 - Functions/007 &.mp4 | 16.29 MB |
05 - Functions/007 &_en.srt | 10.05 KB |
06 - Error Handling/001 User Input.mp4 | 12.80 MB |
06 - Error Handling/001 User Input_en.srt | 8.12 KB |
06 - Error Handling/002 Try...Except.mp4 | 17.33 MB |
06 - Error Handling/002 Try...Except_en.srt | 9.51 KB |
06 - Error Handling/003 Else...Finally.mp4 | 9.17 MB |
06 - Error Handling/003 Else...Finally_en.srt | 4.94 KB |
06 - Error Handling/004 Raise.mp4 | 9.87 MB |
06 - Error Handling/004 Raise_en.srt | 5.45 KB |
06 - Error Handling/005 Fixing Unknown Errors.mp4 | 26.53 MB |
06 - Error Handling/005 Fixing Unknown Errors_en.srt | 13.69 KB |
07 - Packages & Modules/001 Importing Modules.mp4 | 18.65 MB |
07 - Packages & Modules/001 Importing Modules_en.srt | 11.60 KB |
07 - Packages & Modules/002 Importing Packages.mp4 | 9.82 MB |
07 - Packages & Modules/002 Importing Packages_en.srt | 5.73 KB |
07 - Packages & Modules/003 Installing External Packages.mp4 | 10.75 MB |
07 - Packages & Modules/003 Installing External Packages_en.srt | 6.55 KB |
07 - Packages & Modules/004 Package VS. Library.mp4 | 4.73 MB |
07 - Packages & Modules/004 Package VS. Library_en.srt | 2.81 KB |
08 - Python Basics 2/001 The With Keyword.mp4 | 8.28 MB |
08 - Python Basics 2/001 The With Keyword_en.srt | 4.75 KB |
08 - Python Basics 2/002 Refactoring.mp4 | 8.66 MB |
08 - Python Basics 2/002 Refactoring_en.srt | 5.23 KB |
08 - Python Basics 2/003 Truthy & Falsy.mp4 | 6.89 MB |
08 - Python Basics 2/003 Truthy & Falsy_en.srt | 4.71 KB |
08 - Python Basics 2/004 What Are Enums.mp4 | 18.13 MB |
08 - Python Basics 2/004 What Are Enums_en.srt | 11.25 KB |
08 - Python Basics 2/005 Comparing Floats.mp4 | 14.85 MB |
08 - Python Basics 2/005 Comparing Floats_en.srt | 7.87 KB |
08 - Python Basics 2/006 if __name__ == __main__.mp4 | 11.22 MB |
08 - Python Basics 2/006 if __name__ == __main___en.srt | 6.72 KB |
08 - Python Basics 2/007 Scopes.mp4 | 6.64 MB |
08 - Python Basics 2/007 Scopes_en.srt | 4.41 KB |
08 - Python Basics 2/008 Nonlocal & Global.mp4 | 12.60 MB |
08 - Python Basics 2/008 Nonlocal & Global_en.srt | 8.23 KB |
09 - Lists (Extended)/001 List Comprehensions.mp4 | 12.08 MB |
09 - Lists (Extended)/001 List Comprehensions_en.srt | 7.56 KB |
09 - Lists (Extended)/002 List Comprehensions.html | 4.32 KB |
09 - Lists (Extended)/003 Slicing Lists With.mp4 | 7.50 MB |
09 - Lists (Extended)/003 Slicing Lists With_en.srt | 4.37 KB |
09 - Lists (Extended)/004 Modifying Lists In A Loop.mp4 | 11.07 MB |
09 - Lists (Extended)/004 Modifying Lists In A Loop_en.srt | 6.42 KB |
10 - OOP/001 What is OOP.mp4 | 1.29 MB |
10 - OOP/001 What is OOP_en.srt | 1.18 KB |
10 - OOP/002 Classes & Objects.mp4 | 19.77 MB |
10 - OOP/002 Classes & Objects_en.srt | 11.23 KB |
10 - OOP/003 What is self.mp4 | 7.65 MB |
10 - OOP/003 What is self_en.srt | 4.24 KB |
10 - OOP/004 Class Variables & Instance Variables.mp4 | 13.97 MB |
10 - OOP/004 Class Variables & Instance Variables_en.srt | 7.77 KB |
10 - OOP/005 Getters & Setters.mp4 | 26.58 MB |
10 - OOP/005 Getters & Setters_en.srt | 15.51 KB |
10 - OOP/006 __init__().mp4 | 9.85 MB |
10 - OOP/006 __init__()_en.srt | 5.76 KB |
10 - OOP/007 Constructors.mp4 | 7.02 MB |
10 - OOP/007 Constructors_en.srt | 4.37 KB |
10 - OOP/008 __str__() & __repr__().mp4 | 9.53 MB |
10 - OOP/008 __str__() & __repr__()_en.srt | 5.14 KB |
10 - OOP/009 __eq__.mp4 | 9.53 MB |
10 - OOP/009 __eq___en.srt | 4.82 KB |
10 - OOP/010 Methods VS Functions.mp4 | 7.00 MB |
10 - OOP/010 Methods VS Functions_en.srt | 4.15 KB |
10 - OOP/011 Private & Protected.mp4 | 25.84 MB |
10 - OOP/011 Private & Protected_en.srt | 13.31 KB |
10 - OOP/012 Inheritance.mp4 | 17.48 MB |
10 - OOP/012 Inheritance_en.srt | 8.59 KB |
10 - OOP/013 super().mp4 | 8.35 MB |
10 - OOP/013 super()_en.srt | 4.55 KB |
10 - OOP/014 @classmethod & @staticmethod.mp4 | 18.33 MB |
10 - OOP/014 @classmethod & @staticmethod_en.srt | 9.19 KB |
10 - OOP/015 @abstractmethod.mp4 | 15.45 MB |
10 - OOP/015 @abstractmethod_en.srt | 9.32 KB |
10 - OOP/016 Protocols.mp4 | 20.57 MB |
10 - OOP/016 Protocols_en.srt | 10.72 KB |
10 - OOP/017 __init__ vs __new__.mp4 | 21.56 MB |
10 - OOP/017 __init__ vs __new___en.srt | 12.61 KB |
11 - Built-in Functions/001 Built-ins.mp4 | 7.41 MB |
11 - Built-in Functions/001 Built-ins_en.srt | 3.75 KB |
11 - Built-in Functions/002 print().mp4 | 10.10 MB |
11 - Built-in Functions/002 print()_en.srt | 5.70 KB |
11 - Built-in Functions/003 enumerate().mp4 | 8.01 MB |
11 - Built-in Functions/003 enumerate()_en.srt | 4.40 KB |
11 - Built-in Functions/004 round().mp4 | 5.45 MB |
11 - Built-in Functions/004 round()_en.srt | 3.44 KB |
11 - Built-in Functions/005 round().html | 4.31 KB |
11 - Built-in Functions/006 range().mp4 | 12.23 MB |
11 - Built-in Functions/006 range()_en.srt | 6.66 KB |
11 - Built-in Functions/007 globals().mp4 | 4.81 MB |
11 - Built-in Functions/007 globals()_en.srt | 2.87 KB |
11 - Built-in Functions/008 locals().mp4 | 6.60 MB |
11 - Built-in Functions/008 locals()_en.srt | 3.56 KB |
11 - Built-in Functions/009 all() & any().mp4 | 10.20 MB |
11 - Built-in Functions/009 all() & any()_en.srt | 5.69 KB |
11 - Built-in Functions/010 isinstance().mp4 | 8.20 MB |
11 - Built-in Functions/010 isinstance()_en.srt | 4.22 KB |
11 - Built-in Functions/011 callable().mp4 | 4.34 MB |
11 - Built-in Functions/011 callable()_en.srt | 2.81 KB |
11 - Built-in Functions/012 filter().mp4 | 8.96 MB |
11 - Built-in Functions/012 filter()_en.srt | 5.51 KB |
11 - Built-in Functions/013 map().mp4 | 9.11 MB |
11 - Built-in Functions/013 map()_en.srt | 6.20 KB |
11 - Built-in Functions/014 sorted().mp4 | 22.07 MB |
11 - Built-in Functions/014 sorted()_en.srt | 11.40 KB |
11 - Built-in Functions/015 eval().mp4 | 12.86 MB |
11 - Built-in Functions/015 eval()_en.srt | 7.70 KB |
11 - Built-in Functions/016 exec().mp4 | 7.29 MB |
11 - Built-in Functions/016 exec()_en.srt | 4.01 KB |
11 - Built-in Functions/017 zip().mp4 | 9.93 MB |
11 - Built-in Functions/017 zip()_en.srt | 4.92 KB |
12 - Python Advanced/001 Is Vs ==.mp4 | 14.57 MB |
12 - Python Advanced/001 Is Vs ==_en.srt | 7.99 KB |
12 - Python Advanced/002 Lambda Functions.mp4 | 12.33 MB |
12 - Python Advanced/002 Lambda Functions_en.srt | 7.83 KB |
12 - Python Advanced/003 Walrus Operator.mp4 | 17.00 MB |
12 - Python Advanced/003 Walrus Operator_en.srt | 9.07 KB |
12 - Python Advanced/004 Dataclasses.mp4 | 15.69 MB |
12 - Python Advanced/004 Dataclasses_en.srt | 7.90 KB |
12 - Python Advanced/005 Generators.mp4 | 24.80 MB |
12 - Python Advanced/005 Generators_en.srt | 14.29 KB |
12 - Python Advanced/006 Delete.mp4 | 8.92 MB |
12 - Python Advanced/006 Delete_en.srt | 4.90 KB |
12 - Python Advanced/007 Assert.mp4 | 22.51 MB |
12 - Python Advanced/007 Assert_en.srt | 13.70 KB |
12 - Python Advanced/008 Match-Case.mp4 | 26.03 MB |
12 - Python Advanced/008 Match-Case_en.srt | 13.98 KB |
12 - Python Advanced/009 Decorators.mp4 | 23.92 MB |
12 - Python Advanced/009 Decorators_en.srt | 12.67 KB |
12 - Python Advanced/010 Decorators (Continued).mp4 | 13.23 MB |
12 - Python Advanced/010 Decorators (Continued)_en.srt | 6.54 KB |
12 - Python Advanced/011 Memoization.mp4 | 23.49 MB |
12 - Python Advanced/011 Memoization_en.srt | 12.28 KB |
12 - Python Advanced/012 Context Managers.mp4 | 9.84 MB |
12 - Python Advanced/012 Context Managers_en.srt | 6.12 KB |
12 - Python Advanced/013 Timing Code Performance.mp4 | 33.99 MB |
12 - Python Advanced/013 Timing Code Performance_en.srt | 19.42 KB |
12 - Python Advanced/014 Optimizing Code.mp4 | 6.15 MB |
12 - Python Advanced/014 Optimizing Code_en.srt | 3.63 KB |
12 - Python Advanced/015 Monkey Patching.mp4 | 7.78 MB |
12 - Python Advanced/015 Monkey Patching_en.srt | 4.79 KB |
12 - Python Advanced/016 Custom Exceptions.mp4 | 22.96 MB |
12 - Python Advanced/016 Custom Exceptions_en.srt | 12.13 KB |
13 - Python Language/001 What Exactly Is Python.mp4 | 17.94 MB |
13 - Python Language/001 What Exactly Is Python_en.srt | 12.55 KB |
13 - Python Language/002 Python Versions.mp4 | 13.34 MB |
13 - Python Language/002 Python Versions_en.srt | 6.18 KB |
13 - Python Language/003 What Is PEP.mp4 | 7.52 MB |
13 - Python Language/003 What Is PEP_en.srt | 5.19 KB |
13 - Python Language/004 Semicolons.mp4 | 6.30 MB |
13 - Python Language/004 Semicolons_en.srt | 4.05 KB |
13 - Python Language/005 Docs.url | 92 B |
13 - Python Language/005 Docstrings.mp4 | 26.57 MB |
13 - Python Language/005 Docstrings_en.srt | 13.78 KB |
13 - Python Language/external-links.txt | 82 B |
14 - File Management/001 File Handling.mp4 | 5.55 MB |
14 - File Management/001 File Handling_en.srt | 3.66 KB |
14 - File Management/002 Reading Files.mp4 | 14.01 MB |
14 - File Management/002 Reading Files_en.srt | 7.58 KB |
14 - File Management/003 Writing & Creating Files.mp4 | 15.98 MB |
14 - File Management/003 Writing & Creating Files_en.srt | 8.61 KB |
14 - File Management/004 Deleting Files.mp4 | 18.68 MB |
14 - File Management/004 Deleting Files_en.srt | 9.98 KB |
14 - File Management/005 JSON.mp4 | 6.74 MB |
14 - File Management/005 JSON_en.srt | 4.13 KB |
14 - File Management/006 Handling JSON.mp4 | 20.32 MB |
14 - File Management/006 Handling JSON_en.srt | 9.86 KB |
14 - File Management/007 API.url | 54 B |
14 - File Management/007 Caching JSON.mp4 | 30.98 MB |
14 - File Management/007 Caching JSON_en.srt | 14.65 KB |
14 - File Management/008 Glob.mp4 | 30.84 MB |
14 - File Management/008 Glob_en.srt | 15.75 KB |
14 - File Management/009 Pickling.mp4 | 20.91 MB |
14 - File Management/009 Pickling_en.srt | 10.39 KB |
14 - File Management/external-links.txt | 43 B |
15 - AsyncIO/001 Getting Started.mp4 | 24.67 MB |
15 - AsyncIO/001 Getting Started_en.srt | 15.47 KB |
15 - AsyncIO/002 Tasks.mp4 | 33.04 MB |
15 - AsyncIO/002 Tasks_en.srt | 17.29 KB |
15 - AsyncIO/003 Important!.mp4 | 9.22 MB |
15 - AsyncIO/003 Important!_en.srt | 4.29 KB |
15 - AsyncIO/004 Gather.mp4 | 8.15 MB |
15 - AsyncIO/004 Gather_en.srt | 4.14 KB |
15 - AsyncIO/005 Sleep.mp4 | 10.06 MB |
15 - AsyncIO/005 Sleep_en.srt | 6.12 KB |
16 - Multithreading/001 Threads.mp4 | 30.76 MB |
16 - Multithreading/001 Threads_en.srt | 19.55 KB |
16 - Multithreading/002 Locks.mp4 | 21.05 MB |
16 - Multithreading/002 Locks_en.srt | 10.74 KB |
16 - Multithreading/003 Daemon Threads.mp4 | 6.80 MB |
16 - Multithreading/003 Daemon Threads_en.srt | 3.81 KB |
16 - Multithreading/004 Semaphores.mp4 | 13.17 MB |
16 - Multithreading/004 Semaphores_en.srt | 6.97 KB |
16 - Multithreading/005 With Lock Semaphore.mp4 | 5.84 MB |
16 - Multithreading/005 With Lock Semaphore_en.srt | 3.06 KB |
16 - Multithreading/006 Race Conditions.mp4 | 15.77 MB |
16 - Multithreading/006 Race Conditions_en.srt | 8.51 KB |
17 - Multiprocessing/001 Intro.mp4 | 16.16 MB |
17 - Multiprocessing/001 Intro_en.srt | 8.69 KB |
17 - Multiprocessing/002 Processes.mp4 | 24.45 MB |
17 - Multiprocessing/002 Processes_en.srt | 11.76 KB |
17 - Multiprocessing/003 Pools (Map).mp4 | 23.82 MB |
17 - Multiprocessing/003 Pools (Map)_en.srt | 11.92 KB |
17 - Multiprocessing/004 Pools (Starmap).mp4 | 8.23 MB |
17 - Multiprocessing/004 Pools (Starmap)_en.srt | 3.80 KB |
17 - Multiprocessing/005 Pools (Multiple Functions).mp4 | 9.80 MB |
17 - Multiprocessing/005 Pools (Multiple Functions)_en.srt | 4.73 KB |
17 - Multiprocessing/006 Data Sharing Issue.mp4 | 7.58 MB |
17 - Multiprocessing/006 Data Sharing Issue_en.srt | 3.75 KB |
17 - Multiprocessing/007 Pipes (Part 1).mp4 | 12.31 MB |
17 - Multiprocessing/007 Pipes (Part 1)_en.srt | 7.06 KB |
17 - Multiprocessing/008 Pipes (Part 2).mp4 | 19.75 MB |
17 - Multiprocessing/008 Pipes (Part 2)_en.srt | 9.18 KB |
17 - Multiprocessing/009 Queues (Part 1).mp4 | 19.79 MB |
17 - Multiprocessing/009 Queues (Part 1)_en.srt | 10.08 KB |
17 - Multiprocessing/010 Queues (Part 2).mp4 | 12.62 MB |
17 - Multiprocessing/010 Queues (Part 2)_en.srt | 6.81 KB |
17 - Multiprocessing/011 Queues (Part 3).mp4 | 11.90 MB |
17 - Multiprocessing/011 Queues (Part 3)_en.srt | 5.70 KB |
17 - Multiprocessing/012 Locks & Semaphores.mp4 | 7.13 MB |
17 - Multiprocessing/012 Locks & Semaphores_en.srt | 3.78 KB |
18 - Unit Testing/001 Intro.mp4 | 24.96 MB |
18 - Unit Testing/001 Intro_en.srt | 13.99 KB |
18 - Unit Testing/002 Fixtures.mp4 | 20.63 MB |
18 - Unit Testing/002 Fixtures_en.srt | 9.64 KB |
18 - Unit Testing/003 conftest.py.mp4 | 19.31 MB |
18 - Unit Testing/003 conftest.py_en.srt | 9.60 KB |
18 - Unit Testing/004 Marks.mp4 | 18.64 MB |
18 - Unit Testing/004 Marks_en.srt | 9.04 KB |
18 - Unit Testing/005 Parametrize.mp4 | 15.66 MB |
18 - Unit Testing/005 Parametrize_en.srt | 7.18 KB |
18 - Unit Testing/006 Testing Errors.mp4 | 5.79 MB |
18 - Unit Testing/006 Testing Errors_en.srt | 2.80 KB |
19 - Projects/001 API.url | 48 B |
19 - Projects/001 Quote Generator.mp4 | 27.28 MB |
19 - Projects/001 Quote Generator_en.srt | 12.78 KB |
19 - Projects/002 Impossible Quiz.mp4 | 33.55 MB |
19 - Projects/002 Impossible Quiz_en.srt | 16.60 KB |
19 - Projects/003 Your Very Own API.mp4 | 53.37 MB |
19 - Projects/003 Your Very Own API_en.srt | 27.52 KB |
19 - Projects/004 Accurate Chat Bot.mp4 | 76.44 MB |
19 - Projects/004 Accurate Chat Bot_en.srt | 36.85 KB |
19 - Projects/external-links.txt | 37 B |
20 - Tips & Tricks/001 F-Strings Are Powerful.mp4 | 16.24 MB |
20 - Tips & Tricks/001 F-Strings Are Powerful_en.srt | 10.04 KB |
20 - Tips & Tricks/002 Tuples & Type Hinting.mp4 | 6.19 MB |
20 - Tips & Tricks/002 Tuples & Type Hinting_en.srt | 5.18 KB |
20 - Tips & Tricks/003 Flattening Lists.mp4 | 15.78 MB |
20 - Tips & Tricks/003 Flattening Lists_en.srt | 8.27 KB |
20 - Tips & Tricks/004 Elipses.mp4 | 5.81 MB |
20 - Tips & Tricks/004 Elipses_en.srt | 3.98 KB |
20 - Tips & Tricks/005 Linting.mp4 | 20.29 MB |
20 - Tips & Tricks/005 Linting_en.srt | 9.78 KB |
20 - Tips & Tricks/006 #NOQA.mp4 | 5.76 MB |
20 - Tips & Tricks/006 #NOQA_en.srt | 4.37 KB |
20 - Tips & Tricks/007 Concatenating Strings.mp4 | 23.57 MB |
20 - Tips & Tricks/007 Concatenating Strings_en.srt | 12.93 KB |
20 - Tips & Tricks/008 Backslashes.mp4 | 18.82 MB |
20 - Tips & Tricks/008 Backslashes_en.srt | 11.66 KB |
20 - Tips & Tricks/009 Underscores.mp4 | 13.58 MB |
20 - Tips & Tricks/009 Underscores_en.srt | 9.64 KB |
20 - Tips & Tricks/010 Lists VS Arrays.mp4 | 11.23 MB |
20 - Tips & Tricks/010 Lists VS Arrays_en.srt | 6.54 KB |
20 - Tips & Tricks/011 IIFE In Python.mp4 | 7.24 MB |
20 - Tips & Tricks/011 IIFE In Python_en.srt | 4.14 KB |
21 - PyCharm/001 Themes.mp4 | 7.74 MB |
21 - PyCharm/001 Themes_en.srt | 3.52 KB |
21 - PyCharm/002 Ligatures.mp4 | 6.69 MB |
21 - PyCharm/002 Ligatures_en.srt | 4.41 KB |
21 - PyCharm/003 Key Promoter X.mp4 | 6.17 MB |
21 - PyCharm/003 Key Promoter X_en.srt | 3.08 KB |
21 - PyCharm/004 Font Size Shortcut.mp4 | 5.34 MB |
21 - PyCharm/004 Font Size Shortcut_en.srt | 2.58 KB |
21 - PyCharm/005 Documentation.url | 88 B |
21 - PyCharm/005 Live Templates.mp4 | 22.46 MB |
21 - PyCharm/005 Live Templates_en.srt | 12.68 KB |
21 - PyCharm/external-links.txt | 87 B |
22 - New In Python 3.11/001 Exception Groups.mp4 | 22.97 MB |
22 - New In Python 3.11/001 Exception Groups_en.srt | 10.89 KB |
22 - New In Python 3.11/002 Task Groups.mp4 | 18.94 MB |
22 - New In Python 3.11/002 Task Groups_en.srt | 8.97 KB |
22 - New In Python 3.11/003 Self Type.mp4 | 18.76 MB |
22 - New In Python 3.11/003 Self Type_en.srt | 9.64 KB |
23 - The End/002 Nope!.mp4 | 10.13 MB |
23 - The End/002 Nope!_en.srt | 5.67 KB |
23 - The End/002 Python-Docs.url | 50 B |
23 - The End/002 YouTube.url | 80 B |
23 - The End/003 ChatGPT.mp4 | 10.82 MB |
23 - The End/003 ChatGPT_en.srt | 4.71 KB |
23 - The End/external-links.txt | 120 B |
No trackers found |
TorrentBank
Copyright © 2024