PREMIUM ACCOUNTS

Support downtopc by buying or renewing your premium account using below links:







Partners
warezload

movieblogarea download
katzdownload

Python Mastery Installation to Advanced Projects

Category: Courses / Others
Author: AD-TEAM
Date added: 09.02.2024 :37:20
Views: 2
Comments: 0










Description material

Python Mastery Installation to Advanced Projects


Download Free Download : Python Mastery Installation to Advanced Projects
mp4 | Video: h264,1920X1080 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:1.58 GB


Files Included :

1 - Introduction.mp4 (56.29 MB)
MP4
69 - How to Open and Close Text Files in Python.mp4 (53.22 MB)
MP4
71 - Reading Text Files Using Python.mp4 (19.31 MB)
MP4
72 - How to Use a Loop to Read the Entire Content of a Text File.mp4 (11.07 MB)
MP4
73 - Writing To A Text File Within Python.mp4 (26.75 MB)
MP4
74 - How to Create a New Text File in Python.mp4 (9.95 MB)
MP4
75 - What You Will Learn and Do in Project 2.mp4 (18.2 MB)
MP4
78 - Project 2 Solution Step 1 Importing the csv Module.mp4 (6.73 MB)
MP4
79 - Project 2 Solution Step 2 Opening Reading csv Files.mp4 (11.32 MB)
MP4
81 - Project 2 Solution Step 3 Displaying csv File Data.mp4 (8.93 MB)
MP4
82 - Project 2 Solution Step 4 Creating and Writing to csv Files.mp4 (45.26 MB)
MP4
84 - Project 2 Bonus Solution Filtering csv File Data.mp4 (14.56 MB)
MP4
85 - How to Import the OS Module in Python.mp4 (14.1 MB)
MP4
86 - How to Get the Current Working Directory with the OS getdir Function.mp4 (3.09 MB)
MP4
87 - How to List the Files in a Directory with the OS listdir Function.mp4 (4.76 MB)
MP4
88 - How to Change the Working Directory with the OS chdir Function.mp4 (9.78 MB)
MP4
89 - How to Create a New Directory with the OS makedirs Function.mp4 (8.76 MB)
MP4
90 - How to Check if a File Exists with the isfile Function.mp4 (16.32 MB)
MP4
91 - How to Delete a File with Python.mp4 (50.22 MB)
MP4
103 - Return Keyword in a Python Function.mp4 (33.55 MB)
MP4
92 - Creating a Function in Python.mp4 (5.61 MB)
MP4
94 - Calling a Function in Python.mp4 (6.72 MB)
MP4
95 - Passing Arguments to a Python Function.mp4 (16.76 MB)
MP4
97 - Naming Arguments in a Python Function.mp4 (11.22 MB)
MP4
99 - Default Arguments in a Python Function.mp4 (14.16 MB)
MP4
105 - How to Define Classes in Python.mp4 (10.16 MB)
MP4
106 - Working with Class Attributes in Python.mp4 (12.7 MB)
MP4
107 - Using the init Method in Python Classes.mp4 (16.24 MB)
MP4
108 - Understanding the self Parameter in Python Classes.mp4 (9.22 MB)
MP4
109 - Creating and Calling Class Methods in Python.mp4 (14.67 MB)
MP4
110 - Python Class Return.mp4 (12.28 MB)
MP4
111 - Implementing Private Properties in Python.mp4 (11.82 MB)
MP4
112 - Defining Private Functions in Python Classes.mp4 (20.48 MB)
MP4
113 - How to Delete Objects in Python.mp4 (7 MB)
MP4
114 - Object Inheritance Introduction.mp4 (9.6 MB)
MP4
116 - Python Class Inheritance.mp4 (21.64 MB)
MP4
117 - Overriding Class Inheritance.mp4 (13.14 MB)
MP4
119 - What is Error Handling and Why You Need It.mp4 (7.73 MB)
MP4
120 - Try Statement.mp4 (13.01 MB)
MP4
121 - Try Specific Error Detection.mp4 (18.99 MB)
MP4
122 - Project 3 Overview.mp4 (32.56 MB)
MP4
124 - Project 3 Solution Step 1 Setting Up The Class.mp4 (5.19 MB)
MP4
125 - Project 3 Solution Step 2 Implementing The init Method.mp4 (7.62 MB)
MP4
126 - Project 3 Solution Step 3 Implement the Game Functionality.mp4 (22.99 MB)
MP4
127 - Project 3 Solution Step 4 Implementation Of Game Functionality Continued.mp4 (13.71 MB)
MP4
128 - Project 3 Solution Step 5 Write Questions to csv File.mp4 (34.9 MB)
MP4
129 - Project 3 Solution Step 6 Final Run.mp4 (24.91 MB)
MP4
130 - What are Formatted Strings and Why Use Them.mp4 (13.47 MB)
MP4
131 - Inserting String Variables into Formatted Strings with s.mp4 (4.41 MB)
MP4
132 - Adding Numeric Values to Formatted Strings with d.mp4 (3.47 MB)
MP4
133 - Using Multiple Variables in a Single Formatted String.mp4 (4.48 MB)
MP4
134 - Formatting Strings with Collection Types like Lists and Dictionaries.mp4 (10.66 MB)
MP4
2 - Get Python on Your Computer.mp4 (12.13 MB)
MP4
3 - Set Up Python on Your System.mp4 (10.81 MB)
MP4
4 - Verify Your Python Installation.mp4 (11.25 MB)
MP4
5 - Using Command Line to Write Python Code.mp4 (15.07 MB)
MP4
7 - Using Python py Files.mp4 (22.42 MB)
MP4
10 - Working With Python Numbers.mp4 (19.42 MB)
MP4
11 - Understanding String Methods Within Python.mp4 (49.45 MB)
MP4
12 - Working With Python Strings.mp4 (13.26 MB)
MP4
14 - Casting Data Types Within Python.mp4 (31.73 MB)
MP4
8 - Understanding Variables Within Python.mp4 (20.9 MB)
MP4
15 - Mathematical Operators In Python.mp4 (13.77 MB)
MP4
16 - Python Assignment Operators.mp4 (17.56 MB)
MP4
17 - Comparison Operators Within Python.mp4 (20.36 MB)
MP4
19 - How to Use Lists in Python.mp4 (21.43 MB)
MP4
20 - Creating Lists with the List Constructor.mp4 (22.25 MB)
MP4
21 - Adding Elements to List with the Append Method.mp4 (16.69 MB)
MP4
22 - Exploring Other Useful List Methods.mp4 (16.99 MB)
MP4
24 - How to Use Tuples in Python.mp4 (18.43 MB)
MP4
25 - Comparing Lists and Tuples.mp4 (22.03 MB)
MP4
26 - Set Data Within Python.mp4 (28.93 MB)
MP4
27 - Exploring Other Useful Set Methods.mp4 (13.26 MB)
MP4
28 - How to Use Dictionaries in Python.mp4 (13.74 MB)
MP4
29 - Python Shell.mp4 (14.39 MB)
MP4
30 - Python Editor IDLE.mp4 (14.36 MB)
MP4
32 - How to Use Whitespace in Python.mp4 (9.14 MB)
MP4
33 - How to Write and Use Comments in Python.mp4 (16.4 MB)
MP4
34 - What are Python Modules and How to Use Them.mp4 (16.4 MB)
MP4
35 - How to Import Modules in Python.mp4 (7.65 MB)
MP4
36 - How to Use the dir Method to List Module Attributes.mp4 (31.37 MB)
MP4
37 - How to Use the help Method to Get Module Documentation.mp4 (15.56 MB)
MP4
38 - How to Assign Module Aliases in Python.mp4 (10.72 MB)
MP4
39 - How to Use If Statements in Python.mp4 (10.35 MB)
MP4
41 - How to Use Elif Keyword for Multiple Conditions.mp4 (12.73 MB)
MP4
43 - How to Use If Else Statements for Alternative Actions.mp4 (11.37 MB)
MP4
45 - How to Use AND Operator for Compound Conditions.mp4 (14.26 MB)
MP4
47 - OR Condition Within IF Statement.mp4 (10.95 MB)
MP4
49 - How to Use While Loops for Repeated Execution.mp4 (11.96 MB)
MP4
51 - How to Use break Keyword to Exit a Loop.mp4 (21.69 MB)
MP4
53 - How to Use continue Keyword to Skip an Iteration.mp4 (19.09 MB)
MP4
55 - How to Use For Loops for Iterating over Sequences.mp4 (9.42 MB)
MP4
57 - How to Loop through String Values in Python.mp4 (6.89 MB)
MP4
59 - How to Use Range Function for Generating Numbers in For Loops.mp4 (11 MB)
MP4
61 - How to Use For Loop Else Statement for Handling No Breaks.mp4 (6.03 MB)
MP4
63 - Project 1 Preview.mp4 (4.06 MB)
MP4
65 - Project 1 Solution Step 1 Setting Up The Magic Question Responses.mp4 (15.33 MB)
MP4
66 - Project 1 Solution Step 2 Capturing Of User Input Respond.mp4 (22.87 MB)
MP4
67 - Project 1 Solution Step 3 Exiting The Application.mp4 (13.46 MB)
MP4








Join to our telegram Group
Information
Users of Guests are not allowed to comment this publication.
Choose Site Language
Keep downtopc Online Please

PREMIUM ACCOUNTS

Support downtopc by buying or renewing your premium account using below links: