Python Complete Python Django Data Science and ML Guide

0dayddl

U P L O A D E R

359020115_tuto.jpg


Python Complete Python Django Data Science and ML Guide
Language: English | Size:22.73 GB
Genre:eLearning

Files Included :
1 - Introduction to the Complete Python Guide.mp4 (53.57 MB)
MP4
2 - Where to Write and Run Python Code.mp4 (32.16 MB)
MP4
3 - Practice Installing Python.mp4 (22.53 MB)
MP4
4 - Practice Using the Python Interactive Interpreter.mp4 (6.99 MB)
MP4
29 - Understanding Dynamic Typing.mp4 (46.79 MB)
MP4
30 - Types and Data Structures Overview.mp4 (37.4 MB)
MP4
31 - Variables and Objects.mp4 (47.22 MB)
MP4
32 - Practice Using the builtin id Function.mp4 (14.07 MB)
MP4
33 - Practice Exploring Core Data Classes str int bool list dict.mp4 (22.14 MB)
MP4
34 - Practice Using the builtin isinstance Function.mp4 (13.96 MB)
MP4
35 - Strings.mp4 (63.39 MB)
MP4
36 - Practice String Manipulation.mp4 (93.62 MB)
MP4
37 - Practice String Methods.mp4 (80.07 MB)
MP4
38 - String Concatenation.mp4 (27.23 MB)
MP4
39 - Practice Concatenating Strings using the Operator.mp4 (15.05 MB)
MP4
40 - Practice Using fstrings for String Formatting.mp4 (10.37 MB)
MP4
41 - Practice Alternative String Formatting Methods.mp4 (16.05 MB)
MP4
42 - Integers.mp4 (35.63 MB)
MP4
43 - Practice Integers Manipulation.mp4 (25.68 MB)
MP4
44 - Float Numbers.mp4 (47.72 MB)
MP4
45 - Practice FloatingPoint Numbers Manipulation.mp4 (11.84 MB)
MP4
46 - Working with Complex Numbers.mp4 (12.3 MB)
MP4
47 - Boolean Values.mp4 (36.27 MB)
MP4
48 - Practice Working with Boolean Values.mp4 (51.83 MB)
MP4
49 - Type Conversion.mp4 (86.35 MB)
MP4
50 - Magic Methods.mp4 (25.41 MB)
MP4
51 - Practice Utilizing Magic Attributes and Methods.mp4 (64.44 MB)
MP4
52 - Lists.mp4 (76.09 MB)
MP4
53 - List Methods.mp4 (73.43 MB)
MP4
54 - Practice Working with Lists.mp4 (31.51 MB)
MP4
55 - Copying Lists.mp4 (46.66 MB)
MP4
56 - Practice Copying Lists.mp4 (22.75 MB)
MP4
57 - TASK Working with Lists.mp4 (10.23 MB)
MP4
58 - Dictionaries.mp4 (72.54 MB)
MP4
59 - Practice Manipulating Dictionaries.mp4 (61 MB)
MP4
60 - Practice Dictionary Methods.mp4 (21.34 MB)
MP4
61 - Other Operations with Dictionaries.mp4 (75.26 MB)
MP4
62 - Practice Using the get Method for Dictionaries.mp4 (10.51 MB)
MP4
63 - Practice Converting Other Types to a Dictionary.mp4 (9.2 MB)
MP4
64 - TASK Working with Dictionaries.mp4 (8.95 MB)
MP4
65 - Tuples.mp4 (107.69 MB)
MP4
66 - Practice Tuples Manipulation.mp4 (89.06 MB)
MP4
67 - Sets.mp4 (65.01 MB)
MP4
68 - Practice Working with Sets.mp4 (46.91 MB)
MP4
69 - Understanding Set Theory.mp4 (51.08 MB)
MP4
70 - Set Methods.mp4 (68.6 MB)
MP4
71 - Practice Usage of the Set Methods.mp4 (52.59 MB)
MP4
72 - Practice Calculating Symmetric Difference of Sets.mp4 (13.35 MB)
MP4
73 - TASK Working with Sets.mp4 (7.79 MB)
MP4
5 - Installing PyCharm.mp4 (40.97 MB)
MP4
6 - Getting Familiar with the PyCharm Interface.mp4 (26.64 MB)
MP4
74 - Ranges.mp4 (46.87 MB)
MP4
75 - Practice Range Manipulation.mp4 (11.29 MB)
MP4
76 - Practice Range Methods and Attributes.mp4 (27.12 MB)
MP4
77 - Builtin Functions for Sequences.mp4 (19.28 MB)
MP4
78 - Builtin zip Function.mp4 (34.84 MB)
MP4
79 - Practice Working with zip Objects.mp4 (31.5 MB)
MP4
80 - Practice Converting a zip Object to a Dictionary.mp4 (15.76 MB)
MP4
81 - Comparison of Different Sequences.mp4 (87.15 MB)
MP4
82 - Understanding Immutable Objects in Python.mp4 (47.83 MB)
MP4
83 - Understanding Mutable Objects in Python.mp4 (65.93 MB)
MP4
84 - Strategies to Prevent Object Mutation.mp4 (69.87 MB)
MP4
85 - Practice Creating Deep Copies of Objects.mp4 (43.73 MB)
MP4
86 - Functions.mp4 (38.55 MB)
MP4
87 - Calling Functions Arguments vs Parameters.mp4 (29.82 MB)
MP4
88 - Shortest Function in Python.mp4 (16.96 MB)
MP4
89 - Mutable and Immutable Arguments in Function Calls.mp4 (78.04 MB)
MP4
90 - Practice Using Mutable and Immutable Objects as Function Arguments.mp4 (128.63 MB)
MP4
91 - Practice Mandatory and Optional Positional Arguments.mp4 (13.89 MB)
MP4
92 - TASK Functions Manipulation.mp4 (9.01 MB)
MP4
93 - Function Arguments.mp4 (60.25 MB)
MP4
100 - Practice Gathering Positional Arguments into the args Tuple.mp4 (22.86 MB)
MP4
101 - Practice Gathering All Keyword Arguments into the kwargs Dictionary.mp4 (80.22 MB)
MP4
94 - Practice Using args to Gather Positional Arguments into a Tuple.mp4 (31.41 MB)
MP4
95 - Keyword Arguments.mp4 (64.43 MB)
MP4
96 - Practice Working with Keyword Arguments.mp4 (34.27 MB)
MP4
97 - Practice Using kwargs to Merge Keyword Arguments in a Dictionary.mp4 (42.49 MB)
MP4
98 - TASK Manipulating Function Arguments.mp4 (17 MB)
MP4
99 - Args and kwargs.mp4 (52.81 MB)
MP4
102 - Default Function Parameters.mp4 (60.79 MB)
MP4
103 - Practice Using Default Function Parameters.mp4 (133.98 MB)
MP4
104 - Docstrings.mp4 (34.52 MB)
MP4
105 - Practice Writing and Using Docstrings.mp4 (41.39 MB)
MP4
106 - Practice Exploring Docstrings.mp4 (80.82 MB)
MP4
107 - Practice Adding Docstrings to Functions.mp4 (82.39 MB)
MP4
108 - Callback Functions.mp4 (55.5 MB)
MP4
109 - Rules for Working with Functions.mp4 (19.91 MB)
MP4
110 - Scopes.mp4 (66.26 MB)
MP4
111 - The Global Keyword.mp4 (15.66 MB)
MP4
112 - Practice Global and Local Variables.mp4 (50.07 MB)
MP4
113 - Practice Using the Global Keyword.mp4 (63.05 MB)
MP4
114 - Operators.mp4 (133.8 MB)
MP4
115 - Unary and Binary Operators.mp4 (47.3 MB)
MP4
116 - Practice Working with Prefix Unary Operators.mp4 (16.21 MB)
MP4
117 - TASK Operators.mp4 (7.94 MB)
MP4
118 - Falsy and Truthy Values.mp4 (126.39 MB)
MP4
119 - Practice Falsy and Truthy Values.mp4 (40.14 MB)
MP4
120 - Logical Operators.mp4 (82.76 MB)
MP4
121 - Practice ShortCircuit OR Operator.mp4 (21.2 MB)
MP4
122 - Practice ShortCircuit AND Operator.mp4 (13.54 MB)
MP4
123 - Practice Combining OR and AND Operators.mp4 (6.7 MB)
MP4
124 - Practice Examples with Logical Operators.mp4 (29.91 MB)
MP4
125 - Practice Comparison Operators.mp4 (42.82 MB)
MP4
126 - The del Statement.mp4 (14.18 MB)
MP4
127 - Lambda Functions.mp4 (42.07 MB)
MP4
128 - Practice Returning Lambda Functions from Functions.mp4 (17.66 MB)
MP4
129 - Practice Sorting a List using Lambda Functions.mp4 (46.65 MB)
MP4
130 - Practice Filtering a List using Lambda Functions.mp4 (24.85 MB)
MP4
131 - Error Handling.mp4 (148.01 MB)
MP4
132 - Practice Using Different Error Classes in the Try and Except.mp4 (42.92 MB)
MP4
133 - Practice Using Multiple Error Classes in one Except Block and Parent Exception.mp4 (78.1 MB)
MP4
134 - Practice Using Else and Finally Blocks.mp4 (22.82 MB)
MP4
135 - Example Handling File Not Found Errors.mp4 (21.82 MB)
MP4
136 - Example Handling Undefined Variable Errors.mp4 (39.03 MB)
MP4
137 - Practice Raising Custom Errors.mp4 (37.31 MB)
MP4
138 - Practice Handling Raised Errors using Try and Except.mp4 (38.3 MB)
MP4
139 - Practice Specifying Types for Function Parameters.mp4 (8.6 MB)
MP4
140 - TASK Proper Error Handling.mp4 (12.25 MB)
MP4
141 - Sequence Unpacking.mp4 (136.54 MB)
MP4
142 - Practice Unpacking Tuples.mp4 (22.18 MB)
MP4
143 - Practice Unpacking a List of Tuples.mp4 (13.71 MB)
MP4
144 - Practice Unpacking Remaining Elements.mp4 (18.46 MB)
MP4
145 - Practice Unpacking Selected Elements.mp4 (9.59 MB)
MP4
146 - Practice Unpacking a List into Positional Arguments.mp4 (26.01 MB)
MP4
147 - Practice Unpacking a Dictionary into Keyword Arguments.mp4 (31.32 MB)
MP4
148 - Practice Flexibility in Function Calls.mp4 (52.6 MB)
MP4
149 - Dictionary Unpacking Operator.mp4 (28.89 MB)
MP4
150 - Practice Using the Dictionary Unpacking Operator.mp4 (20.26 MB)
MP4
151 - Practice Merging Two Dictionaries.mp4 (19.08 MB)
MP4
152 - Conditional Statements.mp4 (76.6 MB)
MP4
153 - Practice Working with Multiple if Statements.mp4 (53.25 MB)
MP4
154 - The ifelse Statement.mp4 (14.94 MB)
MP4
155 - The ifelif Statement.mp4 (81.63 MB)
MP4
156 - Practice Combining if elif and else Statements.mp4 (23.77 MB)
MP4
157 - Practice Considering the Order of Conditions in if Statements.mp4 (31.84 MB)
MP4
158 - Practice Incorporating if Statements into Functions.mp4 (64.07 MB)
MP4
159 - Practice Using if and return Statements within Functions.mp4 (35.49 MB)
MP4
160 - Example Calculating School Grades using if and return in the Function.mp4 (27.49 MB)
MP4
161 - TASK Conditional Statements.mp4 (16.18 MB)
MP4
162 - Ternary Operator.mp4 (81.59 MB)
MP4
163 - Practice Utilizing the Ternary Operator.mp4 (34.33 MB)
MP4
164 - Example Calculating Discounts with the Ternary Operator.mp4 (10.05 MB)
MP4
165 - Example Data Manipulation using the Ternary Operator.mp4 (10.21 MB)
MP4
166 - Example Calculating School Grades using the Ternary Operator.mp4 (27.94 MB)
MP4
167 - Loops.mp4 (56.92 MB)
MP4
168 - ForIn Loop.mp4 (81.3 MB)
MP4
169 - Practice Iterating through Lists and Tuples using ForIn Loops.mp4 (15.2 MB)
MP4
170 - Practice Iterating through Dictionaries using ForIn Loops.mp4 (26.01 MB)
MP4
171 - Practice Iterating through Ranges Strings and Sets with ForIn Loops.mp4 (17.69 MB)
MP4
172 - TASKS Working with ForIn Loops.mp4 (18.31 MB)
MP4
10 - Practice Working with Main Data Types.mp4 (23.06 MB)
MP4
8 - Key Concept in Python.mp4 (21.31 MB)
MP4
9 - Main Data Types in Python.mp4 (34.92 MB)
MP4
173 - While Loop.mp4 (70.57 MB)
MP4
174 - Practice Utilizing the While Loop.mp4 (40.51 MB)
MP4
175 - Example Making Selections with the While Loop.mp4 (34.61 MB)
MP4
176 - Practice Using break Statements in While and ForIn Loops.mp4 (27.08 MB)
MP4
177 - Practice Using continue and break Statements in While Loops.mp4 (26.94 MB)
MP4
178 - TASK While Loop.mp4 (7.06 MB)
MP4
179 - ForIn Expression.mp4 (36.27 MB)
MP4
180 - List Set and Dictionary Comprehensions.mp4 (155.19 MB)
MP4
181 - Practice Using List Comprehension.mp4 (9.24 MB)
MP4
182 - Practice Using Dictionary Comprehension.mp4 (9.87 MB)
MP4
183 - Practice Utilizing Tuple Comprehension.mp4 (7.24 MB)
MP4
184 - Practice Converting Tuples to Lists.mp4 (3.99 MB)
MP4
185 - Example Constructing Dictionaries from Sequences.mp4 (16.75 MB)
MP4
186 - Practice Short ForIn Loops with Conditional Statements.mp4 (26.01 MB)
MP4
187 - Example Converting Dictionary to Another Dictionary.mp4 (14.18 MB)
MP4
188 - TASKS Short ForIn Loops.mp4 (10.27 MB)
MP4
189 - Example Chaining ForIn Expressions.mp4 (10.52 MB)
MP4
190 - Generators in ForIn Expressions.mp4 (81.57 MB)
MP4
191 - Practice Generators and Iteration over the Generator.mp4 (49.4 MB)
MP4
192 - Introduction to Decorator Functions.mp4 (30.26 MB)
MP4
193 - Example Verifying User Permissions with Decorator Functions.mp4 (35.91 MB)
MP4
194 - Example Logging using Decorator Functions.mp4 (48.5 MB)
MP4
195 - Example Validating Arguments with Decorator Functions.mp4 (27.82 MB)
MP4
196 - Classes and Objects.mp4 (63.11 MB)
MP4
197 - Practice Understanding Classes and Class Instances.mp4 (104.03 MB)
MP4
198 - Practice Adding Instance Attributes through Dot Notation.mp4 (76.64 MB)
MP4
199 - Adding Instance Attributes using the init Method.mp4 (118.85 MB)
MP4
200 - Practice Incorporating Own Instance Attributes with the init Method.mp4 (93.19 MB)
MP4
201 - Instance vs Class Methods.mp4 (120.27 MB)
MP4
202 - Practice Inheriting Methods by the Instances.mp4 (107.67 MB)
MP4
203 - Static Class Methods.mp4 (19.32 MB)
MP4
204 - Practice Utilizing Static Methods in Classes.mp4 (46.59 MB)
MP4
205 - Class Attributes.mp4 (16.3 MB)
MP4
206 - Practice Working with Class Attributes.mp4 (69.72 MB)
MP4
207 - Magic Methods in Classes.mp4 (45.18 MB)
MP4
208 - Practice Utilizing Magic Methods in Classes.mp4 (46.13 MB)
MP4
209 - Inheritance from Other Classes.mp4 (58.32 MB)
MP4
210 - Practice Extending Classes.mp4 (80.26 MB)
MP4
211 - Example Creating Forum User and Post Classes.mp4 (75.65 MB)
MP4
212 - Example Creating Instances of the Forum User and Post Classes.mp4 (64.88 MB)
MP4
213 - Example Methods for Finding Users by Username and Email.mp4 (58.96 MB)
MP4
214 - Example Method for Finding All Posts by a Specific User.mp4 (65.49 MB)
MP4
215 - Example Retrieving User Posts by Email.mp4 (38.42 MB)
MP4
216 - Example Adding Parameter Types.mp4 (23.87 MB)
MP4
217 - Example Wrapping up the Forum Users and Posts Example.mp4 (31.58 MB)
MP4
218 - Encapsulation in ObjectOriented Programming OOP.mp4 (14.54 MB)
MP4
219 - Inheritance in ObjectOriented Programming OOP.mp4 (27.05 MB)
MP4
220 - Polymorphism in ObjectOriented Programming OOP.mp4 (36.95 MB)
MP4
221 - Abstraction in ObjectOriented Programming OOP.mp4 (21.64 MB)
MP4
11 - Builtin Functions.mp4 (83.45 MB)
MP4
12 - Practice Defining and Using Functions.mp4 (34.58 MB)
MP4
13 - Practice Using the Return Statement in Functions.mp4 (43.91 MB)
MP4
14 - Practice Exploring Builtin Functions.mp4 (24.21 MB)
MP4
15 - Practice Using the builtin dir Function.mp4 (55.91 MB)
MP4
16 - Practice Gathering User Input with the builtin input Function.mp4 (44.99 MB)
MP4
222 - Modules.mp4 (155.16 MB)
MP4
223 - Practice Importing Entire Custom Modules.mp4 (24.55 MB)
MP4
224 - Practice Selective Imports from Other Modules.mp4 (18.56 MB)
MP4
225 - Practice Importing between Different Modules.mp4 (46.06 MB)
MP4
226 - Practice Modules in Subfolders.mp4 (28.25 MB)
MP4
227 - Builtin Modules.mp4 (45.36 MB)
MP4
228 - Practice Importing from Builtin Modules.mp4 (13.28 MB)
MP4
229 - Practice name and main.mp4 (38.39 MB)
MP4
230 - Example Executing Functions only when Module is run Directly.mp4 (27.25 MB)
MP4
231 - Practice Packages in Python.mp4 (40.57 MB)
MP4
232 - JavaScript Object Notation JSON.mp4 (123.24 MB)
MP4
233 - Practice Converting Python Objects to JSON.mp4 (95.65 MB)
MP4
234 - Practice Converting from JSON to Python Objects.mp4 (79.49 MB)
MP4
235 - Practice Formatting Dictionaries using JSON.mp4 (13.74 MB)
MP4
236 - TASKS JSON.mp4 (13.09 MB)
MP4
237 - Working with Files.mp4 (123.48 MB)
MP4
238 - Working with Files and Directories using the os Module.mp4 (42.21 MB)
MP4
239 - Removing Files and Directories using the os Module.mp4 (31.36 MB)
MP4
240 - Summary of Directory and File Operations using the os Module.mp4 (44.95 MB)
MP4
241 - Working with Files and Directories using the Path Class.mp4 (88.33 MB)
MP4
242 - Iterating over Directories and Removing Files using the Path Class.mp4 (114.82 MB)
MP4
243 - Reading and Writing Files.mp4 (58.2 MB)
MP4
244 - Writing and Reading Files using the builtin open Function.mp4 (37.15 MB)
MP4
245 - Using the with Statement.mp4 (34.18 MB)
MP4
246 - Removing Files using unlink.mp4 (16.55 MB)
MP4
247 - TASK Files.mp4 (4.99 MB)
MP4
248 - Builtin zipfile Module and Creating Zip Archives.mp4 (82.87 MB)
MP4
249 - Reading from the Zip Archive.mp4 (80.03 MB)
MP4
250 - Working with CSV Files.mp4 (34.76 MB)
MP4
251 - Iterating over Each Row in the CSV File.mp4 (42.69 MB)
MP4
252 - Builtin datetime Module.mp4 (16.25 MB)
MP4
253 - Examples Using the datetime Class.mp4 (77.66 MB)
MP4
254 - Examples Converting Strings to Datetime Objects.mp4 (75.52 MB)
MP4
255 - Example Working with the timedelta Class.mp4 (47.62 MB)
MP4
256 - Builtin time Module.mp4 (45.89 MB)
MP4
257 - Builtin random Module.mp4 (68.67 MB)
MP4
258 - Examples Utilizing choices and shuffle Methods from the random Module.mp4 (95.58 MB)
MP4
259 - Builtin secrets Module.mp4 (105.85 MB)
MP4
260 - Examples Generating CSRF Tokens URLSafe Tokens and OTP Passwords.mp4 (28.68 MB)
MP4
261 - Example Generating Strong Passwords.mp4 (171.95 MB)
MP4
262 - Builtin math Module.mp4 (13.77 MB)
MP4
263 - Recursive Functions.mp4 (86.21 MB)
MP4
17 - Code Indentations.mp4 (25.49 MB)
MP4
18 - Practice Working with Indentations.mp4 (18.1 MB)
MP4
19 - Following PEP 8 Guidelines.mp4 (180.31 MB)
MP4
20 - Enabling AutoFormatting in PyCharm.mp4 (14.58 MB)
MP4
264 - Builtin re Module for Regular Expressions.mp4 (38.65 MB)
MP4
265 - Example Creating Patterns for Matching.mp4 (22.63 MB)
MP4
266 - Example Email Validation using Regular Expressions.mp4 (46.9 MB)
MP4
267 - Example Substring Replacement using Regular Expressions.mp4 (14.37 MB)
MP4
268 - Example Removing Excessive Spaces using Regular Expressions.mp4 (14.31 MB)
MP4
269 - TASK Password Verification.mp4 (7.98 MB)
MP4
270 - Running smtp4dev SMTP server in a Docker Container.mp4 (58.22 MB)
MP4
271 - Sending an Email using SMTP.mp4 (54.56 MB)
MP4
272 - Formatting an Email using an HTML Template.mp4 (130.71 MB)
MP4
273 - SMTP WrapUp and Removing the Docker smtp4dev Container.mp4 (12.2 MB)
MP4
274 - Creating an SQLite3 Database and Table.mp4 (94.48 MB)
MP4
275 - Writing Data into the SQLite Table.mp4 (49.34 MB)
MP4
276 - Reading Data from the SQLite Table.mp4 (43.74 MB)
MP4
277 - SQLite Summary.mp4 (69.57 MB)
MP4
278 - Builtin array Module.mp4 (23.29 MB)
MP4
279 - Saving Arrays to Files and Reading Arrays from Files.mp4 (17.5 MB)
MP4
280 - Accessing Program Arguments using the builtin sys Module.mp4 (27.16 MB)
MP4
281 - Builtin webbrowser Module.mp4 (126.72 MB)
MP4
282 - Introduction to PIP Package Manager for Python.mp4 (29.53 MB)
MP4
283 - Using a Globally Installed requests Package.mp4 (20.9 MB)
MP4
284 - Uninstalling Globally Installed Packages using PIP.mp4 (11.64 MB)
MP4
285 - Creating a Python Virtual Environment.mp4 (10.68 MB)
MP4
286 - Activation and Deactivation of the Virtual Environment in the Shell.mp4 (7.69 MB)
MP4
287 - Installing Packages within the Virtual Environment.mp4 (42.24 MB)
MP4
288 - Saving a List of Installed Packages in a Requirements Text File.mp4 (24.78 MB)
MP4
289 - Challenges of Package Management using Requirements Files.mp4 (43.48 MB)
MP4
290 - Installing pipenv for Virtual Environments Management.mp4 (12.49 MB)
MP4
291 - Creating a Virtual Environment using pipenv.mp4 (41.85 MB)
MP4
292 - Installing Packages using pipenv.mp4 (62.45 MB)
MP4
293 - Updating Packages using pipenv.mp4 (11.47 MB)
MP4
294 - Recreating Virtual Environment in the Project Folder using pipenv.mp4 (63.74 MB)
MP4
295 - Using venv for Virtual Environments in PyCharm.mp4 (20.97 MB)
MP4
296 - Using pipenv for Virtual Environments in PyCharm.mp4 (89.1 MB)
MP4
297 - Introduction to the Django Web Framework and Project Overview.mp4 (30.03 MB)
MP4
298 - Model View Controller MVC Programming Pattern.mp4 (6.61 MB)
MP4
299 - Understanding How MVC Pattern is Implemented in Django.mp4 (18.84 MB)
MP4
300 - Creating a New PyCharm Project and Installing Django.mp4 (39.09 MB)
MP4
301 - Creating a New Django Project.mp4 (5.26 MB)
MP4
302 - Overview of the managepy File in Django.mp4 (39.88 MB)
MP4
303 - Starting and Verifying the Django Server.mp4 (84.38 MB)
MP4
304 - Overview of Settings in the Django Project.mp4 (161.87 MB)
MP4
305 - Overview of Default Routing Configuration in Django.mp4 (31.48 MB)
MP4
306 - Creating the Shop Application in Django.mp4 (31.3 MB)
MP4
307 - Explaining the Naming of the Django Project as base.mp4 (9.47 MB)
MP4
308 - Exploring the Contents of the Shop Application.mp4 (18.52 MB)
MP4
309 - Creating a View Function.mp4 (22.6 MB)
MP4
310 - Attaching the View Function to a URL.mp4 (21.54 MB)
MP4
311 - Adding Shop Application Routes to the Global Project Routing Configuration.mp4 (95.22 MB)
MP4
312 - Applying Default Migrations in the Django Project.mp4 (108.54 MB)
MP4
313 - Creating an Admin User in the Django Project.mp4 (39.31 MB)
MP4
314 - Creating Course and Category Models.mp4 (53.21 MB)
MP4
315 - Enabling the Shop Application in the Django Project.mp4 (32.05 MB)
MP4
316 - Creating and Applying Migrations for the Shop Application.mp4 (115.7 MB)
MP4
317 - Modifying Database Models.mp4 (59.04 MB)
MP4
318 - Creating a Category using the Category Model in the Shell.mp4 (120.83 MB)
MP4
319 - Creating Courses using the Course Model in the Shell.mp4 (69.89 MB)
MP4
320 - Creating Categories and Courses in the Admin Interface.mp4 (61.87 MB)
MP4
321 - Modifying How Courses and Categories are Displayed in the Admin Panel.mp4 (29.05 MB)
MP4
322 - Sending Course Titles to the Client in the Response.mp4 (42.63 MB)
MP4
21 - Comments.mp4 (13.97 MB)
MP4
22 - Practice Adding Comments to Your Code.mp4 (11.97 MB)
MP4
323 - Creating an HTML Template.mp4 (38.13 MB)
MP4
324 - Using an HTML Template in the View Function.mp4 (42.23 MB)
MP4
325 - Populating the HTML Template with Data from the Database.mp4 (77.71 MB)
MP4
326 - How we Connected Templates Views and Models.mp4 (26.54 MB)
MP4
327 - Adding the Bootstrap CSS Library to the HTML Template.mp4 (124.8 MB)
MP4
328 - Creating a Base HTML Template for Reuse in Other Templates.mp4 (113.88 MB)
MP4
329 - Adding a Navigation Bar in the Base Template.mp4 (50.71 MB)
MP4
330 - TASK Making the Title of the Web Page Dynamic.mp4 (19.36 MB)
MP4
331 - SOLUTION Making the Title of the Web Page Dynamic.mp4 (44.6 MB)
MP4
332 - Creating a Route for the Single Course Web Page.mp4 (19.39 MB)
MP4
333 - Creating a View Function for the Single Course.mp4 (31.55 MB)
MP4
334 - TASK Creating an HTML Template for the Single Course.mp4 (13 MB)
MP4
335 - SOLUTION Creating an HTML Template for the Single Course.mp4 (47.39 MB)
MP4
336 - Responding with a 404 When Course is Not Found in the Database.mp4 (42.43 MB)
MP4
337 - Setting Up Routing Between Pages Using Relative or Absolute Paths.mp4 (93.42 MB)
MP4
338 - Setting Up Routing Based on the Names of the URL Patterns.mp4 (69.72 MB)
MP4
339 - Considering Application Names in the Routing Setup.mp4 (26.92 MB)
MP4
340 - Adding a Link to the All Courses Page.mp4 (25.39 MB)
MP4
341 - Moving the Templates Folder Out of the Shop Application Folder.mp4 (129.94 MB)
MP4
342 - Modifying the Model for the Courses.mp4 (38.21 MB)
MP4
343 - Summary of the Django Shop Application.mp4 (86.32 MB)
MP4
344 - Installing djangotastypie for the API Django Application.mp4 (17.85 MB)
MP4
345 - Creating an API Django Application.mp4 (29.18 MB)
MP4
346 - Creating Models for the API Application.mp4 (69.08 MB)
MP4
347 - Configuring Routing for the API Application.mp4 (40.68 MB)
MP4
348 - Verifying the API Service.mp4 (142.72 MB)
MP4
349 - Adding Version for the API.mp4 (88.97 MB)
MP4
350 - Installing Postman and Sending GET and DELETE Requests.mp4 (73.81 MB)
MP4
351 - Creating an API Key for the User.mp4 (63.85 MB)
MP4
352 - Enabling Authentication and Authorization for the Model and Using DELETE Method.mp4 (25.81 MB)
MP4
353 - Disabling Authentication Only for GET Requests.mp4 (117.71 MB)
MP4
354 - Creating a New Resource Using POST Method.mp4 (48.97 MB)
MP4
355 - Properly Connecting the Course to the Category in POST Requests Using Hydrate Me.mp4 (33.49 MB)
MP4
356 - Adding Dehydrate Method to Modify Data Before Sending to Client.mp4 (27.1 MB)
MP4
357 - Summary for Setting Up GET POST and DELETE Requests.mp4 (19.25 MB)
MP4
358 - Refactoring Routing for the API Application.mp4 (60.01 MB)
MP4
359 - Setting Up Index Route and Adding Navigation to Navbar.mp4 (106.14 MB)
MP4
360 - Modifying Administrative Panel.mp4 (85.06 MB)
MP4
361 - Summary of Django Courses Project.mp4 (51.79 MB)
MP4
362 - Introduction to Pygame and Creating the Game Window.mp4 (91.41 MB)
MP4
363 - Modifying Background Color of the Game Surface.mp4 (35.28 MB)
MP4
364 - Displaying a Rectangle in the Game.mp4 (32.87 MB)
MP4
365 - TASK Placing Rectangle in the Middle of the Game Window.mp4 (2.46 MB)
MP4
366 - SOLUTION Placing Rectangle in the Middle of the Game Window.mp4 (44.22 MB)
MP4
367 - Moving Rectangle Using Keyboard Arrows.mp4 (83.42 MB)
MP4
368 - Stopping Rectangle from Moving Outside of the Surface.mp4 (28.31 MB)
MP4
369 - Final Shooter Game Overview.mp4 (4.03 MB)
MP4
370 - Loading Images for the Game and Fighter.mp4 (44.36 MB)
MP4
371 - Displaying Fighter on the Surface.mp4 (46.36 MB)
MP4
372 - Moving Fighter Left or Right.mp4 (19.91 MB)
MP4
373 - Making Fighter Movement Continuous.mp4 (63.29 MB)
MP4
374 - Adding the Ball to the Game.mp4 (55.51 MB)
MP4
375 - Showing Ball Based on Fighter Position.mp4 (13.69 MB)
MP4
376 - Moving the Ball After Firing.mp4 (25.64 MB)
MP4
377 - Adding the Alien to the Game.mp4 (36.74 MB)
MP4
378 - Moving the Alien Down the Surface.mp4 (7.15 MB)
MP4
379 - Detecting Collision Between Alien and Fighter Ending the Game.mp4 (45.86 MB)
MP4
380 - Hitting the Alien with the Ball.mp4 (41.57 MB)
MP4
381 - Increasing Alien Speed After Each Hit.mp4 (19.79 MB)
MP4
382 - Adding Hit Counter.mp4 (26.37 MB)
MP4
383 - Shooter Game Summary.mp4 (38.06 MB)
MP4
23 - Understanding Expressions.mp4 (17.2 MB)
MP4
24 - Understanding Statements.mp4 (24.9 MB)
MP4
25 - Practice Using Expressions.mp4 (31.37 MB)
MP4
26 - Practice Using Statements.mp4 (10.59 MB)
MP4
384 - Start of Shooter Refactoring and Creating the Fighter Class.mp4 (72.1 MB)
MP4
385 - Adding Methods in the Fighter Class.mp4 (65.77 MB)
MP4
386 - Creating an Alien Class.mp4 (33.48 MB)
MP4
387 - Adding Methods in the Alien Class.mp4 (54.18 MB)
MP4
388 - Creating a Ball Class.mp4 (61.69 MB)
MP4
389 - Adding Methods in the Ball Class.mp4 (51.68 MB)
MP4
390 - Creating a Game Class.mp4 (60.89 MB)
MP4
391 - Adding Methods in the Game Class.mp4 (112.06 MB)
MP4
392 - Adding Methods for Drawing Elements and Finalizing Refactoring.mp4 (65.87 MB)
MP4
393 - Game Refactoring Summary.mp4 (14.92 MB)
MP4
394 - Running the Game After Refactoring.mp4 (20.24 MB)
MP4
395 - Installing Jupyter Notebook.mp4 (55.73 MB)
MP4
396 - Editing in Jupyter Notebook.mp4 (10.74 MB)
MP4
397 - Order of Execution of Cells in Jupyter Notebook.mp4 (36.85 MB)
MP4
398 - Adding Markdown Saving and Loading Jupyter Notebooks.mp4 (23.93 MB)
MP4
399 - Installing Jupyter Lab and Editing Notebooks.mp4 (34.57 MB)
MP4
400 - Exploring Features of Jupyter Lab.mp4 (80.2 MB)
MP4
401 - Installing External Packages in Jupyter Notebook.mp4 (22.69 MB)
MP4
402 - Introduction to NumPy and Creating OneDimensional Arrays.mp4 (118.92 MB)
MP4
403 - TwoDimensional Arrays in NumPy.mp4 (19.56 MB)
MP4
404 - Understanding Axes in NumPy.mp4 (22.07 MB)
MP4
405 - Arithmetic Operations with NumPy Arrays.mp4 (20.13 MB)
MP4
406 - Concatenating NumPy Arrays.mp4 (65 MB)
MP4
407 - Summary of Basic Operations with NumPy Arrays.mp4 (26.12 MB)
MP4
408 - Filling a NumPy Array with Zeroes Ones or Random Floats.mp4 (57.84 MB)
MP4
409 - Generating Random Elements Using randint and uniform.mp4 (102.17 MB)
MP4
410 - Understanding Seed Number.mp4 (38.8 MB)
MP4
411 - NumPy arange reshape and flatten Methods.mp4 (55.37 MB)
MP4
412 - NumPy Examples 1 and 2 OneDimensional Array.mp4 (53.98 MB)
MP4
413 - NumPy Examples 3 and 4 OneDimensional Array.mp4 (78.83 MB)
MP4
414 - NumPy Example 5 TwoDimensional Array.mp4 (96.03 MB)
MP4
415 - NumPy Example 6 TwoDimensional Array.mp4 (64.03 MB)
MP4
416 - NumPy Example 7 ThreeDimensional Array.mp4 (175.48 MB)
MP4
417 - NumPy Summary.mp4 (4.79 MB)
MP4
418 - Introduction to Pandas and Installation.mp4 (53.91 MB)
MP4
419 - Creating a DataFrame from a Dictionary.mp4 (31.08 MB)
MP4
420 - Basic Operations with DataFrame.mp4 (80.61 MB)
MP4
421 - Describing the DataFrame.mp4 (100.3 MB)
MP4
422 - Finding Null Values in the DataFrame.mp4 (26.45 MB)
MP4
423 - Finding Columns with Specific Data Type.mp4 (16.32 MB)
MP4
424 - Series Data Structure in Pandas.mp4 (59.59 MB)
MP4
425 - Selecting Part of the DataFrame Using loc and iloc Properties.mp4 (71.63 MB)
MP4
426 - Filtering Data in the DataFrame.mp4 (68.15 MB)
MP4
427 - Datetime Type in Pandas.mp4 (22.96 MB)
MP4
428 - Sorting Data in the DataFrame.mp4 (52.29 MB)
MP4
429 - Adding and Removing Columns and Concatenating DataFrames.mp4 (101.02 MB)
MP4
430 - Summary of Pandas DataFrames and Series.mp4 (167.31 MB)
MP4
431 - Generating Random Data for DataFrames.mp4 (96.65 MB)
MP4
432 - Creating a DataFrame Using Random Data.mp4 (7.78 MB)
MP4
433 - Saving DataFrames to CSV Files.mp4 (37.92 MB)
MP4
434 - Creating DataFrames from CSV Files.mp4 (27 MB)
MP4
435 - Writing DataFrames to Excel and JSON Files.mp4 (61.56 MB)
MP4
436 - Analyzing CSVLoaded DataFrames.mp4 (20.32 MB)
MP4
437 - Grouping Data in DataFrames.mp4 (29.5 MB)
MP4
438 - Displaying Series Data on Plots Using Matplotlib.mp4 (101.12 MB)
MP4
439 - Summary of Example with Random CSV Data.mp4 (83.28 MB)
MP4
440 - Examples of Plot and Scatter Diagrams Using Matplotlib.mp4 (47.05 MB)
MP4
441 - Examples of Matplotlib Subplots.mp4 (35.56 MB)
MP4
442 - Using DataFrames for Creating Diagrams.mp4 (21.92 MB)
MP4
443 - Boxplots Area Plots and Pie Charts.mp4 (66.88 MB)
MP4
444 - Example of a Heatmap in Matplotlib.mp4 (68.94 MB)
MP4
445 - Displaying RealWorld Data on Various Charts.mp4 (159.26 MB)
MP4
27 - Variables.mp4 (90.13 MB)
MP4
28 - Practice Defining and Using Variables.mp4 (17.13 MB)
MP4
446 - Introduction to ScikitLearn and Installation.mp4 (25.24 MB)
MP4
447 - Loading and Analyzing Sample Data for Model Creation.mp4 (58.47 MB)
MP4
448 - Handling Null Values in DataFrame.mp4 (41.89 MB)
MP4
449 - Attempting to Create a Model for Predicting Target Values.mp4 (62.98 MB)
MP4
450 - Encoding NonNumeric Values in Input Data.mp4 (77.35 MB)
MP4
451 - Building and Predicting with Cleaned and Encoded Data.mp4 (61.83 MB)
MP4
452 - Summary of Model for Predicting Favorite Transport.mp4 (23.96 MB)
MP4
453 - Visualizing DecisionTreeClassifier Model.mp4 (134.12 MB)
MP4
454 - Creating Charts for Data from the Built Model.mp4 (30.1 MB)
MP4
455 - Evaluating Model Accuracy.mp4 (126.73 MB)
MP4
456 - Loading CSV File with Airline Passenger Satisfaction Data.mp4 (104.24 MB)
MP4
457 - Analyzing DataFrame with Passenger Satisfaction Data.mp4 (22.92 MB)
MP4
458 - Filling Null Values with Mean Value.mp4 (65.6 MB)
MP4
459 - Creating Diagrams for Passenger Data Analysis.mp4 (102.62 MB)
MP4
460 - Manually Encoding NonNumeric Values in DataFrame.mp4 (90.42 MB)
MP4
461 - Encoding NonNumeric Values Using LabelEncoder.mp4 (65.23 MB)
MP4
462 - Creating Additional Diagrams After Data Cleaning and Encoding.mp4 (73.48 MB)
MP4
463 - Filtering DataFrame with Passenger Data.mp4 (55.94 MB)
MP4
464 - Using DecisionTreeClassifier for Model Creation.mp4 (55.49 MB)
MP4
465 - Measuring Model Accuracy with DecisionTreeClassifier.mp4 (117.7 MB)
MP4
466 - Using Other Classifiers for Model Creation.mp4 (83.53 MB)
MP4
467 - Summary of Airline Passenger Satisfaction Project.mp4 (259.14 MB)
MP4
468 - Removing Passenger Votes from DataFrame.mp4 (140.25 MB)
MP4
469 - Saving Trained Model for Future Use.mp4 (76.6 MB)
MP4
470 - Summary of Realistic Model for Passenger Satisfaction Prediction.mp4 (41.24 MB)
MP4

