Udemy - Automate the Boring Stuff with Python Programming [AhLaN]

seeders: 16
leechers: 6
updated:
Added by abidmail in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 295
  • Language: English

Files

Udemy - Automate the Boring Stuff with Python Programming [AhLaN] 7. Dictionaries
  • 1. The Dictionary Data Type.mp4 (188.5 MB)
  • 1.1 Chapter 5 – Dictionaries and Structuring Data.html (0.1 KB)
  • 1.1 lesson17-recap.txt (0.7 KB)
  • 1.2 Chapter 5 – Dictionaries and Structuring Data.html (0.1 KB)
  • 1.2 lesson17-recap.txt (0.7 KB)
  • 2. Data Structures.mp4 (93.3 MB)
  • Seed Me!!.png (42.0 KB)
  • 1. Python Basics
    • 1. Get Python Installed.mp4 (22.9 MB)
    • 1.1 Installation instructions for Windows, Mac, and Linux.html (0.1 KB)
    • 1.1 Starting IDLE on Windows, Mac, or Linux.html (0.1 KB)
    • 1.2 Installation instructions for Windows, Mac, and Linux.html (0.1 KB)
    • 1.2 lesson1-recap.txt (0.4 KB)
    • 1.2 Starting IDLE on Windows, Mac, or Linux.html (0.1 KB)
    • 1.3 lesson1-recap.txt (0.4 KB)
    • 1.3 Starting IDLE on Windows, Mac, or Linux.html (0.1 KB)
    • 2. Just a check in..html (0.1 KB)
    • 3. Basic Terminology and Using IDLE.mp4 (36.3 MB)
    • 3.1 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html (0.1 KB)
    • 3.1 Evaluation of 2 + 3 6 and (2 + 3) 6.html (0.1 KB)
    • 3.1 Instructions for starting IDLE..html (0.1 KB)
    • 3.1 lesson2-recap.txt (0.5 KB)
    • 3.2 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html (0.1 KB)
    • 3.2 Evaluation of 2 + 3 6 and (2 + 3) 6.html (0.1 KB)
    • 3.2 lesson2-recap.txt (0.5 KB)
    • 3.3 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html (0.1 KB)
    • 3.3 Instructions for starting IDLE..html (0.1 KB)
    • 3.3 lesson2-recap.txt (0.5 KB)
    • 3.4 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html (0.1 KB)
    • 3.4 Evaluation of 2 + 3 6 and (2 + 3) 6.html (0.1 KB)
    • 3.4 Instructions for starting IDLE..html (0.1 KB)
    • 3.4 lesson2-recap.txt (0.5 KB)
    • 4. Writing Our First Program.mp4 (34.1 MB)
    • 4.1 Evaluation of myName = input().html (0.1 KB)
    • 4.1 Evaluation of print('It is good to meet you, ' + myName).html (0.1 KB)
    • 4.1 Evaluation of print(len(myName)).html (0.1 KB)
    • 4.2 Evaluation of myName = input().html (0.1 KB)
    • 4.2 Evaluation of print('It is good to meet you, ' + myName).html (0.1 KB)
    • 4.2 Evaluation of print(len(myName)).html (0.1 KB)
    • 4.2 lesson3-recap.txt (0.6 KB)
    • 4.3 Evaluation of print('It is good to meet you, ' + myName).html (0.1 KB)
    • 4.3 Evaluation of print('You will be ' + str(int(myAge) + 1) + ' in a year.').html (0.1 KB)
    • 4.3 Evaluation of print(len(myName)).html (0.1 KB)
    • 4.4 Evaluation of myName = input().html (0.1 KB)
    • 4.4 Evaluation of print('You will be ' + str(int(myAge) + 1) + ' in a year.').html (0.1 KB)
    • 4.4 Evaluation of print(len(myName)).html (0.1 KB)
    • 4.4 lesson3-recap.txt (0.6 KB)
    • 4.5 Evaluation of myName = input().html (0.1 KB)
    • 4.5 Evaluation of print(len(myName)).html (0.1 KB)
    • 4.5 lesson3-recap.txt (0.6 KB)
    2. Flow Control
    • 1. Flow Charts and Basic Flow Control Concepts.mp4 (21.0 MB)
    • 1.1 Chapter 2 – Flow Control.html (0.1 KB)
    • 1.1 lesson4-recap.txt (0.3 KB)
    • 1.2 Chapter 2 – Flow Control.html (0.1 KB)
    • 1.2 lesson4-recap.txt (0.3 KB)
    • 2. If, Else, and Elif Statements.mp4 (41.8 MB)
    • 2.1 lesson5-recap.txt (0.6 KB)
    • 3. While Loops.mp4 (33.9 MB)
    • 3.1 lesson6-recap.txt (0.4 KB)
    • 4. For Loops.mp4 (29.7 MB)
    • 4.1 lesson7-recap.txt (0.2 KB)
    3. Functions
    • 1. Python's Built-In Functions.mp4 (28.4 MB)
    • 1.1 Chapter 3 – Functions.html (0.1 KB)
    • 1.1 lesson8-recap.txt (0.4 KB)
    • 1.2 Chapter 3 – Functions.html (0.1 KB)
    • 1.2 lesson8-recap.txt (0.4 KB)
    • 2. Writing Your Own Functions.mp4 (48.3 MB)
    • 2.1 Evaluation of 'Hello has ' + str(len('hello')) + ' letters in it.'.html (0.1 KB)
    • 2.1 lesson9-recap.txt (0.7 KB)
    • 2.2 Evaluation of 'Hello has ' + str(len('hello')) + ' letters in it.'.html (0.1 KB)
    • 2.2 lesson9-recap.txt (0.7 KB)
    • 3. Global and Local Scopes.mp4 (37.7 MB)
    • 3.1 lesson10-recap.txt (0.7 KB)
    4. Handling Errors with tryexcept
    • 1. Try and Except Statements.mp4 (36.8 MB)
    • 1.1 lesson11-recap.txt (0.5 KB)
    5. Writing a Complete Program Guess the Number
    • 1. Writing a Guess the Number Program.mp4 (122.3 MB)
    6. Lists
    • 1. The List Data Type.mp4 (101.0 MB)
    • 1.1 Chapter 4 – Lists.html (0.1 KB)
    • 1.1 Evaluation 2.html (0.1 KB)
    • 1.1 Evaluation 3.html (0.1 KB)
    • 1.2 Evaluation 1.html (0.1 KB)
    • 1.2 Evaluation 4.html (0.1 KB)
    • 1.3 Evaluation 3.html (0.1 KB)
    • 1.3 Evaluation 4.html (0.1 KB)
    • 1.3 lesson13-recap.txt (0.7 KB)
    • 1.4 Evaluation 1.html (0.1 KB)
    • 1.4 Evaluation 3.html (0.1 KB)
    • 1.4 Evaluation 4.html (0.1 KB)
    • 1.4 lesson13-recap.txt (0.7 KB)
    • 1.5 Chapter 4 – Lists.html (0.1 KB)
    • 1.5 Evaluation 2.html (0.1 KB)
    • 1.5 Evaluation 3.html (0.1 KB)
    • 1.6 Chapter 4 – Lists.html (0.1 KB)
    • 1.6 Evaluation 1.html (0.1 KB)
    • 1.6 Evaluation 2.html (0.1 KB)
    • 1.6 lesson13-recap.txt (0.7 KB)
    • 2. For Loops with Lists, Multiple Assignment, and Augmented Operators.mp4 (92.0 MB)
    • 2.1 lesson14-recap.txt (0.3 KB)
    • 3. List Methods.mp4 (121.3 MB)
    • 3.1 lesson15-recap.txt (0.6 KB)
    • 4. Similarities Between Lists and Strings.mp4 (137.3 MB)
    • 4.1 lesson16-recap.txt (0.5 KB)
  • AhLaN.txt (0.9 KB)
  • 8. More About Strings
    • 1. Advanced String Syntax.mp4 (77.2 MB)
    • 1.1 Chapter 6 – Manipulating Strings.html (0.1 KB)
    • 1.1 lesson19-recap.txt (0.5 KB)
    • 1.2 Chapter 6 – Manipulating Strings.html (0.1 KB)
    • 1.2 lesson19-recap.txt (0.5 KB)
    • 2. String Methods.mp4 (60.8 MB)
    • 2.1 lesson20-recap.txt (0.8 KB)
    • Description


      ---------------------------------------------------------------------------------

      -----------------------------------------------------------------------------------
      Proudly Presents
      -----------------------------------------------------------------------------------
      Udemy - Automate the Boring Stuff with Python Programming [AhLaN]






      SUPPLiER.......: WWW RELEASE DATE......: 13/09/20
      Uploader.......: abidmail Collector.........: abidmail





      ... About This Course ...

      Requirements
      No programming experience is required.
      Downloading and installing Python is covered at the start of the course.
      Basic computer skills: surfing websites, running programs, saving and opening documents, etc.
      Description
      If you're an office worker, student, administrator, or just want to become more productive with your computer, programming will allow you write code that can automate tedious tasks. This course follows the popular (and free!) book, Automate the Boring Stuff with Python.

      Automate the Boring Stuff with Python was written for people who want to get up to speed writing small programs that do practical tasks as soon as possible. You don't need to know sorting algorithms or object-oriented programming, so this course skips all the computer science and concentrates on writing code that gets stuff done.

      This course is for complete beginners and covers the popular Python programming language. You'll learn basic concepts as well as:

      Web scraping
      Parsing PDFs and Excel spreadsheets
      Automating the keyboard and mouse
      Sending emails and texts
      And several other practical topics
      By the end of this course, you'll be able to write code that not only dramatically increases your productivity, but also be able to list this fun and creative skill on your resume.

      Who this course is for:
      Office workers, students, small/home business workers, and administrators would want to improve their productivity.
      Aspiring software engineers who want to add skills to their programming toolbelt.
      Computer users who have heard the "learn to code" message, but want practical reasons to learn programming.
      Experienced Python software engineers can skip the first half of the course, but may find the later parts that cover various third-party modules helpful.
      While this course doesn't cover specific devops tools, this course would be useful for QA, devops, and admins who want to learn scripting in Python.





Download torrent
4.2 GB
seeders:16
leechers:6
Udemy - Automate the Boring Stuff with Python Programming [AhLaN]


Trackers

tracker name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://9.rarbg.to:2710/announce
udp://exodus.desync.com:6969/announce
udp://tracker.uw0.xyz:6969/announce
udp://open.stealth.si:80/announce
udp://tracker.tiny-vps.com:6969/announce
udp://open.demonii.si:1337/announc4
udp://public-tracker.zooki.xyz:6969/announce
udp://forever.publictracker.xyz:6969/announce
udp://tracker.cyberia.is:6969/announce
udp://api.bitumconference.ru:6969/announce
udp://discord.heihachi.pw:6969/announce
udp://fe.dealclub.de:6969/announce
udp://gra1.joshkeegan.co.uk:6969/announce
µTorrent compatible trackers list

Download torrent
4.2 GB
seeders:16
leechers:6
Udemy - Automate the Boring Stuff with Python Programming [AhLaN]


Torrent hash: F2ABAF1F1321412A9B4A0F32EBDBA9896B2DE6DE