[FreeAllCourse.Com] Udemy - The Python Mega Course Build 10 Real World Applications

Photo unavailable
Category:
Date:
06/04/20 at 3:00pm GMT+1
Submitter:
Seeders:
0
Leechers:
2
File size:
5.2 GB in 98 files

Torrent Status:
  This torrent has been verified.

Infohash:
c51a90a54f713fb5e83d7e806941c9685f08dbb2


File list

  • [FreeAllCourse.Com] Udemy - The Python Mega Course Build 10 Real World Applications
  • icon 1. Introduction/1. Course Introduction.mp4 45.5 MB
    icon 1. Introduction/1. Course Introduction.srt 5.1 KB
    icon 1. Introduction/2. How to Contact Your Instructor.html 298 B
    icon 1. Introduction/3. Preview of the 10 Apps.html 2.5 KB
    icon 1. Introduction/4. The Tools You Need.mp4 19.9 MB
    icon 1. Introduction/4. The Tools You Need.srt 1.6 KB
    icon 1. Introduction/5. Installing Python 3 and an IDE (Windows, Mac, and Linux).mp4 84.4 MB
    icon 1. Introduction/5. Installing Python 3 and an IDE (Windows, Mac, and Linux).srt 6.7 KB
    icon 10. More on Functions/1. Functions with Multiple Arguments.mp4 16.1 MB
    icon 10. More on Functions/1. Functions with Multiple Arguments.srt 1.7 KB
    icon 10. More on Functions/10. Summary More on Functions.html 1.7 KB
    icon 10. More on Functions/2. Did You Know.html 335 B
    icon 10. More on Functions/3. Function with Multiple Parameters (E).html 133 B
    icon 10. More on Functions/4. Default and Non-default Parameters and Keyword and Non-keyword Arguments.mp4 29 MB
    icon 10. More on Functions/4. Default and Non-default Parameters and Keyword and Non-keyword Arguments.srt 3.1 KB
    icon 10. More on Functions/5. Functions with an Arbitrary Number of Non-keyword Arguments.mp4 38.1 MB
    icon 10. More on Functions/5. Functions with an Arbitrary Number of Non-keyword Arguments.srt 3.7 KB
    icon 10. More on Functions/6. Average Function (E).html 133 B
    icon 10. More on Functions/7. Indefinite Number of Strings Processed (E).html 133 B
    icon 10. More on Functions/8. Functions with an Arbitrary Number of Keyword Arguments.mp4 15.5 MB
    icon 10. More on Functions/8. Functions with an Arbitrary Number of Keyword Arguments.srt 1.7 KB
    icon 10. More on Functions/9. Indefinite Number of Keyword Arguments (E).html 133 B
    icon 11. File Processing/1. The Concept of Processing Files in Python.mp4 18.2 MB
    icon 11. File Processing/1. The Concept of Processing Files in Python.srt 1.5 KB
    icon 11. File Processing/10. File Processing Inside Function (E).html 133 B
    icon 11. File Processing/11. Write Snail (E).html 133 B
    icon 11. File Processing/12. Write First 90 (E).html 133 B
    icon 11. File Processing/13. Appending Text to an Existing File.mp4 29.3 MB
    icon 11. File Processing/13. Appending Text to an Existing File.srt 3.8 KB
    icon 11. File Processing/14. Read and Append (E).html 133 B
    icon 11. File Processing/15. Copy n-times (E).html 133 B
    icon 11. File Processing/16. Summary File Processing.html 935 B
    icon 11. File Processing/2. Reading Text From a File.mp4 15.2 MB
    icon 11. File Processing/2. Reading Text From a File.srt 4.1 KB
    icon 11. File Processing/2.1 fruits.txt 50 B
    icon 11. File Processing/3. Read Text From File and Print (E).html 133 B
    icon 11. File Processing/4. File Cursor.mp4 10.2 MB
    icon 11. File Processing/4. File Cursor.srt 1.7 KB
    icon 11. File Processing/5. Closing a File.mp4 8.2 MB
    icon 11. File Processing/5. Closing a File.srt 2 KB
    icon 11. File Processing/6. Opening Files Using with.mp4 11.2 MB
    icon 11. File Processing/6. Opening Files Using with.srt 1.9 KB
    icon 11. File Processing/7. Different Filepaths.mp4 8.3 MB
    icon 11. File Processing/7. Different Filepaths.srt 1.2 KB
    icon 11. File Processing/8. Writing Text to a File.mp4 32.7 MB
    icon 11. File Processing/8. Writing Text to a File.srt 4.1 KB
    icon 11. File Processing/9. Reading and Processing Text (E).html 133 B
    icon 12. Imported Modules/1. Builtin Modules.mp4 64.1 MB
    icon 12. Imported Modules/1. Builtin Modules.srt 6.9 KB
    icon 12. Imported Modules/2. Standard Python Modules.mp4 108 MB
    icon 12. Imported Modules/2. Standard Python Modules.srt 9.1 KB
    icon 12. Imported Modules/3. Third-Party Modules.mp4 70.3 MB
    icon 12. Imported Modules/3. Third-Party Modules.srt 7.3 KB
    icon 12. Imported Modules/4. Third-Party Module Example.mp4 32.3 MB
    icon 12. Imported Modules/4. Third-Party Module Example.srt 3.2 KB
    icon 12. Imported Modules/4.1 temps_today.csv 47 B
    icon 12. Imported Modules/5. Summary Imported Modules.html 1.6 KB
    icon 13. Application 1 Build an Interactive English Dictionary/1. Note.html 256 B
    icon 13. Application 1 Build an Interactive English Dictionary/10. Recommending the Best Match.mp4 18.7 MB
    icon 13. Application 1 Build an Interactive English Dictionary/10. Recommending the Best Match.srt 10 KB
    icon 13. Application 1 Build an Interactive English Dictionary/11. Confirmation from the User.mp4 20.2 MB
    icon 13. Application 1 Build an Interactive English Dictionary/11. Confirmation from the User.srt 10.6 KB
    icon 13. Application 1 Build an Interactive English Dictionary/12. Optimizing the Final Output.mp4 15.4 MB
    icon 13. Application 1 Build an Interactive English Dictionary/12. Optimizing the Final Output.srt 9.1 KB
    icon 13. Application 1 Build an Interactive English Dictionary/13. Version 1.1 (E).html 777 B
    icon 13. Application 1 Build an Interactive English Dictionary/13.1 app1.py 801 B
    icon 13. Application 1 Build an Interactive English Dictionary/14. Version 1.1 Code.html 1.5 KB
    icon 13. Application 1 Build an Interactive English Dictionary/15. Version 1.2 (E).html 238 B
    icon 13. Application 1 Build an Interactive English Dictionary/16. Version 1.2 Code.html 1.1 KB
    icon 13. Application 1 Build an Interactive English Dictionary/2. Interactive English Dictionary - How The Output Will Look Like.mp4 7.6 MB
    icon 13. Application 1 Build an Interactive English Dictionary/2. Interactive English Dictionary - How The Output Will Look Like.srt 5.3 KB
    icon 13. Application 1 Build an Interactive English Dictionary/2.1 app1.py 801 B
    icon 13. Application 1 Build an Interactive English Dictionary/2.2 Extract me.zip 1.4 MB
    icon 13. Application 1 Build an Interactive English Dictionary/3. The Data Source.mp4 11.7 MB
    icon 13. Application 1 Build an Interactive English Dictionary/3. The Data Source.srt 5.9 KB
    icon 13. Application 1 Build an Interactive English Dictionary/3.1 Extract-me.zip 2.4 KB
    icon 13. Application 1 Build an Interactive English Dictionary/4. Loading JSON Data.mp4 23.7 MB
    icon 13. Application 1 Build an Interactive English Dictionary/4. Loading JSON Data.srt 4.1 KB
    icon 13. Application 1 Build an Interactive English Dictionary/4.1 Dictionary data inside.zip 1.4 MB
    icon 13. Application 1 Build an Interactive English Dictionary/5. Returning the Definition of a Word.mp4 7.4 MB
    icon 13. Application 1 Build an Interactive English Dictionary/5. Returning the Definition of a Word.srt 3.5 KB
    icon 13. Application 1 Build an Interactive English Dictionary/6. Taking Into Account Bad Words.mp4 6.4 MB
    icon 13. Application 1 Build an Interactive English Dictionary/6. Taking Into Account Bad Words.srt 2.8 KB
    icon 13. Application 1 Build an Interactive English Dictionary/7. Implementing Case Sensitivity.mp4 6.5 MB
    icon 13. Application 1 Build an Interactive English Dictionary/7. Implementing Case Sensitivity.srt 3.1 KB
    icon 13. Application 1 Build an Interactive English Dictionary/8. Similarity Ratio Between Two Words.mp4 12.2 MB
    icon 13. Application 1 Build an Interactive English Dictionary/8. Similarity Ratio Between Two Words.srt 5.3 KB
    icon 13. Application 1 Build an Interactive English Dictionary/9. Best Matches out of a List of Words.mp4 19.6 MB
    icon 13. Application 1 Build an Interactive English Dictionary/9. Best Matches out of a List of Words.srt 6.3 KB
    icon 14. Project Exercise with Python and MySQL Interactive English Dictionary/1. Intro to the App.mp4 12.6 MB
    icon 14. Project Exercise with Python and MySQL Interactive English Dictionary/1. Intro to the App.srt 2.9 KB
    icon 14. Project Exercise with Python and MySQL Interactive English Dictionary/2. Making the App.mp4 53.5 MB
    icon 14. Project Exercise with Python and MySQL Interactive English Dictionary/2. Making the App.srt 11 KB
    icon 14. Project Exercise with Python and MySQL Interactive English Dictionary/2.1 source.py 289 B
    icon 14. Project Exercise with Python and MySQL Interactive English Dictionary/3. More SQL Statements.html 2.2 KB
    icon 15. Data Analysis with Pandas/1. What is Pandas.mp4 11.6 MB
    icon 15. Data Analysis with Pandas/1. What is Pandas.srt 3.9 KB
    icon 15. Data Analysis with Pandas/10. Loading TXT Files.mp4 31.6 MB

