Udemy - Learn Python 3.9 Start your Programming Career in 4 Hours

seeders: 1
leechers: 49
updated:
Added by freecoursewb in Other > Tutorials

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

Files

[ DevCourseWeb.com ] Udemy - Learn Python 3.9 Start your Programming Career in 4 Hours
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1. Introduction
    • 1. Defining and Printing Variables.mp4 (39.9 MB)
    • 1.1 A1 - Defining and Printing Variables.txt (0.2 KB)
    • 2. Finding Error and Reading Traceback in Python.mp4 (60.2 MB)
    • 2.1 A2 - Finding Error and Reading Traceback in Python.txt (0.1 KB)
    2. Strings in Python
    • 1. Fully Understand Assignment Operator in 4 Minutes.mp4 (24.3 MB)
    • 1.1 A1 - Fully Understand Assignment Operator in 4 Minutes.txt (0.1 KB)
    • 2. Using Methods with Strings.mp4 (32.8 MB)
    • 2.1 A2 - Using Methods with Strings.txt (0.1 KB)
    • 3. Using F Strings and Methods.mp4 (33.0 MB)
    • 3.1 A3 - Using F Strings and Methods.txt (0.2 KB)
    • 4. Playing With Newlines and Tabs.mp4 (19.1 MB)
    • 4.1 A4 - Playing With Newlines and Tabs.txt (0.1 KB)
    • 5. Manipulation with Strings.mp4 (64.5 MB)
    • 5.1 A5 - Manipulation with Strings.txt (0.1 KB)
    • 6. Single Quote and Double Quote.mp4 (17.9 MB)
    • 6.1 A6 - Single Quote and Double Quote.txt (0.1 KB)
    3. Numbers in Python
    • 1. Python Mathematics and Floats.mp4 (20.0 MB)
    • 1.1 A1 - Python Mathematics and Floats.txt (0.0 KB)
    • 2. Comments and Underscores in Python.mp4 (24.6 MB)
    4. Lists in Python
    • 1. Indexes, Lists and Creating Lists in Python.mp4 (44.3 MB)
    • 1.1 A1 - Indexes, Lists and Creating Lists in Python.txt (0.2 KB)
    • 2. Adding and Removing Items from List.mp4 (39.6 MB)
    • 3. Popping an Item from List.mp4 (20.9 MB)
    • 3.1 A3 - Popping an Item from List.txt (0.2 KB)
    • 4. Removing an Item from List.mp4 (22.2 MB)
    • 4.1 A4 - Removing an Item from List.txt (0.2 KB)
    • 5. Sorting List.mp4 (22.0 MB)
    • 5.1 A5 - Sorting List.txt (0.2 KB)
    • 6. Len, Indexing Errors and Final of This Section.mp4 (21.9 MB)
    • 6.1 A6 - Len, Indexing Errors and Final of This Section.txt (0.1 KB)
    5. Loops in Python
    • 1. Looping with Lists.mp4 (25.7 MB)
    • 1.1 A1 - Looping with Lists.txt (0.1 KB)
    • 2. Playing with Loops.mp4 (24.1 MB)
    • 2.1 A2 - Playing with Loops.txt (0.2 KB)
    • 3. Possible Errors with Loops.mp4 (30.5 MB)
    • 3.1 A3 - Possible Errors with Loops.txt (0.3 KB)
    • 4. Using Range and Loops Together.mp4 (32.7 MB)
    • 4.1 A4 - Using Range and Loops Together.txt (0.1 KB)
    • 5. Slices in with Lists and Loops.mp4 (25.9 MB)
    • 5.1 A5 - Slices in with Lists and Loops.txt (0.2 KB)
    • 6. Using Slices vs Vars for Copying List.mp4 (37.6 MB)
    • 6.1 A6 - Using Slices vs Vars for Copying List.txt (0.3 KB)
    • 7. Tuples vs Lists in Python.mp4 (35.6 MB)
    6. If, Else, Else If
    • 1. If, Else, Else If.mp4 (13.4 MB)
    • 1.1 A1 - Introduction to Conditions.txt (0.1 KB)
    • 2. If Else with Example.mp4 (36.1 MB)
    • 2.1 A3 - If Else with Example.txt (0.3 KB)
    • 3. If Statement and Introduction to Expressions.mp4 (48.4 MB)
    7. Functions in Python
    • 1. Defining simple Function in Python.mp4 (22.2 MB)
    • 1.1 A1 - Defining simple Function in Python.txt (0.1 KB)
    • 2. Parameters with Functions in Python.mp4 (34.4 MB)
    • 2.1 A2 - Parameters with Functions in Python.txt (0.2 KB)
    • 3. Functions with Multi Parameters.mp4 (41.2 MB)
    • 3.1 A3 - Functions with Multi Parameters.txt (0.4 KB)
    • 4. Default Values in Python.mp4 (38.6 MB)
    • 4.1 A4 - Default Values in Python.txt (0.5 KB)
    • 5. Returning Variable from Function.mp4 (26.3 MB)
    • 5.1 A5 - Returning Variable from Function.txt (0.4 KB)
    8. OOP - Classes in Python
    • 1. Creating Class with Functions and Understanding init method.mp4 (58.2 MB)
    • 1.1 A1 - Creating Class with Functions and Understanding init method.txt (0.4 KB)
    • 2. Creating instances from Class.mp4 (37.6 MB)
    • 2.1 A2 - Creating instances from Class.txt (0.7 KB)
    • 3. Creating more instances with classes.mp4 (47.2 MB)
    • 3.1 A3 - Creating more instances with classes.txt (1.2 KB)
    • Bonus Resources.txt (0.4 KB)

Description

Learn Python 3.9 | Start your Programming Career in 4 Hours



https://DevCourseWeb.com

Published 6/2023
Created by CyberSkill Academy
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 34 Lectures ( 3h 51m ) | Size: 1.1 GB

Learn Python in just 4 hours! Master the fundamentals, build practical skills, and start coding with this course | 2023

What you'll learn
How to set up a Python development environment.
The fundamental syntax and structure of Python.
How to work with variables and data types.
How to use operators for mathematical and logical operations.
Control structures such as if-else statements and loops.
How to write and call functions in Python.
How to manipulate strings and work with string methods.
How to handle user input and output data.
Lists and their operations, including indexing and slicing.
Tuples and their immutability in Python.
Dictionaries and their key-value pair structure.
File handling and reading from/writing to files.
Exception handling to manage errors in your code.
How to work with modules and import external code.
Understanding and utilizing libraries in Python.
Regular expressions for pattern matching and data validation.
How to write and run Python scripts from the command line.
Basic concepts of object-oriented programming (OOP).
Creating classes and objects in Python.
Encapsulation, inheritance, and polymorphism in OOP.
Using built-in Python modules for common tasks.
How to handle dates and time in Python.
Working with sets and performing set operations.
List comprehensions for concise and efficient code.
Lambda functions and their use cases.
Understanding and utilizing generators and iterators.
Introduction to recursion and recursive functions.
How to install and work with third-party packages using pip.
Basics of working with databases in Python.
Best practices and coding conventions for writing clean and readable code.

Requirements
No programming experience required



Download torrent
1.1 GB
seeders:1
leechers:49
Udemy - Learn Python 3.9 Start your Programming Career in 4 Hours


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.1 GB
seeders:1
leechers:49
Udemy - Learn Python 3.9 Start your Programming Career in 4 Hours


Torrent hash: 3DF5AA83F9AE796F89F94BE3FA2998F8644FF64E