rr7BmheQ_t.jpg


363506399_rg.png



Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
382702167_dropapk-download-dark.png



Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

a922f8cb5803dee8a41336a51ac41b15.jpg

Python - Complete Python, Django, Data Science and ML Guide
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 12.9 GB | Duration: 50H 27M​

Join us on an immersive Python programming journey, spanning over 50 hours of learning. Whether you're a novice or experienced, this course equips you with vital Python skills for careers and projects.

Starting from the basics, grasp Python's core principles and proficiency in real-world functions. As Python's popularity grows, this course readies you for the rising demand for Python developers. You'll practice hand-on examples using Python's interpreter and Visual Studio Code with Code Runner to solidify your skills.

With a focus on Data Science and Machine Learning, you'll master essential packages such as NumPy, Pandas, Matplotlib, and Scikit-learn, using the versatile Jupyter Notebook. The course extensively covers Python's fundamental aspects, spanning variables, lists, dictionaries, and venturing into advanced topics like classes, loops, modules, and creating virtual environments. The goal is to provide you with a solid Python foundation. You'll also gain insight into functional and object-oriented Python programming, making you a versatile coder.

The course is thoughtfully structured, explaining not just "how" but also "why" we use specific methods and best practices. By course end, you'll harness Python's full potential for web and mobile app development, data science, machine learning, and game creation.

