Udemy - Python Essentials For All

seeders: 5
leechers: 2
Added 4 months ago by freecoursewb in Other

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

Files

Udemy - Python Essentials For All (Size: 3.3 GB)
  Bonus Resources.txt 102.4 B
  Get Bonus Downloads Here.url 204.8 B
  ~Get Your Files Here !
  1 - Introduction
  1. What is Programming Why Python (Description).html 716.8 B
  1. What is Programming Why Python.mp4 31.9 MB
  10 - Error Handling and Debugging
  11 - Introduction to Libraries and Modules
  2 - Understanding Variables and Data Types
  1. Basic concepts of variables (Description).html 716.8 B
  1. Basic concepts of variables.html 16.1 KB
  3 - Operators and Expressions
  10. Arithmetic Operators (Description).html 716.8 B
  10. Arithmetic Operators.mp4 40.7 MB
  10. L03-operators-Arithmetic ipynb.bin 11.3 KB
  11. Arithmetic Operator Precedence Rule (Description).html 716.8 B
  11. Arithmetic Operator Precedence Rule.mp4 79.6 MB
  11. L03-operators-Arithmetic-order-of-precedence ipynb.bin 4.3 KB
  12. Comparison and Assignment operators (Description).html 716.8 B
  12. Comparison and Assignment operators.mp4 90.5 MB
  13. L03-operators-Logical ipynb.bin 12 KB
  13. Logical operators (Description).html 716.8 B
  13. Logical operators.mp4 119 MB
  4 - Conditional Statements
  14. L04-if-elif-else-FULL ipynb.bin 19.7 KB
  14. if, elif, else (Description).html 716.8 B
  14. if, elif, else.mp4 108.5 MB
  5 - Loops - for loop and while loop
  15. L05-1-loop-for-range-break-continue ipynb.bin 13 KB
  15. for loop , range, enumerate, break, continue, pass (Description).html 716.8 B
  15. for loop , range, enumerate, break, continue, pass.mp4 124.1 MB
  16. L05-2-loop-while-break-continue ipynb.bin 5.8 KB
  16. while loop , range, break, continue (Description).html 716.8 B
  16. while loop , range, break, continue.mp4 85 MB
  6 - Working with Containers AKA Data Structures
  17. Definition of List, Tuple and Set (Description).html 716.8 B
  17. Definition of List, Tuple and Set.mp4 86.6 MB
  17. L06-containers-list-tuple-set ipynb.bin 37.7 KB
  18. Heterogenous property (Description).html 716.8 B
  18. Heterogenous property.mp4 27.7 MB
  18. L06-1-containers-list-tuple-set-definition ipynb.bin 19.4 KB
  19. Accessing elements indexing slicing.mp4 162.1 MB
  19. L06-1-containers-list-tuple-set-definition ipynb.bin 19.4 KB
  20. L06-2-containers-list-tuple-set-methods ipynb.bin 19.6 KB
  20. Methods of list.mp4 73.7 MB
  21. L06-2-containers-list-tuple-set-methods ipynb.bin 19.6 KB
  21. Methods of tuple.mp4 28.5 MB
  22. L06-2-containers-list-tuple-set-methods ipynb.bin 19.6 KB
  22. Methods of set.mp4 157.1 MB
  23. L06-2-containers-list-tuple-set-methods ipynb.bin 19.6 KB
  23. Membership operator in.mp4 8.6 MB
  24. Common operations sum, max, min, len, in operator.mp4 25.9 MB
  24. L06-containers-list-tuple-set-2common-operations ipynb.bin 3.2 KB
  25. Dictionaries.mp4 170.7 MB
  25. L06-dictionary ipynb.bin 22.6 KB
  7 - Strings Deep dive
  26. Indexing and slicing (Description).html 716.8 B
  26. Indexing and slicing.mp4 115.8 MB
  26. L07-1-string-indexing-slicing ipynb.bin 6.1 KB
  27. L07-2-string-methods ipynb.bin 11.8 KB
  27. String methods.mp4 147.4 MB
  28. L07-3-string-repetition-concatenate ipynb.bin 5 KB
  28. String concatenate.mp4 38.2 MB
  29. L07-4-string-fstring ipynb.bin 6.5 KB
  29. String formatting f-strings.mp4 59.3 MB
  8 - Functions Basics
  30. Defining and calling functions part1.mp4 99 MB
  30. function-user-defined-pt1 mp4.mp4 31.4 MB
  31. Defining and calling functions part2.mp4 56.8 MB
  31. L08-function-user-defined ipynb.bin 31.9 KB
  32. L08-scope-lifetime-of-variable ipynb.bin 8.3 KB
  32. Scope Lifetime of variables.mp4 54.9 MB
  33. L08-list-sort-with-named-function ipynb.bin 12.4 KB
  33. Using-list-sort-with-named-function.mp4 54.3 MB
  9 - File Handling
  34. Reading and writing text files.mp4 153.8 MB
  34. data-people txt.txt 2.1 KB
  34. lesson-file-handling ipynb.bin 20.2 KB
  35. L09-1-CSV-write-append ipynb.bin 9.7 KB
  35. Using `csv` module - write.mp4 78 MB
  36. L09-2-CSV-read ipynb.bin 13.6 KB
  36. Using `csv` module - read.mp4 95.3 MB
  5. L02-0print ipynb.bin 28.6 KB
  5. print statement (Description).html 716.8 B
  5. print statement.mp4 128.9 MB
  6. L02-1Understanding-variables ipynb.bin 17.4 KB
  6. What are variables.mp4 118.8 MB
  7. L02-2numbers-strings-boolean ipynb.bin 5.5 KB
  7. Numbers, Strings, Booleans (Description).html 716.8 B
  7. Numbers, Strings, Booleans.mp4 38.5 MB
  8. L02-3typecast-input ipynb.bin 16.1 KB
  8. Type casting and input function for user interaction.mp4 107.3 MB
  9. L02-5-print-using-f-string ipynb.bin 5.6 KB
  9. print using F-string.mp4 50.1 MB
  39. L11-1-module-math ipynb.bin 10.3 KB
  39. Using built-in modules - math.mp4 58.7 MB
  40. L11-2-module-random ipynb.bin 9.8 KB
  40. Using built-in modules - random.mp4 40.7 MB
  41. L11-3-module-datetime ipynb.bin 12.2 KB
  41. Using built-in modules - datetime.mp4 77.1 MB
  37. L10-1-types-of-errors ipynb.bin 20.5 KB
  37. Types of errors.mp4 79.4 MB
  38. L10-2-try-except-finally ipynb.bin 18.3 KB
  38. Try-except-finally.mp4 116.5 MB
  2. Install Python (Description).html 716.8 B
  2. Install Python.mp4 33.6 MB
  3. Install VSCode (Description).html 716.8 B
  3. Install VSCode.mp4 56.7 MB
  4. Install Jupyter.mp4 54.1 MB

Description


Python Essentials For All

https://WebToolTip.com

Published 1/2026
Created by Ashwani Kumar
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Beginner | Genre: eLearning | Language: English | Duration: 41 Lectures ( 4h 57m ) | Size: 3.3 GB

The course contains the important core topics of python with real world examples.

What you'll learn
✓ Python Course For Beginners
✓ Understanding Applications of Python
✓ Understanding different ways data can be analyzed
✓ Work on real world projects

Requirements
● No programming experience needed. You will learn everything from scratch.

Related Torrents

torrent name size uploader age seed leech
11
13
4
8
0