[FreeCourseSite com] Udemy - Complete Python Programming Masterclass Beginner to Advanced
File List
| File | Size |
|---|---|
| 0. Websites you may like/[CourseClub.ME].url | 122 B |
| 0. Websites you may like/[FCS Forum].url | 133 B |
| 0. Websites you may like/[FreeCourseSite.com].url | 127 B |
| 1. Course Introduction/1. Welcome.mp4 | 48.51 MB |
| 1. Course Introduction/1. Welcome.vtt | 2.88 KB |
| 1. Course Introduction/2. Course Overview.mp4 | 112.46 MB |
| 1. Course Introduction/2. Course Overview.vtt | 8.88 KB |
| 10. Working with Files/1. Opening Text Files with Python.mp4 | 98.02 MB |
| 10. Working with Files/1. Opening Text Files with Python.vtt | 7.08 KB |
| 10. Working with Files/1.1 sales_data.txt.txt | 167 B |
| 10. Working with Files/2. Reading Text Files with Python.mp4 | 79.28 MB |
| 10. Working with Files/2. Reading Text Files with Python.vtt | 5.74 KB |
| 10. Working with Files/3. Using a Loop to Read all Content in a Text File.mp4 | 64.73 MB |
| 10. Working with Files/3. Using a Loop to Read all Content in a Text File.vtt | 4.29 KB |
| 10. Working with Files/4. Writing to a Text File with Python.mp4 | 109.74 MB |
| 10. Working with Files/4. Writing to a Text File with Python.vtt | 8.08 KB |
| 10. Working with Files/5. Creating a Text File.mp4 | 57.16 MB |
| 10. Working with Files/5. Creating a Text File.vtt | 3.75 KB |
| 11. Project # 2 -- Python and .CSV Files/1. Project #2 Preview.mp4 | 93.85 MB |
| 11. Project # 2 -- Python and .CSV Files/1. Project #2 Preview.vtt | 6.18 KB |
| 11. Project # 2 -- Python and .CSV Files/1.1 example.csv.csv | 123 B |
| 11. Project # 2 -- Python and .CSV Files/2. Project #2 - ReadingWriting .CSV File Instructions.html | 4.07 KB |
| 11. Project # 2 -- Python and .CSV Files/2.1 PythonProject2-CSVReaderWriter-01.pdf.pdf | 166.23 KB |
| 11. Project # 2 -- Python and .CSV Files/2.2 example.csv.csv | 123 B |
| 11. Project # 2 -- Python and .CSV Files/3. Solution Step #1 -- .CSV Module.mp4 | 39.6 MB |
| 11. Project # 2 -- Python and .CSV Files/3. Solution Step #1 -- .CSV Module.vtt | 2.78 KB |
| 11. Project # 2 -- Python and .CSV Files/4. Solution Step #2 -- Read .CSV Files.mp4 | 62.63 MB |
| 11. Project # 2 -- Python and .CSV Files/4. Solution Step #2 -- Read .CSV Files.vtt | 4.46 KB |
| 11. Project # 2 -- Python and .CSV Files/5. Solution Step #3 -- Print .CSV.mp4 | 64.19 MB |
| 11. Project # 2 -- Python and .CSV Files/5. Solution Step #3 -- Print .CSV.vtt | 4.71 KB |
| 11. Project # 2 -- Python and .CSV Files/6. Solution Step #4 -- Write to .CSV Files.mp4 | 110.15 MB |
| 11. Project # 2 -- Python and .CSV Files/6. Solution Step #4 -- Write to .CSV Files.vtt | 8.14 KB |
| 11. Project # 2 -- Python and .CSV Files/7. BONUS SOLUTION -- Filter .CSV Results.mp4 | 50.32 MB |
| 11. Project # 2 -- Python and .CSV Files/7. BONUS SOLUTION -- Filter .CSV Results.vtt | 3.89 KB |
| 12. Python OS Module/1. Import the OS Module.mp4 | 63.79 MB |
| 12. Python OS Module/1. Import the OS Module.vtt | 4.06 KB |
| 12. Python OS Module/2. Get Current Working Directory with OS getdir() function.mp4 | 31.56 MB |
| 12. Python OS Module/2. Get Current Working Directory with OS getdir() function.vtt | 2.39 KB |
| 12. Python OS Module/3. List Directory Files with OS listdir() Function.mp4 | 40.7 MB |
| 12. Python OS Module/3. List Directory Files with OS listdir() Function.vtt | 3.08 KB |
| 12. Python OS Module/4. Change Working Directory with OS chdir() function.mp4 | 63.58 MB |
| 12. Python OS Module/4. Change Working Directory with OS chdir() function.vtt | 4.3 KB |
| 12. Python OS Module/5. Create Directory with OS makedirs() function.mp4 | 69.67 MB |
| 12. Python OS Module/5. Create Directory with OS makedirs() function.vtt | 4.17 KB |
| 12. Python OS Module/6. Check if File Exists with isfile() function.mp4 | 83.95 MB |
| 12. Python OS Module/6. Check if File Exists with isfile() function.vtt | 5.49 KB |
| 12. Python OS Module/7. Deleting a File with Python.mp4 | 98.85 MB |
| 12. Python OS Module/7. Deleting a File with Python.vtt | 6.9 KB |
| 13. Python Functions/1. Creating a Python Function.mp4 | 38.44 MB |
| 13. Python Functions/1. Creating a Python Function.vtt | 3.48 KB |
| 13. Python Functions/1.1 PythonFunctions-01.py.py | 81 B |
| 13. Python Functions/2. Calling a Python Function.mp4 | 35.97 MB |
| 13. Python Functions/2. Calling a Python Function.vtt | 3.18 KB |
| 13. Python Functions/3. Passing Arguments to a Function.mp4 | 69.95 MB |
| 13. Python Functions/3. Passing Arguments to a Function.vtt | 5.3 KB |
| 13. Python Functions/3.1 PythonFunctionsArguments-01.py.py | 129 B |
| 13. Python Functions/4. Named Arguments.mp4 | 52.19 MB |
| 13. Python Functions/4. Named Arguments.vtt | 4.13 KB |
| 13. Python Functions/4.1 PythonFunctionsNamedArguments-01.py.py | 245 B |
| 13. Python Functions/5. Default Arguments.mp4 | 43.4 MB |
| 13. Python Functions/5. Default Arguments.vtt | 3.49 KB |
| 13. Python Functions/5.1 PythonFunctionsDefaultArguments-01.py.py | 128 B |
| 13. Python Functions/6. Variable Scope in Functions.mp4 | 87.98 MB |
| 13. Python Functions/6. Variable Scope in Functions.vtt | 5.99 KB |
| 13. Python Functions/6.1 PythonVariableScope-01.py.py | 175 B |
| 13. Python Functions/7. Return Keyword.mp4 | 103.96 MB |
| 13. Python Functions/7. Return Keyword.vtt | 7.09 KB |
| 13. Python Functions/7.1 PythonFunctionsReturn-01.py.py | 150 B |
| 13. Python Functions/8. Python Functions Quiz.html | 164 B |
| 14. Python Object Oriented Programming (OOP)/1. Creating Python Classes.mp4 | 73.98 MB |
| 14. Python Object Oriented Programming (OOP)/1. Creating Python Classes.vtt | 5.26 KB |
| 14. Python Object Oriented Programming (OOP)/10. Introduction to Object Inheritance.mp4 | 51.7 MB |
| 14. Python Object Oriented Programming (OOP)/10. Introduction to Object Inheritance.vtt | 3.4 KB |
| 14. Python Object Oriented Programming (OOP)/10.1 user.py.py | 339 B |
| 14. Python Object Oriented Programming (OOP)/11. Python Class Inheritance.mp4 | 88.66 MB |
| 14. Python Object Oriented Programming (OOP)/11. Python Class Inheritance.vtt | 5.61 KB |
| 14. Python Object Oriented Programming (OOP)/12. Class Inheritance Function Override.mp4 | 76.45 MB |
| 14. Python Object Oriented Programming (OOP)/12. Class Inheritance Function Override.vtt | 4.88 KB |
| 14. Python Object Oriented Programming (OOP)/13. Python OOP Quiz.html | 164 B |
| 14. Python Object Oriented Programming (OOP)/2. Python Class Properties.mp4 | 69.98 MB |
| 14. Python Object Oriented Programming (OOP)/2. Python Class Properties.vtt | 4.64 KB |
| 14. Python Object Oriented Programming (OOP)/3. Class __init__ function.mp4 | 117.09 MB |
| 14. Python Object Oriented Programming (OOP)/3. Class __init__ function.vtt | 7.72 KB |
| 14. Python Object Oriented Programming (OOP)/4. Class self Argument.mp4 | 59.64 MB |
| 14. Python Object Oriented Programming (OOP)/4. Class self Argument.vtt | 3.74 KB |
| 14. Python Object Oriented Programming (OOP)/5. Python Class Functions.mp4 | 77.77 MB |
| 14. Python Object Oriented Programming (OOP)/5. Python Class Functions.vtt | 4.88 KB |
| 14. Python Object Oriented Programming (OOP)/6. Class Function return.mp4 | 67.71 MB |
| 14. Python Object Oriented Programming (OOP)/6. Class Function return.vtt | 4.46 KB |
| 14. Python Object Oriented Programming (OOP)/7. Python Private Properties.mp4 | 65.71 MB |
| 14. Python Object Oriented Programming (OOP)/7. Python Private Properties.vtt | 4.3 KB |
| 14. Python Object Oriented Programming (OOP)/8. Python Class Private Functions.mp4 | 98.1 MB |
| 14. Python Object Oriented Programming (OOP)/8. Python Class Private Functions.vtt | 6.41 KB |
| 14. Python Object Oriented Programming (OOP)/9. Delete an Object.mp4 | 37.27 MB |
| 14. Python Object Oriented Programming (OOP)/9. Delete an Object.vtt | 2.86 KB |
| 15. Handling Errors in Python/1. Introduction to Error Handling.mp4 | 47.7 MB |
| 15. Handling Errors in Python/1. Introduction to Error Handling.vtt | 3.53 KB |
| 15. Handling Errors in Python/2. Try... Statement.mp4 | 54.35 MB |
| 15. Handling Errors in Python/2. Try... Statement.vtt | 4.34 KB |
| 15. Handling Errors in Python/3. Try... Except Name Error.mp4 | 75.81 MB |
Trackers
No trackers found.