What You Will Learn
Grasp concepts such as data types, loops, and conditional statements to build a robust coding foundation
Understand OOP principles like inheritance, encapsulation, and polymorphism for streamlined code
Manipulate files, directories, and efficiently manage external modules through Python
Master real-world datasets with NumPy, Pandas, Matplotlib and more
Ensure code reliability through Python's error handling and master the nuances of PIP and virtual project isolation

EfBi8wgt_o.jpg



Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

e414a08539a220d264520f8ba1ca93ad.jpg

Python - Complete Python, Django, Data Science And Ml Guide
Published 8/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 27.45 GB | Duration: 50h 27m​

Learn the most popular Python programming language including Django, Pygame, Jupyter, Data Science and Machine Learning

What you'll learn

You will learn the basic principles of Python and learn all the main functions that are used most often in real projects and are in demand the most

You will practice all the examples that I will show throughout the course using the Python interpreter, Visual Studio Code with Code Runner

You will master all the necessary packages for Data Science and Machine Learning such as NumPy, Pandas, Matplotlib and Scikit-learn using Jupyter Notebook

You will learn the basic functionality of Python, ranging from variables, lists, dictionaries, to classes, loops, modules, and creating virtual environments

In addition, you will learn how to use functional and object-oriented approaches in Python programming.

Requirements

There are no prerequisites, all you need is a desire to learn and practice

It is advisable to study on a laptop with an external monitor, you can also use a tablet

Description

Python is the easiest programming language in the world. But at the same time, Python is a powerful tool with which you can solve a huge range of different tasks, from file processing to machine learning , data processing , game creation and web application development .Thus, having learned Python, you can choose a profession from a wide range of vacancies, or you can use Python to create your own applications and solve your own problems.This course includes many practical tasks, as well as tasks for self-fulfillment .Python is an object oriented programming language.Python is also a language with a huge amount of features, but in order to be able to code in Python, you need to UNDERSTAND the key concepts of Python. And that's what I'm going to focus on with you in this course.Before writing code and running examples, you will receive from me explanations and answers to questions WHY and WHY , and only after that HOW to write code.I will not waste your time and therefore I have created the most effective course structure. All the examples that I will explain and run are written by me before the course, but you will write and run the code yourself.All video lectures in this course are over 50 hours long , but expect to spend around 500 hours to master all the topics of the course, including self-completion of all practical tasks.In this course you will learn following key topics:Foundational Python Programming: Learn the fundamental concepts of Python programming, from data types, functions, and variables to control structures like loops and conditional statements.Object-Oriented Programming (OOP): Dive into the principles of OOP, understanding classes, objects, inheritance, encapsulation, and polymorphism, and discover how to leverage them for efficient code organization.File Handling and Modules: Explore file manipulation techniques, from working with directories and files using the os module to using external modules, enabling code reuse, and managing packages with PIP.Web Development with Django: Get an introduction to web development using Django, covering MVC architecture, URL routing, model creation, and interacting with databases to build dynamic web applications.API Development: Learn to create RESTful APIs using Django and handle API requests and responses, including authentication, authorization, and versioning.Game Development with Pygame: Enter the world of game development with Pygame, creating interactive games by working with graphics, animations, and user input.Data Manipulation with NumPy and Pandas: Discover data analysis and manipulation using NumPy and Pandas, covering array operations, dataframes, and handling real-world data sets.Error Handling and Debugging: Understand error handling mechanisms in Python, from handling exceptions to proper debugging techniques, ensuring robust and reliable code.Package Management and Virtual Environments: Master package management using PIP, create virtual environments to isolate projects, and manage dependencies effectively.Visualization and Machine Learning: Explore data visualization with Matplotlib, and dip your toes into machine learning concepts with Scikit-Learn, covering model creation, evaluation, and prediction.Why it's important: This course provides a comprehensive foundation in Python programming, from basic syntax to advanced topics like OOP, web and game development, data manipulation, and more. Understanding these concepts is crucial for building versatile applications, performing data analysis, and even stepping into machine learning, ensuring you're equipped for a wide range of programming tasks and projects.After completing this course, you can safely say that you KNOW Python and CAN use the most popular Python functions. AAs any of my courses this course comes with 30-days money back guarantee. No questions asked!