Similar Torrents

Category
Name
Size
Date
 [FreeAllCourse.Com] Udemy - Instagram Marketing 2020 Complete Guide To Instagram Growth 3.7 GB08/23/20392
 [FreeAllCourse.Com] Udemy - Cisco CCNA 200-301 Exam Complete Course with practical labs 19.7 GB03/11/20163
 [FreeAllCourse.Com] Udemy - After Effects CC 2020 Complete Course from Novice to Expert 17.5 GB01/27/2040
 [FreeAllCourse.Com] Udemy - Selenium WebDriver with Java -Basics to Advanced+Frameworks 17.7 GB02/16/2043
 [FreeAllCourse.Com] Udemy - The Complete Ruby on Rails Developer Course 12.1 GB02/08/2031
 [FreeAllCourse Com] Udemy - Java In-Depth Become a Complete Java Engineer! 14 GB02/24/2032
 [FreeAllCourse.Com] Udemy - Character Art School Complete Coloring and Painting Course 2.5 GB06/01/2030
 [FreeAllCourse.Com] Udemy - The Ultimate MySQL Bootcamp Go from SQL Beginner to Expert 2.3 GB06/03/2030
 [FreeAllCourse.Com] Udemy - Ultimate Beginner Guitar Masterclass (2020 Update) 9.5 GB04/08/2020
 [FreeAllCourse.Com] Udemy - The Complete Financial Analyst Course 2020 11.5 GB05/04/2020
 [FreeAllCourse.Com] Udemy - NodeJS - The Complete Guide (incl. Deno, REST APIs, GraphQL) 19.1 GB06/26/2020
 [FreeAllCourse.Com] Udemy - 3 Minute French - Course 1 Language lessons for beginners 456 MB07/29/2020
 [FreeAllCourse.Com] Udemy - The Complete Investment Banking Course 2020 4.5 GB01/06/2011
 [FreeAllCourse.Com] Udemy - Docker Mastery with Kubernetes +Swarm from a Docker Captain 14.2 GB02/01/2012
 [FreeAllCourse.Com] Udemy - The Complete Financial Analyst Training & Investing Course 4.3 GB02/07/2010