[FreeCourseSite.com] Udemy - The Python Mega Course Build 10 Real World Applications

Photo unavailable
Category:
Date:
05/06/20 at 5:32pm GMT+1
Submitter:
Seeders:
11
Leechers:
0
File size:
5.3 GB in 96 files

Torrent Status:
  This torrent has been verified.

Infohash:
31a863406da84e6fd113d0c70b888051bb766bb4


File list

  • [FreeCourseSite.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. Writing Text to a File.mp4 32.7 MB
    icon 11. File Processing/10. Writing Text to a File.srt 4.1 KB
    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. Reading and Processing Text (E).html 133 B
    icon 11. File Processing/7. File Processing Inside Function (E).html 133 B
    icon 11. File Processing/8. Opening Files Using with.mp4 11.2 MB
    icon 11. File Processing/8. Opening Files Using with.srt 1.9 KB
    icon 11. File Processing/9. Different Filepaths.mp4 8.3 MB
    icon 11. File Processing/9. Different Filepaths.srt 1.2 KB
    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 107.9 MB
    icon 12. Imported Modules/2. Standard Python Modules.srt 9.1 KB
    icon 12. Imported Modules/3. Third-Party Modules.mp4 70.2 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 32.3 MB
    icon 12. Imported Modules/4.1 temps_today.csv 47 B
    icon 12. Imported Modules/5. Summary Imported Modules.html 1.4 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.3 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 1.4 MB
    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 Extract me.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.5 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.5 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 448 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

Similar Torrents

Category
Name
Size
Date
 [FreeCourseSite.com] Udemy - 100 Days of Code The Complete Python Pro Bootcamp for 2023 19.7 GB06/12/234413
 [FreeCourseSite.com] Udemy - Complete Ethical Hacking Bootcamp 2023 Zero to Mastery 10.2 GB07/09/233812
 [FreeCourseSite.com] Udemy - 100 Days of Code The Complete Python Pro Bootcamp for 2023 29.6 GB01/03/233717
 [FreeCourseSite.com] Udemy - 23 Ways To Make Money Online In 2023 - Earn Money Online! 1.6 GB04/05/23311
 [FreeCourseSite.com] Udemy - 20 Great Python Projects To Help You Master It In 2023 1.5 GB06/28/23305
 [FreeCourseSite.com] Udemy - An Entire MBA in 1 Course Award Winning Business School Prof 6 GB07/13/232914
 [FreeCourseSite.com] Udemy - The Python Mega Course Learn Python in 60 Days with 20 Apps 13 GB06/09/23281
 [FreeCourseSite.com] Udemy - The Complete 2023 Web Development Bootcamp 38 GB02/19/232324
 [FreeCourseSite.com] Udemy - ChatGPT Complete Guide Learn Midjourney, ChatGPT 4 & More 9.1 GB04/24/23224
 [FreeCourseSite.com] Udemy - DevOps Beginners to Advanced Decoding DevOps with Projects 16.7 GB01/25/23214
 [FreeCourseSite.com] Udemy - The Ultimate Dark Web, Anonymity, Privacy & Security Course 6.1 GB05/08/23217
 [FreeCourseSite.com] Udemy - Microsoft Excel - Excel from Beginner to Advanced 7.9 GB01/21/23202
 [FreeCourseSite.com] Udemy - Python for Data Science and Machine Learning Bootcamp 4.2 GB02/01/23194
 [FreeCourseSite.com] Udemy - ChatGPT and Midjourney 12 Ways of Earning Money. ChatGPT AI 812 MB04/28/23181
 [FreeCourseSite.com] Udemy - Reverse Engineering & Malware Analysis in 21 Hours REMAC+ 9.1 GB10/02/23181