Overview

Section 1: Introduction to Python

Lecture 1 Introduction to the Complete Python Guide

Lecture 2 Where to Write and Run Python Code

Lecture 3 Practice - Installing Python

Lecture 4 Practice - Using the Python Interactive Interpreter

Section 2: Installing and Using PyCharm IDE

Lecture 5 Installing PyCharm

Lecture 6 Getting Familiar with the PyCharm Interface

Section 3: Basic Concepts in Python

Lecture 7 Key Concept in Python

Lecture 8 Main Data Types in Python

Lecture 9 Practice - Working with Main Data Types

Section 4: Introduction to Functions and Built-in Functions in Python

Lecture 10 Built-in Functions

Lecture 11 Practice - Defining and Using Functions

Lecture 12 Practice - Using the Return Statement in Functions

Lecture 13 Practice - Exploring Built-in Functions

Lecture 14 Practice - Using the built-in dir() Function

Lecture 15 Practice - Gathering User Input with the built-in input() Function

Section 5: Code Formatting and PEP8

Lecture 16 Code Indentations

Lecture 17 Practice - Working with Indentations

Lecture 18 Following PEP 8 Guidelines

Lecture 19 Enabling Auto-Formatting in PyCharm

Section 6: Comments

Lecture 20 Comments

Lecture 21 Practice - Adding Comments to Your Code

Section 7: Expressions and Instructions

Lecture 22 Understanding Expressions

Lecture 23 Understanding Statements

Lecture 24 Practice - Using Expressions

Lecture 25 Practice - Using Statements

Section 8: Variables

Lecture 26 Variables

Lecture 27 Practice - Defining and Using Variables

Section 9: Data Types and Structures

Lecture 28 Understanding Dynamic Typing

Lecture 29 Types and Data Structures Overview

Lecture 30 Variables and Objects

Lecture 31 Practice - Using the built-in id() Function

Lecture 32 Practice - Exploring Core Data Classes (str, int, bool, list, dict)

Lecture 33 Practice - Using the built-in isinstance() Function

Section 10: Strings

Lecture 34 Strings

Lecture 35 Practice - String Manipulation

Lecture 36 Practice - String Methods

Section 11: String Concatenation

Lecture 37 String Concatenation

Lecture 38 Practice - Concatenating Strings using the + Operator

Lecture 39 Practice - Using f-strings for String Formatting

Lecture 40 Practice - Alternative String Formatting Methods

Section 12: Numeric Types

Lecture 41 Integers

Lecture 42 Practice - Integers Manipulation

Lecture 43 Float Numbers

Lecture 44 Practice - Floating-Point Numbers Manipulation

Lecture 45 Working with Complex Numbers

Section 13: Boolean Type

Lecture 46 Boolean Values

Lecture 47 Practice - Working with Boolean Values

Lecture 48 Type Conversion

Section 14: Magic Methods

Lecture 49 Magic Methods

Lecture 50 Practice - Utilizing Magic Attributes and Methods

Section 15: Lists

Lecture 51 Lists

Lecture 52 List Methods

Lecture 53 Practice - Working with Lists

Lecture 54 Copying Lists

Lecture 55 Practice - Copying Lists

Lecture 56 TASK - Working with Lists

Section 16: Dictionaries

Lecture 57 Dictionaries

Lecture 58 Practice - Manipulating Dictionaries

Lecture 59 Practice - Dictionary Methods

Lecture 60 Other Operations with Dictionaries

Lecture 61 Practice - Using the get() Method for Dictionaries

Lecture 62 Practice - Converting Other Types to a Dictionary

Lecture 63 TASK - Working with Dictionaries

Section 17: Tuples

Lecture 64 Tuples

Lecture 65 Practice - Tuples Manipulation

Section 18: Sets

Lecture 66 Sets

Lecture 67 Practice - Working with Sets

Lecture 68 Understanding Set Theory

Lecture 69 Set Methods

Lecture 70 Practice - Usage of the Set Methods

Lecture 71 Practice - Calculating Symmetric Difference of Sets

Lecture 72 TASK - Working with Sets

Section 19: Ranges

Lecture 73 Ranges

Lecture 74 Practice - Range Manipulation

Lecture 75 Practice - Range Methods and Attributes

Section 20: Working with Sequences

Lecture 76 Built-in Functions for Sequences

Lecture 77 Built-in zip() Function

Lecture 78 Practice - Working with zip Objects

Lecture 79 Practice - Converting a zip Object to a Dictionary

Lecture 80 Comparison of Different Sequences

Section 21: Modifying Objects in Python

Lecture 81 Understanding Immutable Objects in Python

Lecture 82 Understanding Mutable Objects in Python

Lecture 83 Strategies to Prevent Object Mutation

Lecture 84 Practice - Creating Deep Copies of Objects

Section 22: Functions

Lecture 85 Functions

Lecture 86 Calling Functions: Arguments vs Parameters

Lecture 87 Shortest Function in Python

Section 23: Function Arguments

Lecture 88 Mutable and Immutable Arguments in Function Calls

Lecture 89 Practice - Using Mutable and Immutable Objects as Function Arguments

Lecture 90 Practice - Mandatory and Optional Positional Arguments

Lecture 91 TASK - Functions Manipulation

Lecture 92 Function Arguments

Section 24: Args and kwargs in Functions

Lecture 93 Practice - Using *args to Gather Positional Arguments into a Tuple

Lecture 94 Keyword Arguments

Lecture 95 Practice - Working with Keyword Arguments

Lecture 96 Practice - Using **kwargs to Merge Keyword Arguments in a Dictionary

Lecture 97 TASK - Manipulating Function Arguments

Lecture 98 Args and kwargs

Lecture 99 Practice - Gathering Positional Arguments into the *args Tuple

Lecture 100 Practice - Gathering All Keyword Arguments into the **kwargs Dictionary

Section 25: Default Function Parameters

Lecture 101 Default Function Parameters

Lecture 102 Practice - Using Default Function Parameters

Section 26: Docstrings

Lecture 103 Docstrings

Lecture 104 Practice - Writing and Using Docstrings

Lecture 105 Practice - Exploring Docstrings

Lecture 106 Practice - Adding Docstrings to Functions

Section 27: Callback Functions

Lecture 107 Callback Functions

Lecture 108 Rules for Working with Functions

Section 28: Global and Local Variables

Lecture 109 Scopes

Lecture 110 The Global Keyword

Lecture 111 Practice - Global and Local Variables

Lecture 112 Practice - Using the Global Keyword

Section 29: Operators

Lecture 113 Operators

Lecture 114 Unary and Binary Operators

Lecture 115 Practice - Working with Prefix Unary Operators

Lecture 116 TASK - Operators

Section 30: Falsy and Truthy Values

Lecture 117 Falsy and Truthy Values

Lecture 118 Practice - Falsy and Truthy Values

Section 31: Logical and Comparison Operators

Lecture 119 Logical Operators

Lecture 120 Practice - Short-Circuit OR Operator

Lecture 121 Practice - Short-Circuit AND Operator

Lecture 122 Practice - Combining OR and AND Operators

Lecture 123 Practice - Examples with Logical Operators

Lecture 124 Practice - Comparison Operators

Lecture 125 The del Statement

Section 32: Lambda Functions

Lecture 126 Lambda Functions

Lecture 127 Practice - Returning Lambda Functions from Functions

Lecture 128 Practice - Sorting a List using Lambda Functions

Lecture 129 Practice - Filtering a List using Lambda Functions

Section 33: Error Handling

Lecture 130 Error Handling

Lecture 131 Practice - Using Different Error Classes in the Try and Except

Lecture 132 Practice - Using Multiple Error Classes in one Except Block and Parent Exception

Lecture 133 Practice - Using Else and Finally Blocks

Lecture 134 Example - Handling File Not Found Errors

Lecture 135 Example - Handling Undefined Variable Errors

Lecture 136 Practice - Raising Custom Errors

Lecture 137 Practice - Handling Raised Errors using Try and Except

Lecture 138 Practice - Specifying Types for Function Parameters

Lecture 139 TASK - Proper Error Handling

Section 34: Sequence Unpacking

Lecture 140 Sequence Unpacking

Lecture 141 Practice - Unpacking Tuples

Lecture 142 Practice - Unpacking a List of Tuples

Lecture 143 Practice - Unpacking Remaining Elements

Lecture 144 Practice - Unpacking Selected Elements

Lecture 145 Practice - Unpacking a List into Positional Arguments

Lecture 146 Practice - Unpacking a Dictionary into Keyword Arguments

Lecture 147 Practice - Flexibility in Function Calls

Section 35: Unpacking Dictionaries

Lecture 148 Dictionary Unpacking Operator **

Lecture 149 Practice - Using the Dictionary Unpacking Operator

Lecture 150 Practice - Merging Two Dictionaries

Section 36: Conditional Statements

Lecture 151 Conditional Statements

Lecture 152 Practice - Working with Multiple if Statements

Lecture 153 The if-else Statement

Lecture 154 The if-elif Statement

Lecture 155 Practice - Combining if, elif, and else Statements

Lecture 156 Practice - Considering the Order of Conditions in if Statements

Lecture 157 Practice - Incorporating if Statements into Functions

Lecture 158 Practice - Using if and return Statements within Functions

Lecture 159 Example - Calculating School Grades using if and return in the Function

Lecture 160 TASK - Conditional Statements

Section 37: Ternary Operator

Lecture 161 Ternary Operator

Lecture 162 Practice - Utilizing the Ternary Operator

Lecture 163 Example - Calculating Discounts with the Ternary Operator

Lecture 164 Example - Data Manipulation using the Ternary Operator

Lecture 165 Example - Calculating School Grades using the Ternary Operator

Section 38: For-In Loop

Lecture 166 Loops

Lecture 167 For-In Loop

Lecture 168 Practice - Iterating through Lists and Tuples using For-In Loops

Lecture 169 Practice - Iterating through Dictionaries using For-In Loops

Lecture 170 Practice - Iterating through Ranges, Strings, and Sets with For-In Loops

Lecture 171 TASKS - Working with For-In Loops

Section 39: While Loop

Lecture 172 While Loop

Lecture 173 Practice - Utilizing the While Loop

Lecture 174 Example - Making Selections with the While Loop

Lecture 175 Practice - Using break Statements in While and For-In Loops

Lecture 176 Practice - Using continue and break Statements in While Loops

Lecture 177 TASK - While Loop

Section 40: For-In Expression (Comprehensions)

Lecture 178 For-In Expression

Lecture 179 List, Set, and Dictionary Comprehensions

Lecture 180 Practice - Using List Comprehension

Lecture 181 Practice - Using Dictionary Comprehension

Lecture 182 Practice - Utilizing Tuple Comprehension

Lecture 183 Practice - Converting Tuples to Lists

Lecture 184 Example - Constructing Dictionaries from Sequences

Lecture 185 Practice - Short For-In Loops with Conditional Statements

Lecture 186 Example - Converting Dictionary to Another Dictionary

Lecture 187 TASKS - Short For-In Loops

Lecture 188 Example - Chaining For-In Expressions

Section 41: Generators

Lecture 189 Generators in For-In Expressions

Lecture 190 Practice - Generators and Iteration over the Generator

Section 42: Decorator Functions

Lecture 191 Introduction to Decorator Functions

Lecture 192 Example - Verifying User Permissions with Decorator Functions

Lecture 193 Example - Logging using Decorator Functions

Lecture 194 Example - Validating Arguments with Decorator Functions

Section 43: Objects and Classes

Lecture 195 Classes and Objects

Lecture 196 Practice - Understanding Classes and Class Instances

Lecture 197 Practice - Adding Instance Attributes through Dot Notation

Lecture 198 Adding Instance Attributes using the __init__ Method

Lecture 199 Practice - Incorporating Own Instance Attributes with the __init__ Method

Section 44: Instance and Class Methods

Lecture 200 Instance vs Class Methods

Lecture 201 Practice - Inheriting Methods by the Instances

Lecture 202 Static Class Methods

Lecture 203 Practice - Utilizing Static Methods in Classes

Lecture 204 Class Attributes

Lecture 205 Practice - Working with Class Attributes

Section 45: Magic Methods in Classes

Lecture 206 Magic Methods in Classes

Lecture 207 Practice - Utilizing Magic Methods in Classes

Section 46: Classes Extension

Lecture 208 Inheritance from Other Classes

Lecture 209 Practice - Extending Classes

Section 47: Classes on Practice

Lecture 210 Example - Creating Forum, User, and Post Classes

Lecture 211 Example - Creating Instances of the Forum, User, and Post Classes

Lecture 212 Example - Methods for Finding Users by Username and Email

Lecture 213 Example - Method for Finding All Posts by a Specific User

Lecture 214 Example - Retrieving User Posts by Email

Lecture 215 Example - Adding Parameter Types

Lecture 216 Example - Wrapping up the Forum, Users, and Posts Example

Section 48: Key Principles in Object-Oriented Programming

Lecture 217 Encapsulation in Object-Oriented Programming (OOP)

Lecture 218 Inheritance in Object-Oriented Programming (OOP)

Lecture 219 Polymorphism in Object-Oriented Programming (OOP)

Lecture 220 Abstraction in Object-Oriented Programming (OOP)

Section 49: Modules

Lecture 221 Modules

Lecture 222 Practice - Importing Entire Custom Modules

Lecture 223 Practice - Selective Imports from Other Modules

Lecture 224 Practice - Importing between Different Modules

Lecture 225 Practice - Modules in Subfolders

Section 50: Built-in Modules

Lecture 226 Built-in Modules

Lecture 227 Practice - Importing from Built-in Modules

Section 51: What is __name__ and __main__

Lecture 228 Practice - __name__ and __main__

Lecture 229 Example - Executing Functions only when Module is run Directly

Lecture 230 Practice - Packages in Python

Section 52: JavaScript Object Notation (JSON)

Lecture 231 JavaScript Object Notation (JSON)

Lecture 232 Practice - Converting Python Objects to JSON

Lecture 233 Practice - Converting from JSON to Python Objects

Lecture 234 Practice - Formatting Dictionaries using JSON

Lecture 235 TASKS - JSON

Section 53: Working with Files

Lecture 236 Working with Files

Lecture 237 Working with Files and Directories using the os Module

Lecture 238 Removing Files and Directories using the os Module

Lecture 239 Summary of Directory and File Operations using the os Module

Lecture 240 Working with Files and Directories using the Path Class

Lecture 241 Iterating over Directories and Removing Files using the Path Class

Lecture 242 Reading and Writing Files

Lecture 243 Writing and Reading Files using the built-in open Function

Lecture 244 Using the with Statement

Lecture 245 Removing Files using unlink

Lecture 246 TASK - Files

Section 54: Working with Zip Archives

Lecture 247 Built-in zipfile Module and Creating Zip Archives

Lecture 248 Reading from the Zip Archive

Section 55: Working with CSV Files

Lecture 249 Working with CSV Files

Lecture 250 Iterating over Each Row in the CSV File

Section 56: Working with Dates and Times

Lecture 251 Built-in datetime Module

Lecture 252 Examples - Using the datetime Class

Lecture 253 Examples - Converting Strings to Datetime Objects

Lecture 254 Example - Working with the timedelta Class

Lecture 255 Built-in time Module

Section 57: Generating Random Sequences and Passwords

Lecture 256 Built-in random Module

Lecture 257 Examples - Utilizing choices and shuffle Methods from the random Module

Lecture 258 Built-in secrets Module

Lecture 259 Examples - Generating CSRF Tokens, URL-Safe Tokens, and OTP Passwords

Lecture 260 Example - Generating Strong Passwords

Section 58: Math Module and Recursive Functions

Lecture 261 Built-in math Module

Lecture 262 Recursive Functions

Section 59: Regular Expressions

Lecture 263 Built-in re Module for Regular Expressions

Lecture 264 Example - Creating Patterns for Matching

Lecture 265 Example - Email Validation using Regular Expressions

Lecture 266 Example - Substring Replacement using Regular Expressions

Lecture 267 Example - Removing Excessive Spaces using Regular Expressions

Lecture 268 TASK - Password Verification

Section 60: Sending Emails

Lecture 269 Running smtp4dev SMTP server in a Docker Container

Lecture 270 Sending an Email using SMTP

Lecture 271 Formatting an Email using an HTML Template

Lecture 272 SMTP Wrap-Up and Removing the Docker smtp4dev Container

Section 61: Working with SQLite Database

Lecture 273 Creating an SQLite3 Database and Table

Lecture 274 Writing Data into the SQLite Table

Lecture 275 Reading Data from the SQLite Table

Lecture 276 SQLite Summary

Section 62: Other Built-in Modules

Lecture 277 Built-in array Module

Lecture 278 Saving Arrays to Files and Reading Arrays from Files

Lecture 279 Accessing Program Arguments using the built-in sys Module

Lecture 280 Built-in webbrowser Module

Section 63: Virtual Environments

Lecture 281 Introduction to PIP - Package Manager for Python

Lecture 282 Using a Globally Installed requests Package

Lecture 283 Uninstalling Globally Installed Packages using PIP

Lecture 284 Creating a Python Virtual Environment

Lecture 285 Activation and Deactivation of the Virtual Environment in the Shell

Lecture 286 Installing Packages within the Virtual Environment

Lecture 287 Saving a List of Installed Packages in a Requirements Text File

Lecture 288 Challenges of Package Management using Requirements Files

Section 64: Pipenv for Virtual Environments Management

Lecture 289 Installing pipenv for Virtual Environments Management

Lecture 290 Creating a Virtual Environment using pipenv

Lecture 291 Installing Packages using pipenv

Lecture 292 Updating Packages using pipenv

Lecture 293 Recreating Virtual Environment in the Project Folder using pipenv

Lecture 294 Using venv for Virtual Environments in PyCharm

Lecture 295 Using pipenv for Virtual Environments in PyCharm

Section 65: Introduction to the Django Web Framework

Lecture 296 Introduction to the Django Web Framework and Project Overview

Lecture 297 Model View Controller (MVC) Programming Pattern

Lecture 298 Understanding How MVC Pattern is Implemented in Django

Lecture 299 Creating a New PyCharm Project and Installing Django

Section 66: Creating a Django Project

Lecture 300 Creating a New Django Project

Lecture 301 Overview of the manage.py File in Django

Lecture 302 Starting and Verifying the Django Server

Lecture 303 Overview of Settings in the Django Project

Lecture 304 Overview of Default Routing Configuration in Django

Section 67: Creating a Django Application

Lecture 305 Creating the Shop Application in Django

Lecture 306 Explaining the Naming of the Django Project as "base"

Lecture 307 Exploring the Contents of the Shop Application

Lecture 308 Creating a View Function

Lecture 309 Attaching the View Function to a URL

Lecture 310 Adding Shop Application Routes to the Global Project Routing Configuration

Section 68: Database and Migrations in Django

Lecture 311 Applying Default Migrations in the Django Project

Lecture 312 Creating an Admin User in the Django Project

Lecture 313 Creating Course and Category Models

Lecture 314 Enabling the Shop Application in the Django Project

Lecture 315 Creating and Applying Migrations for the Shop Application

Lecture 316 Modifying Database Models

Lecture 317 Creating a Category using the Category Model in the Shell

Lecture 318 Creating Courses using the Course Model in the Shell

Lecture 319 Creating Categories and Courses in the Admin Interface

Lecture 320 Modifying How Courses and Categories are Displayed in the Admin Panel

Lecture 321 Sending Course Titles to the Client in the Response

Section 69: Creating Templates in Django

Lecture 322 Creating an HTML Template

Lecture 323 Using an HTML Template in the View Function

Lecture 324 Populating the HTML Template with Data from the Database

Lecture 325 How we Connected Templates, Views, and Models

Lecture 326 Adding the Bootstrap CSS Library to the HTML Template

Section 70: Extending Other Templates in Django

Lecture 327 Creating a Base HTML Template for Reuse in Other Templates

Lecture 328 Adding a Navigation Bar in the Base Template

Lecture 329 TASK - Making the Title of the Web Page Dynamic

Lecture 330 SOLUTION - Making the Title of the Web Page Dynamic

Section 71: Creating Multiple Routes and View Functions

Lecture 331 Creating a Route for the Single Course Web Page

Lecture 332 Creating a View Function for the Single Course

Lecture 333 TASK - Creating an HTML Template for the Single Course

Lecture 334 SOLUTION - Creating an HTML Template for the Single Course

Lecture 335 Responding with a 404 When Course is Not Found in the Database

Section 72: Routing Between Pages in Django

Lecture 336 Setting Up Routing Between Pages Using Relative or Absolute Paths

Lecture 337 Setting Up Routing Based on the Names of the URL Patterns

Lecture 338 Considering Application Names in the Routing Setup

Lecture 339 Adding a Link to the All Courses Page

Lecture 340 Moving the Templates Folder Out of the Shop Application Folder

Lecture 341 Modifying the Model for the Courses

Lecture 342 Summary of the Django Shop Application

Lecture 343 Installing django-tastypie for the API Django Application

Section 73: Creating an API Django Application

Lecture 344 Creating an API Django Application

Lecture 345 Creating Models for the API Application

Lecture 346 Configuring Routing for the API Application

Lecture 347 Verifying the API Service

Lecture 348 Adding Version for the API

Lecture 349 Installing Postman and Sending GET and DELETE Requests

Section 74: Managing Authentication for API Requests

Lecture 350 Creating an API Key for the User

Lecture 351 Enabling Authentication and Authorization for the Model and Using DELETE Method

Lecture 352 Disabling Authentication Only for GET Requests

Lecture 353 Creating a New Resource Using POST Method

Lecture 354 Properly Connecting the Course to the Category in POST Requests Using Hydrate Me

Lecture 355 Adding Dehydrate Method to Modify Data Before Sending to Client

Lecture 356 Summary for Setting Up GET, POST, and DELETE Requests

Section 75: Django Project Refactoring and Admin Settings

Lecture 357 Refactoring Routing for the API Application

Lecture 358 Setting Up Index Route and Adding Navigation to Navbar

Lecture 359 Modifying Administrative Panel

Lecture 360 Summary of Django Courses Project

Section 76: Creating Games with Pygame

Lecture 361 Introduction to Pygame and Creating the Game Window

Lecture 362 Modifying Background Color of the Game Surface

Lecture 363 Displaying a Rectangle in the Game

Lecture 364 TASK - Placing Rectangle in the Middle of the Game Window

Lecture 365 SOLUTION - Placing Rectangle in the Middle of the Game Window

Lecture 366 Moving Rectangle Using Keyboard Arrows

Lecture 367 Stopping Rectangle from Moving Outside of the Surface

Section 77: Creating a Shooter Game with Pygame

Lecture 368 Final Shooter Game Overview

Lecture 369 Loading Images for the Game and Fighter

Lecture 370 Displaying Fighter on the Surface

Lecture 371 Moving Fighter Left or Right

Lecture 372 Making Fighter Movement Continuous

Lecture 373 Adding the Ball to the Game

Lecture 374 Showing Ball Based on Fighter Position

Lecture 375 Moving the Ball After Firing

Lecture 376 Adding the Alien to the Game

Lecture 377 Moving the Alien Down the Surface

Section 78: Interaction of the Elements in the Pygame

Lecture 378 Detecting Collision Between Alien and Fighter, Ending the Game

Lecture 379 Hitting the Alien with the Ball

Lecture 380 Increasing Alien Speed After Each Hit

Lecture 381 Adding Hit Counter

Lecture 382 Shooter Game Summary

Section 79: Game Refactoring using Classes and OOP

Lecture 383 Start of Shooter Refactoring and Creating the Fighter Class

Lecture 384 Adding Methods in the Fighter Class

Lecture 385 Creating an Alien Class

Lecture 386 Adding Methods in the Alien Class

Lecture 387 Creating a Ball Class

Lecture 388 Adding Methods in the Ball Class

Lecture 389 Creating a Game Class

Lecture 390 Adding Methods in the Game Class

Lecture 391 Adding Methods for Drawing Elements and Finalizing Refactoring

Lecture 392 Game Refactoring Summary

Lecture 393 Running the Game After Refactoring

Section 80: Jupyter Notebook

Lecture 394 Installing Jupyter Notebook

Lecture 395 Editing in Jupyter Notebook

Lecture 396 Order of Execution of Cells in Jupyter Notebook

Lecture 397 Adding Markdown, Saving, and Loading Jupyter Notebooks

Section 81: Jupyter Lab

Lecture 398 Installing Jupyter Lab and Editing Notebooks

Lecture 399 Exploring Features of Jupyter Lab

Lecture 400 Installing External Packages in Jupyter Notebook

Section 82: NumPy - Creating Arrays

Lecture 401 Introduction to NumPy and Creating One-Dimensional Arrays

Lecture 402 Two-Dimensional Arrays in NumPy

Lecture 403 Understanding Axes in NumPy

Lecture 404 Arithmetic Operations with NumPy Arrays

Lecture 405 Concatenating NumPy Arrays

Lecture 406 Summary of Basic Operations with NumPy Arrays

Section 83: NumPy - Random Values

Lecture 407 Filling a NumPy Array with Zeroes, Ones, or Random Floats

Lecture 408 Generating Random Elements Using randint and uniform

Lecture 409 Understanding Seed Number

Lecture 410 NumPy arange, reshape, and flatten Methods

Section 84: NumPy - Examples

Lecture 411 NumPy Examples 1 and 2 (One-Dimensional Array)

Lecture 412 NumPy Examples 3 and 4 (One-Dimensional Array)

Lecture 413 NumPy Example 5 (Two-Dimensional Array)

Lecture 414 NumPy Example 6 (Two-Dimensional Array)

Lecture 415 NumPy Example 7 (Three-Dimensional Array)

Lecture 416 NumPy Summary

Section 85: Pandas - Working with DataFrames and Series

Lecture 417 Introduction to Pandas and Installation

Lecture 418 Creating a DataFrame from a Dictionary

Lecture 419 Basic Operations with DataFrame

Lecture 420 Describing the DataFrame

Lecture 421 Finding Null Values in the DataFrame

Lecture 422 Finding Columns with Specific Data Type

Lecture 423 Series Data Structure in Pandas

Lecture 424 Selecting Part of the DataFrame Using loc and iloc Properties

Lecture 425 Filtering Data in the DataFrame

Lecture 426 Datetime Type in Pandas

Lecture 427 Sorting Data in the DataFrame

Lecture 428 Adding and Removing Columns and Concatenating DataFrames

Lecture 429 Summary of Pandas DataFrames and Series

Section 86: Pandas - Random Data and Working with CSV

Lecture 430 Generating Random Data for DataFrames

Lecture 431 Creating a DataFrame Using Random Data

Lecture 432 Saving DataFrames to CSV Files

Lecture 433 Creating DataFrames from CSV Files

Lecture 434 Writing DataFrames to Excel and JSON Files

Section 87: Pandas - Analysing CSV-Loaded DataFrames

Lecture 435 Analyzing CSV-Loaded DataFrames

Lecture 436 Grouping Data in DataFrames

Lecture 437 Displaying Series Data on Plots Using Matplotlib

Lecture 438 Summary of Example with Random CSV Data

Section 88: Matplotlib - Creating Charts

Lecture 439 Examples of Plot and Scatter Diagrams Using Matplotlib

Lecture 440 Examples of Matplotlib Subplots

Lecture 441 Using DataFrames for Creating Diagrams

Lecture 442 Boxplots, Area Plots, and Pie Charts

Lecture 443 Example of a Heatmap in Matplotlib

Lecture 444 Displaying Real-World Data on Various Charts

Section 89: Scikit-learn - Machine Learning

Lecture 445 Introduction to Scikit-Learn and Installation

Lecture 446 Loading and Analyzing Sample Data for Model Creation

Lecture 447 Handling Null Values in DataFrame

Lecture 448 Attempting to Create a Model for Predicting Target Values

Lecture 449 Encoding Non-Numeric Values in Input Data

Lecture 450 Building and Predicting with Cleaned and Encoded Data

Lecture 451 Summary of Model for Predicting Favorite Transport

Lecture 452 Visualizing DecisionTreeClassifier Model

Lecture 453 Creating Charts for Data from the Built Model

Lecture 454 Evaluating Model Accuracy

Section 90: Machine Learning Model for Real Data

Lecture 455 Loading CSV File with Airline Passenger Satisfaction Data

Lecture 456 Analyzing DataFrame with Passenger Satisfaction Data

Lecture 457 Filling Null Values with Mean Value

Lecture 458 Creating Diagrams for Passenger Data Analysis

Lecture 459 Manually Encoding Non-Numeric Values in DataFrame

Lecture 460 Encoding Non-Numeric Values Using LabelEncoder

Lecture 461 Creating Additional Diagrams After Data Cleaning and Encoding

Lecture 462 Filtering DataFrame with Passenger Data

Lecture 463 Using DecisionTreeClassifier for Model Creation

Lecture 464 Measuring Model Accuracy with DecisionTreeClassifier

Lecture 465 Using Other Classifiers for Model Creation

Lecture 466 Summary of Airline Passenger Satisfaction Project

Section 91: Making Machine Learning Model More Real

