17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - Python Mastery - Installation To Advanced Projects
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Language: English | Size: 1.59 GB | Duration: 7h 53m
Unlock the Power of Python: Learn Installation, Basics, Advanced Techniques, and Dive into Exciting Real-World Projects
What you'll learn
Learn seamless Python installation, setup, and verification for a smooth coding experience.
Master variables, data types, and string manipulations, laying the groundwork for Python proficiency.
Develop skills in mathematical, assignment, and comparison operators for effective data manipulation.
Manipulate lists, tuples, sets, and dictionaries, acquiring versatile skills for diverse data structures.
Understand Python modules, import them, and explore functionalities using dir() and help() methods.
Gain expertise in if statements, elif conditions, loops, and conditional statements for efficient program execution.
Tackle CSV file manipulation, work with the OS module, and create engaging applications in three hands-on projects.
Requirements
No Prior Programming Experience Required
Basic Computer Skills & Access to a Computer
Internet Connection
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1 - Introduction/1 - Introduction.mp4
56.3 MB
~Get Your Files Here !/10 - Handling Files in Python/69 - How to Open and Close Text Files in Python.mp4
53.2 MB
~Get Your Files Here !/10 - Handling Files in Python/70 - Resource revenuedatatxt.html
134 B
~Get Your Files Here !/10 - Handling Files in Python/70 - revenue-data.txt
192 B
~Get Your Files Here !/10 - Handling Files in Python/71 - Reading Text Files Using Python.mp4
19.3 MB
~Get Your Files Here !/10 - Handling Files in Python/72 - How to Use a Loop to Read the Entire Content of a Text File.mp4
11.1 MB
~Get Your Files Here !/10 - Handling Files in Python/73 - Writing To A Text File Within Python.mp4
26.7 MB
~Get Your Files Here !/10 - Handling Files in Python/74 - How to Create a New Text File in Python.mp4
9.9 MB
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/75 - What You Will Learn and Do in Project 2.mp4
18.2 MB
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/76 - Project 2 Instructions and Requirements.html
134 B
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/76 - Project-2-Instruction-Sheet.pdf
144.1 KB
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/77 - emp-details.csv
114 B
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/77 - Resource File empdetails.html
134 B
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/78 - Project 2 Solution Step 1 Importing the csv Module.mp4
6.7 MB
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/79 - Project 2 Solution Step 2 Opening Reading csv Files.mp4
11.3 MB
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/80 - csv-Reader.py
266 B
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/80 - Downloadable Reference csvReader Codes.html
134 B
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/81 - Project 2 Solution Step 3 Displaying csv File Data.mp4
8.9 MB
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/82 - Project 2 Solution Step 4 Creating and Writing to csv Files.mp4
45.3 MB
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/83 - csv-Writer.py
302 B
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/83 - Resource Completed Codes csvWriter.html
134 B
~Get Your Files Here !/11 - Project 2 Manipulating csv Files with Python/84 - Project 2 Bonus Solution Filtering csv File Data.mp4
14.6 MB
~Get Your Files Here !/12 - Working with the OS Module in Python Lectures/85 - How to Import the OS Module in Python.mp4
14.1 MB
~Get Your Files Here !/12 - Working with the OS Module in Python Lectures/86 - How to Get the Current Working Directory with the OS getdir Function.mp4
3.1 MB
~Get Your Files Here !/12 - Working with the OS Module in Python Lectures/87 - How to List the Files in a Directory with the OS listdir Function.mp4
4.8 MB
~Get Your Files Here !/12 - Working with the OS Module in Python Lectures/88 - How to Change the Working Directory with the OS chdir Function.mp4
9.8 MB
~Get Your Files Here !/12 - Working with the OS Module in Python Lectures/89 - How to Create a New Directory with the OS makedirs Function.mp4
8.8 MB
~Get Your Files Here !/12 - Working with the OS Module in Python Lectures/90 - How to Check if a File Exists with the isfile Function.mp4
16.3 MB
~Get Your Files Here !/12 - Working with the OS Module in Python Lectures/91 - How to Delete a File with Python.mp4
50.2 MB
~Get Your Files Here !/13 - Working With Python Functions/100 - Passing-DEFAULT-Arguement.py
123 B
~Get Your Files Here !/13 - Working With Python Functions/100 - Resource Passing DEFAULT Argument.html
134 B
~Get Your Files Here !/13 - Working With Python Functions/101 - Variable Scope of a Python Function.html
134 B
~Get Your Files Here !/13 - Working With Python Functions/102 - Resource Scope Of A Variable.html
134 B
~Get Your Files Here !/13 - Working With Python Functions/102 - Scope-Of-A-Variable.py
184 B
~Get Your Files Here !/13 - Working With Python Functions/103 - Return Keyword in a Python Function.mp4
33.5 MB
~Get Your Files Here !/13 - Working With Python Functions/104 - Resource return keyword.html
134 B
~Get Your Files Here !/13 - Working With Python Functions/104 - return-keyword.py
194 B
~Get Your Files Here !/13 - Working With Python Functions/92 - Creating a Function in Python.mp4
5.6 MB
~Get Your Files Here !/13 - Working With Python Functions/93 - new-function.py
87 B
~Get Your Files Here !/13 - Working With Python Functions/93 - Resource Creation Calling Function.html
134 B
~Get Your Files Here !/13 - Working With Python Functions/94 - Calling a Function in Python.mp4
6.7 MB
~Get Your Files Here !/13 - Working With Python Functions/95 - Passing Arguments to a Python Function.mp4
16.8 MB
~Get Your Files Here !/13 - Working With Python Functions/96 - Passing-Arguements.py
125 B
~Get Your Files Here !/13 - Working With Python Functions/96 - Resource Passing Arguments.html
134 B
~Get Your Files Here !/13 - Working With Python Functions/97 - Naming Arguments in a Python Function.mp4
11.2 MB
~Get Your Files Here !/13 - Working With Python Functions/98 - Named-Function.py
242 B
~Get Your Files Here !/13 - Working With Python Functions/98 - Resource Named Function.html
134 B
~Get Your Files Here !/13 - Working With Python Functions/99 - Default Arguments in a Python Function.mp4
14.2 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/105 - How to Define Classes in Python.mp4
10.2 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/106 - Working with Class Attributes in Python.mp4
12.7 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/107 - Using the init Method in Python Classes.mp4
16.2 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/108 - Understanding the self Parameter in Python Classes.mp4
9.2 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/109 - Creating and Calling Class Methods in Python.mp4
14.7 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/110 - Python Class Return.mp4
12.3 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/111 - Implementing Private Properties in Python.mp4
11.8 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/112 - Defining Private Functions in Python Classes.mp4
20.5 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/113 - How to Delete Objects in Python.mp4
7 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/114 - Object Inheritance Introduction.mp4
9.6 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/115 - Resource userpy.html
134 B
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/115 - user.py
346 B
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/116 - Python Class Inheritance.mp4
21.6 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/117 - Overriding Class Inheritance.mp4
13.1 MB
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/118 - Inheretence-Final-Codes.py
549 B
~Get Your Files Here !/14 - ObjectOriented Programming OOP in Python/118 - ResourceInheritanceFinal Codes.html
134 B
~Get Your Files Here !/15 - How to Handle Errors in Python Like a Pro/119 - What is Error Handling and Why You Need It.mp4
7.7 MB
~Get Your Files Here !/15 - How to Handle Errors in Python Like a Pro/120 - Try Statement.mp4
13 MB
~Get Your Files Here !/15 - How to Handle Errors in Python Like a Pro/121 - Try Specific Error Detection.mp4
19 MB
~Get Your Files Here !/16 - Project 3 WizardryInquiries Game/122 - Project 3 Overview.mp4
32.6 MB
~Get Your Files Here !/16 - Project 3 WizardryInquiries Game/123 - Resources Project 3.html
134 B
~Get Your Files Here !/16 - Project 3 WizardryInquiries Game/124 - Project 3 Solution Step 1 Setting Up The Class.mp4
5.2 MB
~Get Your Files Here !/16 - Project 3 WizardryInquiries Game/125 - Project 3 Solution Step 2 Implementing The init Method.mp4
7.6 MB
~Get Your Files Here !/16 - Project 3 WizardryInquiries Game/126 - Project 3 Solution Step 3 Implement the Game Functionality.mp4
23 MB
~Get Your Files Here !/16 - Project 3 WizardryInquiries Game/127 - Project 3 Solution Step 4 Implementation Of Game Functionality Continued.mp4
13.7 MB
~Get Your Files Here !/16 - Project 3 WizardryInquiries Game/128 - Project 3 Solution Step 5 Write Questions to csv File.mp4
34.9 MB
~Get Your Files Here !/16 - Project 3 WizardryInquiries Game/129 - Project 3 Solution Step 6 Final Run.mp4
24.9 MB
~Get Your Files Here !/16 - Project 3 WizardryInquiries Game/Resources -- Project #3/INSTRUCTIONS-COMPLETE CODES.pdf
49.8 KB
~Get Your Files Here !/16 - Project 3 WizardryInquiries Game/Resources -- Project #3/magicquestions.py
1.2 KB
~Get Your Files Here !/16 - Project 3 WizardryInquiries Game/Resources -- Project #3/user_questions.csv
157 B
~Get Your Files Here !/17 - How to Format Strings in Python/130 - What are Formatted Strings and Why Use Them.mp4
13.5 MB
~Get Your Files Here !/17 - How to Format Strings in Python/131 - Inserting String Variables into Formatted Strings with s.mp4
4.4 MB
~Get Your Files Here !/17 - How to Format Strings in Python/132 - Adding Numeric Values to Formatted Strings with d.mp4
3.5 MB
~Get Your Files Here !/17 - How to Format Strings in Python/133 - Using Multiple Variables in a Single Formatted String.mp4
4.5 MB
~Get Your Files Here !/17 - How to Format Strings in Python/134 - Formatting Strings with Collection Types like Lists and Dictionaries.mp4
10.7 MB
~Get Your Files Here !/2 - How To Install Setup Python/2 - Get Python on Your Computer.mp4
12.1 MB
~Get Your Files Here !/2 - How To Install Setup Python/3 - Set Up Python on Your System.mp4
10.8 MB
~Get Your Files Here !/2 - How To Install Setup Python/4 - Verify Your Python Installation.mp4
11.2 MB
~Get Your Files Here !/2 - How To Install Setup Python/5 - Using Command Line to Write Python Code.mp4
15.1 MB
~Get Your Files Here !/2 - How To Install Setup Python/6 - demo-3.py
52 B
~Get Your Files Here !/2 - How To Install Setup Python/6 - ResourceDemopy.html
134 B
~Get Your Files Here !/2 - How To Install Setup Python/7 - Using Python py Files.mp4
22.4 MB
~Get Your Files Here !/3 - Types and Variables The Building Blocks of Python Programming/10 - Working With Python Numbers.mp4
19.4 MB
~Get Your Files Here !/3 - Types and Variables The Building Blocks of Python Programming/11 - Understanding String Methods Within Python.mp4
49.4 MB
~Get Your Files Here !/3 - Types and Variables The Building Blocks of Python Programming/12 - Working With Python Strings.mp4
13.3 MB
~Get Your Files Here !/3 - Types and Variables The Building Blocks of Python Programming/13 - Reference Material String Methods.html
134 B
~Get Your Files Here !/3 - Types and Variables The Building Blocks of Python Programming/13 - Reference-Material-String-Methods.pdf
144.8 KB
~Get Your Files Here !/3 - Types and Variables The Building Blocks of Python Programming/14 - Casting Data Types Within Python.mp4
31.7 MB
~Get Your Files Here !/3 - Types and Variables The Building Blocks of Python Programming/8 - Understanding Variables Within Python.mp4
20.9 MB
~Get Your Files Here !/3 - Types and Variables The Building Blocks of Python Programming/9 - Resource Python Variables.html