Udemy - Python Mastery - Installation To Advanced Projects

seeders: 0
leechers: 0
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[ DevCourseWeb.com ] Udemy - Python Mastery - Installation To Advanced Projects
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1 - Introduction
    • 1 - Introduction.mp4 (56.3 MB)
    10 - Handling Files in Python
    • 69 - How to Open and Close Text Files in Python.mp4 (53.2 MB)
    • 70 - Resource revenuedatatxt.html (0.1 KB)
    • 70 - revenue-data.txt (0.2 KB)
    • 71 - Reading Text Files Using Python.mp4 (19.3 MB)
    • 72 - How to Use a Loop to Read the Entire Content of a Text File.mp4 (11.1 MB)
    • 73 - Writing To A Text File Within Python.mp4 (26.7 MB)
    • 74 - How to Create a New Text File in Python.mp4 (9.9 MB)
    11 - Project 2 Manipulating csv Files with Python
    • 75 - What You Will Learn and Do in Project 2.mp4 (18.2 MB)
    • 76 - Project 2 Instructions and Requirements.html (0.1 KB)
    • 76 - Project-2-Instruction-Sheet.pdf (144.1 KB)
    • 77 - Resource File empdetails.html (0.1 KB)
    • 77 - emp-details.csv (0.1 KB)
    • 78 - Project 2 Solution Step 1 Importing the csv Module.mp4 (6.7 MB)
    • 79 - Project 2 Solution Step 2 Opening Reading csv Files.mp4 (11.3 MB)
    • 80 - Downloadable Reference csvReader Codes.html (0.1 KB)
    • 80 - csv-Reader.py (0.3 KB)
    • 81 - Project 2 Solution Step 3 Displaying csv File Data.mp4 (8.9 MB)
    • 82 - Project 2 Solution Step 4 Creating and Writing to csv Files.mp4 (45.3 MB)
    • 83 - Resource Completed Codes csvWriter.html (0.1 KB)
    • 83 - csv-Writer.py (0.3 KB)
    • 84 - Project 2 Bonus Solution Filtering csv File Data.mp4 (14.6 MB)
    12 - Working with the OS Module in Python Lectures
    • 85 - How to Import the OS Module in Python.mp4 (14.1 MB)
    • 86 - How to Get the Current Working Directory with the OS getdir Function.mp4 (3.1 MB)
    • 87 - How to List the Files in a Directory with the OS listdir Function.mp4 (4.8 MB)
    • 88 - How to Change the Working Directory with the OS chdir Function.mp4 (9.8 MB)
    • 89 - How to Create a New Directory with the OS makedirs Function.mp4 (8.8 MB)
    • 90 - How to Check if a File Exists with the isfile Function.mp4 (16.3 MB)
    • 91 - How to Delete a File with Python.mp4 (50.2 MB)
    13 - Working With Python Functions
    • 100 - Passing-DEFAULT-Arguement.py (0.1 KB)
    • 100 - Resource Passing DEFAULT Argument.html (0.1 KB)
    • 101 - Variable Scope of a Python Function.html (0.1 KB)
    • 102 - Resource Scope Of A Variable.html (0.1 KB)
    • 102 - Scope-Of-A-Variable.py (0.2 KB)
    • 103 - Return Keyword in a Python Function.mp4 (33.5 MB)
    • 104 - Resource return keyword.html (0.1 KB)
    • 104 - return-keyword.py (0.2 KB)
    • 92 - Creating a Function in Python.mp4 (5.6 MB)
    • 93 - Resource Creation Calling Function.html (0.1 KB)
    • 93 - new-function.py (0.1 KB)
    • 94 - Calling a Function in Python.mp4 (6.7 MB)
    • 95 - Passing Arguments to a Python Function.mp4 (16.8 MB)
    • 96 - Passing-Arguements.py (0.1 KB)
    • 96 - Resource Passing Arguments.html (0.1 KB)
    • 97 - Naming Arguments in a Python Function.mp4 (11.2 MB)
    • 98 - Named-Function.py (0.2 KB)
    • 98 - Resource Named Function.html (0.1 KB)
    • 99 - Default Arguments in a Python Function.mp4 (14.2 MB)
    14 - ObjectOriented Programming OOP in Python
    • 105 - How to Define Classes in Python.mp4 (10.2 MB)
    • 106 - Working with Class Attributes in Python.mp4 (12.7 MB)
    • 107 - Using the init Method in Python Classes.mp4 (16.2 MB)
    • 108 - Understanding the self Parameter in Python Classes.mp4 (9.2 MB)
    • 109 - Creating and Calling Class Methods in Python.mp4 (14.7 MB)
    • 110 - Python Class Return.mp4 (12.3 MB)
    • 111 - Implementing Private Properties in Python.mp4 (11.8 MB)
    • 112 - Defining Private Functions in Python Classes.mp4 (20.5 MB)
    • 113 - How to Delete Objects in Python.mp4 (7.0 MB)
    • 114 - Object Inheritance Introduction.mp4 (9.6 MB)
    • 115 - Resource userpy.html (0.1 KB)
    • 115 - user.py (0.3 KB)
    • 116 - Python Class Inheritance.mp4 (21.6 MB)
    • 117 - Overriding Class Inheritance.mp4 (13.1 MB)
    • 118 - Inheretence-Final-Codes.py (0.5 KB)
    • 118 - ResourceInheritanceFinal Codes.html (0.1 KB)
    15 - How to Handle Errors in Python Like a Pro
    • 119 - What is Error Handling and Why You Need It.mp4 (7.7 MB)
    • 120 - Try Statement.mp4 (13.0 MB)
    • 121 - Try Specific Error Detection.mp4 (19.0 MB)
    16 - Project 3 WizardryInquiries Game
    • 122 - Project 3 Overview.mp4 (32.6 MB)
    • 123 - Resources Project 3.html (0.1 KB)
    • 124 - Project 3 Solution Step 1 Setting Up The Class.mp4 (5.2 MB)
    • 125 - Project 3 Solution Step 2 Implementing The init Method.mp4 (7.6 MB)
    • 126 - Project 3 Solution Step 3 Implement the Game Functionality.mp4 (23.0 MB)
    • 127 - Project 3 Solution Step 4 Implementation Of Game Functionality Continued.mp4 (13.7 MB)
    • 128 - Project 3 Solution Step 5 Write Questions to csv File.mp4 (34.9 MB)
    • 129 - Project 3 Solution Step 6 Final Run.mp4 (24.9 MB)
    • Resources -- Project #3
      • INSTRUCTIONS-COMPLETE CODES.pdf (49.8 KB)
      • magicquestions.py (1.2 KB)
      • user_questions.csv (0.2 KB)
      17 - How to Format Strings in Python
      • 130 - What are Formatted Strings and Why Use Them.mp4 (13.5 MB)
      • 131 - Inserting String Variables into Formatted Strings with s.mp4 (4.4 MB)
      • 132 - Adding Numeric Values to Formatted Strings with d.mp4 (3.5 MB)
      • 133 - Using Multiple Variables in a Single Formatted String.mp4 (4.5 MB)
      • 134 - Formatting Strings with Collection Types like Lists and Dictionaries.mp4 (10.7 MB)
      2 - How To Install Setup Python
      • 2 - Get Python on Your Computer.mp4 (12.1 MB)
      • 3 - Set Up Python on Your System.mp4 (10.8 MB)
      • 4 - Verify Your Python Installation.mp4 (11.2 MB)
      • 5 - Using Command Line to Write Python Code.mp4 (15.1 MB)
      • 6 - ResourceDemopy.html (0.1 KB)
      • 6 - demo-3.py (0.1 KB)
      • 7 - Using Python py Files.mp4 (22

Description

Python Mastery: Installation To Advanced Projects

https://DevCourseWeb.com

Published 2/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
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



Download torrent
1.6 GB
seeders:0
leechers:0
Udemy - Python Mastery - Installation To Advanced Projects


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
1.6 GB
seeders:0
leechers:0
Udemy - Python Mastery - Installation To Advanced Projects


Torrent hash: F4D13F9D502350DE65F1DCB836A6B0CFE19AC422