Lecture 467 Removing Passenger Votes from DataFrame

Lecture 468 Saving Trained Model for Future Use

Lecture 469 Summary of Realistic Model for Passenger Satisfaction Prediction

Beginning Python programmers who want to learn how to program,Those who are planning to work in the direction of Data Science and Machine Learning,Web developers who want to build web applications with Python,Those who want to perform tasks related to machine learning, data processing,Game developers who want to create games with Python Pygame

lWXK99qZ_o.jpg



RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
DDownload
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar
539499712_359020115_tuto.jpg

12.93 GB | 15min 2s | mp4 | 1920X1080 | 16:9
Genre:eLearning |Language:English


Files Included :
FileName :001 Introduction to the Complete Python Guide.mp4 | Size: (33.85 MB)
FileName :002 Course Overview.mp4 | Size: (27.1 MB)
FileName :003 Where to Write and Run Python Code.mp4 | Size: (19.19 MB)
FileName :004 Practice Installing Python.mp4 | Size: (11.49 MB)
FileName :005 Practice - Using the Python Interactive Interpreter.mp4 | Size: (7.52 MB)
FileName :001 Installing PyCharm.mp4 | Size: (19.46 MB)
FileName :002 Getting Familiar with the PyCharm Interface.mp4 | Size: (26.38 MB)
FileName :001 Key Concept in Python.mp4 | Size: (12.05 MB)
FileName :002 Main Data Types in Python.mp4 | Size: (19.57 MB)
FileName :003 Practice - Working with Main Data Types.mp4 | Size: (21.21 MB)
FileName :001 Built-in Functions.mp4 | Size: (52.05 MB)
FileName :002 Practice - Defining and Using Functions.mp4 | Size: (32.19 MB)
FileName :003 Practice - Using the Return Statement in Functions.mp4 | Size: (34.28 MB)
FileName :004 Practice - Exploring Built-in Functions.mp4 | Size: (20.57 MB)
FileName :005 Practice - Using the built-in dir() Function.mp4 | Size: (35.95 MB)
FileName :006 Practice - Gathering User Input with the built-in input() Function.mp4 | Size: (25.84 MB)
FileName :001 Code Indentations.mp4 | Size: (15.19 MB)
FileName :002 Practice - Working with Indentations.mp4 | Size: (18.19 MB)
FileName :003 Following PEP 8 Guidelines.mp4 | Size: (35.38 MB)
FileName :004 Enabling Auto-Formatting in PyCharm.mp4 | Size: (14.62 MB)
FileName :001 Comments.mp4 | Size: (10.93 MB)
FileName :002 Practice - Adding Comments to Your Code.mp4 | Size: (10 MB)
FileName :001 Understanding Expressions.mp4 | Size: (13.93 MB)
FileName :002 Understanding Statements.mp4 | Size: (14.04 MB)
FileName :003 Practice - Using Expressions.mp4 | Size: (18.32 MB)
FileName :004 Practice - Using Statements.mp4 | Size: (9.2 MB)
FileName :001 Variables.mp4 | Size: (50.42 MB)
FileName :002 Practice - Defining and Using Variables.mp4 | Size: (16.2 MB)
FileName :001 Understanding Dynamic Typing.mp4 | Size: (27.54 MB)
FileName :002 Types and Data Structures Overview.mp4 | Size: (16.44 MB)
FileName :003 Variables and Objects.mp4 | Size: (22.98 MB)
FileName :004 Practice - Using the built-in id() Function.mp4 | Size: (13.25 MB)
FileName :005 Practice - Exploring Core Data Classes (str, int, bool, list, dict).mp4 | Size: (18.08 MB)
FileName :006 Practice - Using the built-in isinstance() Function.mp4 | Size: (11.4 MB)
FileName :001 Strings.mp4 | Size: (40.48 MB)
FileName :002 Practice - String Manipulation.mp4 | Size: (42.4 MB)
FileName :003 Practice - String Methods.mp4 | Size: (44.83 MB)
FileName :001 String Concatenation.mp4 | Size: (13.98 MB)
FileName :002 Practice - Concatenating Strings using the + Operator.mp4 | Size: (13.71 MB)
FileName :003 Practice - Using f-strings for String Formatting.mp4 | Size: (9.67 MB)
FileName :004 Practice - Alternative String Formatting Methods.mp4 | Size: (19.23 MB)
FileName :001 Integers.mp4 | Size: (18.1 MB)
FileName :002 Practice - Integers Manipulation.mp4 | Size: (23.25 MB)
FileName :003 Float Numbers.mp4 | Size: (19.54 MB)
FileName :004 Practice - Floating-Point Numbers Manipulation.mp4 | Size: (11.08 MB)
FileName :005 Working with Complex Numbers.mp4 | Size: (7.21 MB)
FileName :001 Boolean Values.mp4 | Size: (17.32 MB)
FileName :002 Practice - Working with Boolean Values.mp4 | Size: (28.83 MB)
FileName :003 Type Conversion.mp4 | Size: (43.31 MB)
FileName :001 Magic Methods.mp4 | Size: (8.45 MB)
FileName :002 Practice - Utilizing Magic Attributes and Methods.mp4 | Size: (37.5 MB)
FileName :001 Lists.mp4 | Size: (36.18 MB)
FileName :002 List Methods.mp4 | Size: (36.95 MB)
FileName :003 Practice - Working with Lists.mp4 | Size: (34.43 MB)
FileName :004 Copying Lists.mp4 | Size: (35.51 MB)
FileName :005 Practice - Copying Lists.mp4 | Size: (18.56 MB)
FileName :006 TASK - Working with Lists.mp4 | Size: (6.06 MB)
FileName :001 Dictionaries.mp4 | Size: (37.92 MB)
FileName :002 Practice - Manipulating Dictionaries.mp4 | Size: (23.34 MB)
FileName :003 Practice - Dictionary Methods.mp4 | Size: (19.73 MB)
FileName :004 Other Operations with Dictionaries.mp4 | Size: (49.54 MB)
FileName :005 Practice - Using the get() Method for Dictionaries.mp4 | Size: (8.23 MB)
FileName :006 Practice - Converting Other Types to a Dictionary.mp4 | Size: (8.52 MB)
FileName :007 TASK - Working with Dictionaries.mp4 | Size: (5.79 MB)
FileName :001 Tuples.mp4 | Size: (60.03 MB)
FileName :002 Practice - Tuples Manipulation.mp4 | Size: (33.72 MB)
FileName :001 Sets.mp4 | Size: (31.04 MB)
FileName :002 Practice - Working with Sets.mp4 | Size: (26.35 MB)
FileName :003 Understanding Set Theory.mp4 | Size: (26.22 MB)
FileName :004 Set Methods.mp4 | Size: (45.84 MB)
FileName :005 Practice - Usage of the Set Methods.mp4 | Size: (41.98 MB)
FileName :006 Practice - Calculating Symmetric Difference of Sets.mp4 | Size: (11.26 MB)
FileName :007 TASK - Working with Sets.mp4 | Size: (5.34 MB)
FileName :001 Ranges.mp4 | Size: (27.49 MB)
FileName :002 Practice - Range Manipulation.mp4 | Size: (12.65 MB)
FileName :003 Practice - Range Methods and Attributes.mp4 | Size: (26.39 MB)
FileName :001 Built-in Functions for Sequences.mp4 | Size: (12.06 MB)
FileName :002 Built-in zip() Function.mp4 | Size: (16.69 MB)
FileName :003 Practice - Working with zip Objects.mp4 | Size: (28.89 MB)
FileName :004 Practice - Converting a zip Object to a Dictionary.mp4 | Size: (12.65 MB)
FileName :005 Comparison of Different Sequences.mp4 | Size: (37.9 MB)
FileName :001 Understanding Immutable Objects in Python.mp4 | Size: (27.27 MB)
FileName :002 Understanding Mutable Objects in Python.mp4 | Size: (37.36 MB)
FileName :003 Strategies to Prevent Object Mutation.mp4 | Size: (34.07 MB)
FileName :004 Practice - Creating Deep Copies of Objects.mp4 | Size: (35.99 MB)
FileName :001 Functions.mp4 | Size: (30.79 MB)
FileName :002 Calling Functions Arguments vs Parameters.mp4 | Size: (17.17 MB)
FileName :003 Shortest Function in Python.mp4 | Size: (12.79 MB)
FileName :001 Mutable and Immutable Arguments in Function Calls.mp4 | Size: (37.1 MB)
FileName :002 Practice - Using Mutable and Immutable Objects as Function Arguments.mp4 | Size: (46.88 MB)
FileName :003 Practice - Mandatory and Optional Positional Arguments.mp4 | Size: (11.39 MB)
FileName :004 TASK - Functions Manipulation.mp4 | Size: (6.13 MB)
FileName :005 Function Arguments.mp4 | Size: (35.62 MB)
FileName :001 Practice - Using args to Gather Positional Arguments into a Tuple.mp4 | Size: (25.88 MB)
FileName :002 Keyword Arguments.mp4 | Size: (31.25 MB)
FileName :003 Practice - Working with Keyword Arguments.mp4 | Size: (26.97 MB)
FileName :004 Practice - Using kwargs to Merge Keyword Arguments in a Dictionary.mp4 | Size: (32.73 MB)
FileName :005 TASK - Manipulating Function Arguments.mp4 | Size: (11.22 MB)
FileName :006 Args and kwargs.mp4 | Size: (25.37 MB)
FileName :007 Practice - Gathering Positional Arguments into the args Tuple.mp4 | Size: (18.54 MB)
FileName :008 Practice - Gathering All Keyword Arguments into the kwargs Dictionary.mp4 | Size: (42.48 MB)
FileName :001 Default Function Parameters.mp4 | Size: (30.52 MB)
FileName :002 Practice - Using Default Function Parameters.mp4 | Size: (48.21 MB)
FileName :001 Docstrings.mp4 | Size: (21.1 MB)
FileName :002 Practice - Writing and Using Docstrings.mp4 | Size: (32.04 MB)
FileName :003 Practice - Exploring Docstrings.mp4 | Size: (38.64 MB)
FileName :004 Practice - Adding Docstrings to Functions.mp4 | Size: (29.31 MB)
FileName :001 Callback Functions.mp4 | Size: (33.55 MB)
FileName :002 Rules for Working with Functions.mp4 | Size: (12.11 MB)
FileName :001 Scopes.mp4 | Size: (53.35 MB)
FileName :002 The Global Keyword.mp4 | Size: (13.49 MB)
FileName :003 Practice - Global and Local Variables.mp4 | Size: (28.65 MB)
FileName :004 Practice - Using the Global Keyword.mp4 | Size: (33.72 MB)
FileName :001 Operators.mp4 | Size: (59.23 MB)
FileName :002 Unary and Binary Operators.mp4 | Size: (27.03 MB)
FileName :003 Practice - Working with Prefix Unary Operators.mp4 | Size: (13.2 MB)
FileName :004 TASK - Operators.mp4 | Size: (7.52 MB)
FileName :001 Falsy and Truthy Values.mp4 | Size: (30.85 MB)
FileName :002 Practice - Falsy and Truthy Values.mp4 | Size: (32.16 MB)
FileName :001 Logical Operators.mp4 | Size: (47.78 MB)
FileName :002 Practice - Short-Circuit OR Operator.mp4 | Size: (20.2 MB)
FileName :003 Practice - Short-Circuit AND Operator.mp4 | Size: (12.5 MB)
FileName :004 Practice - Combining OR and AND Operators.mp4 | Size: (7.3 MB)
FileName :005 Practice - Examples with Logical Operators.mp4 | Size: (17.01 MB)
FileName :006 Practice - Comparison Operators.mp4 | Size: (39.81 MB)
FileName :007 The del Statement.mp4 | Size: (12.44 MB)
FileName :001 Lambda Functions.mp4 | Size: (24.19 MB)
FileName :002 Practice - Returning Lambda Functions from Functions.mp4 | Size: (14.58 MB)
FileName :003 Practice - Sorting a List using Lambda Functions.mp4 | Size: (36.84 MB)
FileName :004 Practice - Filtering a List using Lambda Functions.mp4 | Size: (20.43 MB)
FileName :001 Error Handling.mp4 | Size: (66.39 MB)
FileName :002 Practice - Using Different Error Classes in the Try and Except.mp4 | Size: (22.7 MB)
FileName :003 Practice - Using Multiple Error Classes in one Except Block and Parent Exception Class.mp4 | Size: (42.08 MB)
FileName :004 Practice - Using Else and Finally Blocks.mp4 | Size: (21.14 MB)
FileName :005 Example - Handling File Not Found Errors.mp4 | Size: (20.46 MB)
FileName :006 Example - Handling Undefined Variable Errors.mp4 | Size: (36.53 MB)
FileName :007 Practice - Raising Custom Errors.mp4 | Size: (35.01 MB)
FileName :008 Practice - Handling Raised Errors using Try and Except.mp4 | Size: (32.78 MB)
FileName :009 Practice - Specifying Types for Function Parameters.mp4 | Size: (7.71 MB)
FileName :010 TASK - Proper Error Handling.mp4 | Size: (8.08 MB)
FileName :001 Sequence Unpacking.mp4 | Size: (76.91 MB)
FileName :002 Practice - Unpacking Tuples.mp4 | Size: (20.17 MB)
FileName :003 Practice - Unpacking a List of Tuples.mp4 | Size: (15.94 MB)
FileName :004 Practice - Unpacking Remaining Elements.mp4 | Size: (17.2 MB)
FileName :005 Practice - Unpacking Selected Elements.mp4 | Size: (9.16 MB)
FileName :006 Practice - Unpacking a List into Positional Arguments.mp4 | Size: (20.4 MB)
FileName :007 Practice - Unpacking a Dictionary into Keyword Arguments.mp4 | Size: (29.27 MB)
FileName :008 Practice - Flexibility in Function Calls.mp4 | Size: (21.42 MB)
FileName :001 Dictionary Unpacking Operator.mp4 | Size: (24.03 MB)
FileName :002 Practice - Using the Dictionary Unpacking Operator.mp4 | Size: (16.2 MB)
FileName :003 Practice - Merging Two Dictionaries.mp4 | Size: (17.51 MB)
FileName :001 Conditional Statements.mp4 | Size: (34.76 MB)
FileName :002 Practice - Working with Multiple if Statements.mp4 | Size: (21.43 MB)
FileName :003 The if-else Statement.mp4 | Size: (8.75 MB)
FileName :004 The if-elif Statement.mp4 | Size: (49.59 MB)
FileName :005 Practice - Combining if, elif, and else Statements.mp4 | Size: (22.06 MB)
FileName :006 Practice - Considering the Order of Conditions in if Statements.mp4 | Size: (25.33 MB)
FileName :007 Practice - Incorporating if Statements into Functions.mp4 | Size: (25.09 MB)
FileName :008 Practice - Using if and return Statements within Functions.mp4 | Size: (32.17 MB)
FileName :009 Example - Calculating School Grades using if and return in the Function.mp4 | Size: (21.42 MB)
FileName :010 TASK - Conditional Statements.mp4 | Size: (11.81 MB)
FileName :001 Ternary Operator.mp4 | Size: (37.7 MB)
FileName :002 Practice - Utilizing the Ternary Operator.mp4 | Size: (14.05 MB)
FileName :003 Example - Calculating Discounts with the Ternary Operator.mp4 | Size: (9.24 MB)
FileName :004 Example - Data Manipulation using the Ternary Operator.mp4 | Size: (9.89 MB)
FileName :005 Example - Calculating School Grades using the Ternary Operator.mp4 | Size: (15.57 MB)
FileName :001 Loops.mp4 | Size: (24.31 MB)
FileName :002 For-In Loop.mp4 | Size: (64.87 MB)
FileName :003 Practice - Iterating through Lists and Tuples using For-In Loops.mp4 | Size: (12.35 MB)
FileName :004 Practice - Iterating through Dictionaries using For-In Loops.mp4 | Size: (23.83 MB)
FileName :005 Practice - Iterating through Ranges, Strings, and Sets with For-In Loops.mp4 | Size: (14.72 MB)
FileName :006 TASKS - Working with For-In Loops.mp4 | Size: (12.51 MB)
FileName :001 While Loop.mp4 | Size: (39.94 MB)
FileName :002 Practice - Utilizing the While Loop.mp4 | Size: (36.44 MB)
FileName :003 Example - Making Selections with the While Loop.mp4 | Size: (32.77 MB)
FileName :004 Practice - Using break Statements in While and For-In Loops.mp4 | Size: (25.09 MB)
FileName :005 Practice - Using continue and break Statements in While Loops.mp4 | Size: (21.92 MB)
FileName :006 TASK - While Loop.mp4 | Size: (5.18 MB)
FileName :001 For-In Expression.mp4 | Size: (15.85 MB)
FileName :002 List, Set, and Dictionary Comprehensions.mp4 | Size: (70.03 MB)
FileName :003 Practice - Using List Comprehension.mp4 | Size: (8.69 MB)
FileName :004 Practice - Using Dictionary Comprehension.mp4 | Size: (9.49 MB)
FileName :005 Practice - Utilizing Tuple Comprehension.mp4 | Size: (8.23 MB)
FileName :006 Practice - Converting Tuples to Lists.mp4 | Size: (4.55 MB)
FileName :007 Example - Constructing Dictionaries from Sequences.mp4 | Size: (16.3 MB)
FileName :008 Practice - Short For-In Loops with Conditional Statements.mp4 | Size: (12.14 MB)
FileName :009 Example - Converting Dictionary to Another Dictionary.mp4 | Size: (11.68 MB)
FileName :010 TASKS - Short For-In Loops.mp4 | Size: (9.21 MB)
FileName :011 Example - Chaining For-In Expressions.mp4 | Size: (9.03 MB)
FileName :001 Generators in For-In Expressions.mp4 | Size: (38.09 MB)
FileName :002 Practice - Generators and Iteration over the Generator.mp4 | Size: (39.67 MB)
FileName :001 Introduction to Decorator Functions.mp4 | Size: (30.58 MB)
FileName :002 Example - Verifying User Permissions with Decorator Functions.mp4 | Size: (30.29 MB)
FileName :003 Example - Logging using Decorator Functions.mp4 | Size: (45 MB)
FileName :004 Example - Validating Arguments with Decorator Functions.mp4 | Size: (21.97 MB)
FileName :001 Classes and Objects.mp4 | Size: (37.25 MB)
FileName :002 Practice - Understanding Classes and Class Instances.mp4 | Size: (38.72 MB)
FileName :003 Practice - Adding Instance Attributes through Dot Notation.mp4 | Size: (29.26 MB)
FileName :004 Adding Instance Attributes using the init Method.mp4 | Size: (56.85 MB)
FileName :005 Practice - Incorporating Own Instance Attributes with the init Method.mp4 | Size: (49.52 MB)
FileName :001 Instance vs Class Methods.mp4 | Size: (56.33 MB)
FileName :002 Practice - Inheriting Methods by the Instances.mp4 | Size: (44.83 MB)
FileName :003 Static Class Methods.mp4 | Size: (17.54 MB)
FileName :004 Practice - Utilizing Static Methods in Classes.mp4 | Size: (45.62 MB)
FileName :005 Class Attributes.mp4 | Size: (10.44 MB)
FileName :006 Practice - Working with Class Attributes.mp4 | Size: (35.77 MB)
FileName :001 Magic Methods in Classes.mp4 | Size: (27.99 MB)
FileName :002 Practice - Utilizing Magic Methods in Classes.mp4 | Size: (37.15 MB)
FileName :001 Inheritance from Other Classes.mp4 | Size: (25.36 MB)
FileName :002 Practice - Extending Classes.mp4 | Size: (43.89 MB)
FileName :001 Example - Creating Forum, User, and Post Classes.mp4 | Size: (28.15 MB)
FileName :002 Example - Creating Instances of the Forum, User, and Post Classes.mp4 | Size: (36.82 MB)
FileName :003 Example - Methods for Finding Users by Username and Email.mp4 | Size: (33.56 MB)
FileName :004 Example - Method for Finding All Posts by a Specific User.mp4 | Size: (40.48 MB)
FileName :005 Example - Retrieving User Posts by Email.mp4 | Size: (22.75 MB)
FileName :006 Example - Adding Parameter Types.mp4 | Size: (14.11 MB)
FileName :007 Example - Wrapping up the Forum, Users, and Posts Example.mp4 | Size: (20.29 MB)
FileName :001 Encapsulation in Object-Oriented Programming (OOP).mp4 | Size: (13.22 MB)
FileName :002 Inheritance in Object-Oriented Programming (OOP).mp4 | Size: (21.62 MB)
FileName :003 Polymorphism in Object-Oriented Programming (OOP).mp4 | Size: (35.03 MB)
FileName :004 Abstraction in Object-Oriented Programming (OOP).mp4 | Size: (20.42 MB)
FileName :001 Modules.mp4 | Size: (46.94 MB)
FileName :002 Practice - Importing Entire Custom Modules.mp4 | Size: (22.97 MB)
FileName :003 Practice - Selective Imports from Other Modules.mp4 | Size: (17.38 MB)
FileName :004 Practice - Importing between Different Modules.mp4 | Size: (21.72 MB)
FileName :005 Practice - Modules in Subfolders.mp4 | Size: (15.76 MB)
FileName :001 Built-in Modules.mp4 | Size: (27.69 MB)
FileName :002 Practice - Importing from Built-in Modules.mp4 | Size: (7.41 MB)
FileName :001 Practice - name and main.mp4 | Size: (34.87 MB)
FileName :002 Example - Executing Functions only when Module is run Directly.mp4 | Size: (21.56 MB)
FileName :003 Practice - Packages in Python.mp4 | Size: (22.73 MB)
FileName :001 JavaScript Object Notation (JSON).mp4 | Size: (62.94 MB)
FileName :002 Practice - Converting Python Objects to JSON.mp4 | Size: (33.73 MB)
FileName :003 Practice - Converting from JSON to Python Objects.mp4 | Size: (44.96 MB)
FileName :004 Practice - Formatting Dictionaries using JSON.mp4 | Size: (11.62 MB)
FileName :005 TASKS - JSON.mp4 | Size: (8.78 MB)
FileName :001 Working with Files.mp4 | Size: (56.28 MB)
FileName :002 Working with Files and Directories using the os Module.mp4 | Size: (51.75 MB)
FileName :003 Removing Files and Directories using the os Module.mp4 | Size: (18.34 MB)
FileName :004 Summary of Directory and File Operations using the os Module.mp4 | Size: (20.96 MB)
FileName :005 Working with Files and Directories using the Path Class.mp4 | Size: (49.03 MB)
FileName :006 Iterating over Directories and Removing Files using the Path Class.mp4 | Size: (46.71 MB)
FileName :007 Reading and Writing Files.mp4 | Size: (26.88 MB)
FileName :008 Writing and Reading Files using the built-in open Function.mp4 | Size: (23.41 MB)
FileName :009 Using the with Statement.mp4 | Size: (32.33 MB)
FileName :010 Removing Files using unlink.mp4 | Size: (14.11 MB)
FileName :011 TASK - Files.mp4 | Size: (4.5 MB)
FileName :001 Built-in zipfile Module and Creating Zip Archives.mp4 | Size: (35.38 MB)
FileName :002 Reading from the Zip Archive.mp4 | Size: (43.19 MB)
FileName :001 Working with CSV Files.mp4 | Size: (34.67 MB)
FileName :002 Iterating over Each Row in the CSV File.mp4 | Size: (35.69 MB)
FileName :001 Built-in datetime Module.mp4 | Size: (15.2 MB)
FileName :002 Examples - Using the datetime Class.mp4 | Size: (33.11 MB)
FileName :003 Examples - Converting Strings to Datetime Objects.mp4 | Size: (29.87 MB)
FileName :004 Example - Working with the timedelta Class.mp4 | Size: (17.97 MB)
FileName :005 Built-in time Module.mp4 | Size: (26.8 MB)
FileName :001 Built-in random Module.mp4 | Size: (28.76 MB)
FileName :002 Examples - Utilizing choices and shuffle Methods from the random Module.mp4 | Size: (53.09 MB)
FileName :003 Built-in secrets Module.mp4 | Size: (43.91 MB)
FileName :004 Examples - Generating CSRF Tokens, URL-Safe Tokens, and OTP Passwords.mp4 | Size: (24.79 MB)
FileName :005 Example - Generating Strong Passwords.mp4 | Size: (70.08 MB)
FileName :001 Built-in math Module.mp4 | Size: (13.71 MB)
FileName :002 Recursive Functions.mp4 | Size: (29.13 MB)
FileName :001 Built-in re Module for Regular Expressions.mp4 | Size: (31.06 MB)
FileName :002 Example - Creating Patterns for Matching.mp4 | Size: (22.29 MB)
FileName :003 Example - Email Validation using Regular Expressions.mp4 | Size: (26.44 MB)
FileName :004 Example - Substring Replacement using Regular Expressions.mp4 | Size: (8.45 MB)
FileName :005 Example - Removing Excessive Spaces using Regular Expressions.mp4 | Size: (13.45 MB)
FileName :006 TASK - Password Verification.mp4 | Size: (5.19 MB)
FileName :001 Running smtp4dev SMTP server in a Docker Container.mp4 | Size: (28.46 MB)
FileName :002 Sending an Email using SMTP.mp4 | Size: (48.7 MB)
FileName :003 Formatting an Email using an HTML Template.mp4 | Size: (50.85 MB)
FileName :004 SMTP Wrap-Up and Removing the Docker smtp4dev Container.mp4 | Size: (11.63 MB)
FileName :001 Creating an SQLite3 Database and Table.mp4 | Size: (37.51 MB)
FileName :002 Writing Data into the SQLite Table.mp4 | Size: (27.81 MB)
FileName :003 Reading Data from the SQLite Table.mp4 | Size: (25.14 MB)
FileName :004 SQLite Summary.mp4 | Size: (36.03 MB)
FileName :001 Built-in array Module.mp4 | Size: (23.28 MB)
FileName :002 Saving Arrays to Files and Reading Arrays from Files.mp4 | Size: (17.84 MB)
FileName :003 Accessing Program Arguments using the built-in sys Module.mp4 | Size: (24.77 MB)
FileName :004 Built-in webbrowser Module.mp4 | Size: (54.07 MB)
FileName :001 Introduction to PIP - Package Manager for Python.mp4 | Size: (25.45 MB)
FileName :002 Using a Globally Installed requests Package.mp4 | Size: (12.57 MB)
FileName :003 Uninstalling Globally Installed Packages using PIP.mp4 | Size: (7.44 MB)
FileName :004 Creating a Python Virtual Environment.mp4 | Size: (10.99 MB)
FileName :005 Activation and Deactivation of the Virtual Environment in the Shell.mp4 | Size: (8.06 MB)
FileName :006 Installing Packages within the Virtual Environment.mp4 | Size: (19.49 MB)
FileName :007 Saving a List of Installed Packages in a Requirements Text File.mp4 | Size: (22.46 MB)
FileName :008 Challenges of Package Management using Requirements Files.mp4 | Size: (18.62 MB)
FileName :001 Installing pipenv for Virtual Environments Management.mp4 | Size: (21.13 MB)
FileName :002 Creating a Virtual Environment using pipenv.mp4 | Size: (24.15 MB)
FileName :003 Installing Packages using pipenv.mp4 | Size: (29.26 MB)
FileName :004 Updating Packages using pipenv.mp4 | Size: (14.52 MB)
FileName :005 Recreating Virtual Environment in the Project Folder using pipenv.mp4 | Size: (25.58 MB)
FileName :006 Using venv for Virtual Environments in PyCharm.mp4 | Size: (21.12 MB)
FileName :007 Using pipenv for Virtual Environments in PyCharm.mp4 | Size: (43.97 MB)
FileName :001 Introduction to the Django Web Framework and Project Overview.mp4 | Size: (18.22 MB)
FileName :002 Model View Controller (MVC) Programming Pattern.mp4 | Size: (6.1 MB)
FileName :003 Understanding How MVC Pattern is Implemented in Django.mp4 | Size: (13.99 MB)
FileName :004 Creating a New PyCharm Project and Installing Django.mp4 | Size: (48.33 MB)
FileName :001 Creating a New Django Project.mp4 | Size: (6.4 MB)
FileName :002 Overview of the manage py File in Django.mp4 | Size: (23.52 MB)
FileName :003 Starting and Verifying the Django Server.mp4 | Size: (36.61 MB)
FileName :004 Overview of Settings in the Django Project.mp4 | Size: (73.53 MB)
FileName :005 Overview of Default Routing Configuration in Django.mp4 | Size: (13.19 MB)
FileName :001 Creating the Shop Application in Django.mp4 | Size: (13.21 MB)
FileName :002 Explaining the Naming of the Django Project as base.mp4 | Size: (5.26 MB)
FileName :003 Exploring the Contents of the Shop Application.mp4 | Size: (15.95 MB)
FileName :004 Creating a View Function.mp4 | Size: (12.73 MB)
FileName :005 Attaching the View Function to a URL.mp4 | Size: (18.99 MB)
FileName :006 Adding Shop Application Routes to the Global Project Routing Configuration.mp4 | Size: (40.81 MB)
FileName :001 Applying Default Migrations in the Django Project.mp4 | Size: (45.92 MB)
FileName :002 Creating an Admin User in the Django Project.mp4 | Size: (25.21 MB)
FileName :003 Creating Course and Category Models.mp4 | Size: (31.19 MB)
FileName :004 Enabling the Shop Application in the Django Project.mp4 | Size: (18.28 MB)
FileName :005 Creating and Applying Migrations for the Shop Application.mp4 | Size: (54.36 MB)
FileName :006 Modifying Database Models.mp4 | Size: (25.93 MB)
FileName :007 Creating a Category using the Category Model in the Shell.mp4 | Size: (55.17 MB)
FileName :008 Creating Courses using the Course Model in the Shell.mp4 | Size: (30.59 MB)
FileName :009 Creating Categories and Courses in the Admin Interface.mp4 | Size: (28.01 MB)
FileName :010 Modifying How Courses and Categories are Displayed in the Admin Panel.mp4 | Size: (25.56 MB)
FileName :011 Sending Course Titles to the Client in the Response.mp4 | Size: (24.34 MB)
FileName :001 Creating an HTML Template.mp4 | Size: (20.62 MB)
FileName :002 Using an HTML Template in the View Function.mp4 | Size: (25.41 MB)
FileName :003 Populating the HTML Template with Data from the Database.mp4 | Size: (37.42 MB)
FileName :004 How we Connected Templates, Views, and Models.mp4 | Size: (12.76 MB)
FileName :005 Adding the Bootstrap CSS Library to the HTML Template.mp4 | Size: (52.84 MB)
FileName :001 Creating a Base HTML Template for Reuse in Other Templates.mp4 | Size: (41 MB)
FileName :002 Adding a Navigation Bar in the Base Template.mp4 | Size: (19.47 MB)
FileName :003 TASK - Making the Title of the Web Page Dynamic.mp4 | Size: (6.73 MB)
FileName :004 SOLUTION - Making the Title of the Web Page Dynamic.mp4 | Size: (16.67 MB)
FileName :001 Creating a Route for the Single Course Web Page.mp4 | Size: (11.55 MB)
FileName :002 Creating a View Function for the Single Course.mp4 | Size: (17.95 MB)
FileName :003 TASK - Creating an HTML Template for the Single Course.mp4 | Size: (7.33 MB)
FileName :004 SOLUTION - Creating an HTML Template for the Single Course.mp4 | Size: (28.79 MB)
FileName :005 Responding with a 404 When Course is Not Found in the Database.mp4 | Size: (33.83 MB)
FileName :001 Setting Up Routing Between Pages Using Relative or Absolute Paths.mp4 | Size: (35.58 MB)
FileName :002 Setting Up Routing Based on the Names of the URL Patterns.mp4 | Size: (30.3 MB)
FileName :003 Considering Application Names in the Routing Setup.mp4 | Size: (14.75 MB)
FileName :004 Adding a Link to the All Courses Page.mp4 | Size: (13.59 MB)
FileName :005 Moving the Templates Folder Out of the Shop Application Folder.mp4 | Size: (52.83 MB)
FileName :006 Modifying the Model for the Courses.mp4 | Size: (21.74 MB)
FileName :007 Summary of the Django Shop Application.mp4 | Size: (34.85 MB)
FileName :008 Installing django-tastypie for the API Django Application.mp4 | Size: (14.49 MB)
FileName :001 Creating an API Django Application.mp4 | Size: (16.03 MB)
FileName :002 Creating Models for the API Application.mp4 | Size: (37.95 MB)
FileName :003 Configuring Routing for the API Application.mp4 | Size: (22.76 MB)
FileName :004 Verifying the API Service.mp4 | Size: (55.5 MB)
FileName :005 Adding Version for the API.mp4 | Size: (52.64 MB)
FileName :006 Installing Postman and Sending GET and DELETE Requests.mp4 | Size: (29.16 MB)
FileName :001 Creating an API Key for the User.mp4 | Size: (39.25 MB)
FileName :002 Enabling Authentication and Authorization for the Model and Using DELETE Method.mp4 | Size: (24.26 MB)
FileName :003 Disabling Authentication Only for GET Requests.mp4 | Size: (47.28 MB)
FileName :004 Creating a New Resource Using POST Method.mp4 | Size: (29 MB)
FileName :005 Properly Connecting the Course to the Category in POST Requests Using Hydrate Method.mp4 | Size: (20.78 MB)
FileName :006 Adding Dehydrate Method to Modify Data Before Sending to Client.mp4 | Size: (28.19 MB)
FileName :007 Summary for Setting Up GET, POST, and DELETE Requests.mp4 | Size: (28.39 MB)
FileName :001 Refactoring Routing for the API Application.mp4 | Size: (35.74 MB)
FileName :002 Setting Up Index Route and Adding Navigation to Navbar.mp4 | Size: (50.48 MB)
FileName :003 Modifying Administrative Panel.mp4 | Size: (46.64 MB)
FileName :004 Summary of Django Courses Project.mp4 | Size: (19.34 MB)
FileName :001 Introduction to Pygame and Creating the Game Window.mp4 | Size: (42.78 MB)
FileName :002 Modifying Background Color of the Game Surface.mp4 | Size: (32.16 MB)
FileName :003 Displaying a Rectangle in the Game.mp4 | Size: (27.65 MB)
FileName :004 TASK - Placing Rectangle in the Middle of the Game Window.mp4 | Size: (2.48 MB)
FileName :005 SOLUTION - Placing Rectangle in the Middle of the Game Window.mp4 | Size: (25.94 MB)
FileName :006 Moving Rectangle Using Keyboard Arrows.mp4 | Size: (32.86 MB)
FileName :007 Stopping Rectangle from Moving Outside of the Surface.mp4 | Size: (37.3 MB)
FileName :001 Final Shooter Game Overview.mp4 | Size: (4.1 MB)
FileName :002 Loading Images for the Game and Fighter.mp4 | Size: (17.86 MB)
FileName :003 Displaying Fighter on the Surface.mp4 | Size: (28.1 MB)
FileName :004 Moving Fighter Left or Right.mp4 | Size: (19.33 MB)
FileName :005 Making Fighter Movement Continuous.mp4 | Size: (57.27 MB)
FileName :006 Adding the Ball to the Game.mp4 | Size: (28.09 MB)
FileName :007 Showing Ball Based on Fighter Position.mp4 | Size: (12.51 MB)
FileName :008 Moving the Ball After Firing.mp4 | Size: (23.12 MB)
FileName :009 Adding the Alien to the Game.mp4 | Size: (23.99 MB)
FileName :010 Moving the Alien Down the Surface.mp4 | Size: (7.04 MB)
FileName :001 Detecting Collision Between Alien and Fighter, Ending the Game.mp4 | Size: (28.34 MB)
FileName :002 Hitting the Alien with the Ball.mp4 | Size: (27.58 MB)
FileName :003 Increasing Alien Speed After Each Hit.mp4 | Size: (13.32 MB)
FileName :004 Adding Hit Counter.mp4 | Size: (17.74 MB)
FileName :005 Shooter Game Summary.mp4 | Size: (25.66 MB)
FileName :001 Start of Shooter Refactoring and Creating the Fighter Class.mp4 | Size: (45.97 MB)
FileName :002 Adding Methods in the Fighter Class.mp4 | Size: (36.49 MB)
FileName :003 Creating an Alien Class.mp4 | Size: (20.17 MB)
FileName :004 Adding Methods in the Alien Class.mp4 | Size: (31.03 MB)
FileName :005 Creating a Ball Class.mp4 | Size: (24.31 MB)
FileName :006 Adding Methods in the Ball Class.mp4 | Size: (42.42 MB)
FileName :007 Creating a Game Class.mp4 | Size: (34.8 MB)
FileName :008 Adding Methods in the Game Class.mp4 | Size: (65.51 MB)
FileName :009 Adding Methods for Drawing Elements and Finalizing Refactoring.mp4 | Size: (37.69 MB)
FileName :010 Game Refactoring Summary.mp4 | Size: (24.63 MB)
FileName :011 Running the Game After Refactoring.mp4 | Size: (27.91 MB)
FileName :001 Installing Jupyter Notebook.mp4 | Size: (38.54 MB)
FileName :002 Editing in Jupyter Notebook.mp4 | Size: (10.07 MB)
FileName :003 Order of Execution of Cells in Jupyter Notebook.mp4 | Size: (20.02 MB)
FileName :004 Adding Markdown, Saving, and Loading Jupyter Notebooks.mp4 | Size: (13.47 MB)
FileName :001 Installing Jupyter Lab and Editing Notebooks.mp4 | Size: (42.47 MB)
FileName :002 Exploring Features of Jupyter Lab.mp4 | Size: (40.94 MB)
FileName :003 Installing External Packages in Jupyter Notebook.mp4 | Size: (23.73 MB)
FileName :001 Introduction to NumPy and Creating One-Dimensional Arrays.mp4 | Size: (50.21 MB)
FileName :002 Two-Dimensional Arrays in NumPy.mp4 | Size: (17.26 MB)
FileName :003 Understanding Axes in NumPy.mp4 | Size: (20.45 MB)
FileName :004 Arithmetic Operations with NumPy Arrays.mp4 | Size: (18.14 MB)
FileName :005 Concatenating NumPy Arrays.mp4 | Size: (34.48 MB)
FileName :006 Summary of Basic Operations with NumPy Arrays.mp4 | Size: (19.01 MB)
FileName :001 Filling a NumPy Array with Zeroes, Ones, or Random Floats.mp4 | Size: (26 MB)
FileName :002 Generating Random Elements Using randint and uniform.mp4 | Size: (41.6 MB)
FileName :003 Understanding Seed Number.mp4 | Size: (29.19 MB)
FileName :004 NumPy arange, reshape, and flatten Methods.mp4 | Size: (53.29 MB)
FileName :001 NumPy Examples 1 and 2 (One-Dimensional Array).mp4 | Size: (43.84 MB)
FileName :002 NumPy Examples 3 and 4 (One-Dimensional Array).mp4 | Size: (32.36 MB)
FileName :003 NumPy Example 5 (Two-Dimensional Array).mp4 | Size: (55.97 MB)
FileName :004 NumPy Example 6 (Two-Dimensional Array).mp4 | Size: (31.57 MB)
FileName :005 NumPy Example 7 (Three-Dimensional Array).mp4 | Size: (65.04 MB)
FileName :006 NumPy Summary.mp4 | Size: (4.85 MB)
FileName :001 Introduction to Pandas and Installation.mp4 | Size: (26.78 MB)
FileName :002 Creating a DataFrame from a Dictionary.mp4 | Size: (22.39 MB)
FileName :003 Basic Operations with DataFrame.mp4 | Size: (44.07 MB)
FileName :004 Describing the DataFrame.mp4 | Size: (43.68 MB)
FileName :005 Finding Null Values in the DataFrame.mp4 | Size: (12.35 MB)
FileName :006 Finding Columns with Specific Data Type.mp4 | Size: (9.79 MB)
FileName :007 Series Data Structure in Pandas.mp4 | Size: (26.15 MB)
FileName :008 Selecting Part of the DataFrame Using loc and iloc Properties.mp4 | Size: (38.35 MB)
FileName :009 Filtering Data in the DataFrame.mp4 | Size: (31.5 MB)
FileName :010 Datetime Type in Pandas.mp4 | Size: (26.83 MB)
FileName :011 Sorting Data in the DataFrame.mp4 | Size: (34.75 MB)
FileName :012 Adding and Removing Columns and Concatenating DataFrames.mp4 | Size: (55.69 MB)
FileName :013 Summary of Pandas DataFrames and Series.mp4 | Size: (78.24 MB)
FileName :001 Generating Random Data for DataFrames.mp4 | Size: (55.73 MB)
FileName :002 Creating a DataFrame Using Random Data.mp4 | Size: (6.71 MB)
FileName :003 Saving DataFrames to CSV Files.mp4 | Size: (15.41 MB)
FileName :004 Creating DataFrames from CSV Files.mp4 | Size: (23.3 MB)
FileName :005 Writing DataFrames to Excel and JSON Files.mp4 | Size: (31.09 MB)
FileName :001 Analyzing CSV-Loaded DataFrames.mp4 | Size: (11.18 MB)
FileName :002 Grouping Data in DataFrames.mp4 | Size: (16.65 MB)
FileName :003 Displaying Series Data on Plots Using Matplotlib.mp4 | Size: (41.72 MB)
FileName :004 Summary of Example with Random CSV Data.mp4 | Size: (39.18 MB)
FileName :001 Examples of Plot and Scatter Diagrams Using Matplotlib.mp4 | Size: (22.44 MB)
FileName :002 Examples of Matplotlib Subplots.mp4 | Size: (18.31 MB)
FileName :003 Using DataFrames for Creating Diagrams.mp4 | Size: (18.83 MB)
FileName :004 Boxplots, Area Plots, and Pie Charts.mp4 | Size: (31.35 MB)
FileName :005 Example of a Heatmap in Matplotlib.mp4 | Size: (33.16 MB)
FileName :006 Displaying Real-World Data on Various Charts.mp4 | Size: (72.06 MB)
FileName :001 Introduction to Scikit-Learn and Installation.mp4 | Size: (15.9 MB)
FileName :003 Handling Null Values in DataFrame.mp4 | Size: (22.6 MB)
FileName :004 Attempting to Create a Model for Predicting Target Values.mp4 | Size: (28.39 MB)
FileName :005 Encoding Non-Numeric Values in Input Data.mp4 | Size: (35.45 MB)
FileName :006 Building and Predicting with Cleaned and Encoded Data.mp4 | Size: (34.9 MB)
FileName :007 Summary of Model for Predicting Favorite Transport.mp4 | Size: (19.92 MB)
FileName :008 Visualizing DecisionTreeClassifier Model.mp4 | Size: (61.94 MB)
FileName :009 Creating Charts for Data from the Built Model.mp4 | Size: (15.55 MB)
FileName :010 Evaluating Model Accuracy.mp4 | Size: (79.36 MB)
FileName :001 Loading CSV File with Airline Passenger Satisfaction Data.mp4 | Size: (48.45 MB)
FileName :002 Analyzing DataFrame with Passenger Satisfaction Data.mp4 | Size: (25.5 MB)
FileName :003 Filling Null Values with Mean Value.mp4 | Size: (32.13 MB)
FileName :004 Creating Diagrams for Passenger Data Analysis.mp4 | Size: (51.63 MB)
FileName :005 Manually Encoding Non-Numeric Values in DataFrame.mp4 | Size: (43.51 MB)
FileName :006 Encoding Non-Numeric Values Using LabelEncoder.mp4 | Size: (32.85 MB)
FileName :007 Creating Additional Diagrams After Data Cleaning and Encoding.mp4 | Size: (92.25 MB)
FileName :008 Filtering DataFrame with Passenger Data.mp4 | Size: (22.74 MB)
FileName :009 Using DecisionTreeClassifier for Model Creation.mp4 | Size: (25.7 MB)
FileName :010 Measuring Model Accuracy with DecisionTreeClassifier.mp4 | Size: (53.5 MB)
FileName :011 Using Other Classifiers for Model Creation.mp4 | Size: (58.22 MB)
FileName :012 Summary of Airline Passenger Satisfaction Project.mp4 | Size: (120.7 MB)
FileName :001 Removing Passenger Votes from DataFrame.mp4 | Size: (72.45 MB)
FileName :002 Saving Trained Model for Future Use.mp4 | Size: (31.79 MB)
FileName :003 Summary of Realistic Model for Passenger Satisfaction Prediction.mp4 | Size: (24.45 MB)
]
Screenshot
x90wuGl6_o.jpg


RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.me | Data-Load.ing | Data-Load.to | Data-Load.in

Auf Data-Load.me findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load legal?

Data-Load ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load gespeichert.
Oben Unten