[CourseClub.NET] Pluralsight - Python - Getting Started/1. Course Overview/01. Course Overview.mp4 |
3.2 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/2. Introduction/02. Introduction.mp4 |
2.4 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/2. Introduction/03. What Makes Python so Amazing.mp4 |
5.2 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/2. Introduction/04. Python 2 vs. Python 3.mp4 |
3.8 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/2. Introduction/05. Installing Python.mp4 |
13.4 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/2. Introduction/06. The Awesomeness of the Python Console.mp4 |
5.1 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/2. Introduction/07. Installing PyCharm.mp4 |
7.1 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/08. Introduction.mp4 |
1.7 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/09. Types in Python - Wait, What.mp4 |
5.2 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/10. Integers and Floats.mp4 |
1.9 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/11. Strings.mp4 |
6.6 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/12. Boolean and None.mp4 |
2.7 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/13. If Statements.mp4 |
8.1 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/14. Lists.mp4 |
10 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/15. Loops.mp4 |
10.2 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/16. Break and Continue.mp4 |
8.8 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/17. While Loops.mp4 |
1.8 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/18. Dictionaries.mp4 |
5.4 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/19. Exceptions.mp4 |
22.9 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/20. Other Data Types.mp4 |
1.8 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/3. Types, Statements, and Other Goodies/21. Summary.mp4 |
1.3 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/4. Functions, Files, Yield, and Lambda/22. Module Overview.mp4 |
702 KB |
[CourseClub.NET] Pluralsight - Python - Getting Started/4. Functions, Files, Yield, and Lambda/23. Our App - PyStudentManager.mp4 |
1.5 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/4. Functions, Files, Yield, and Lambda/24. Functions.mp4 |
13.2 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/4. Functions, Files, Yield, and Lambda/25. Function Arguments.mp4 |
27.7 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/4. Functions, Files, Yield, and Lambda/26. Adding Students to Our App.mp4 |
17.1 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/4. Functions, Files, Yield, and Lambda/27. Nested Functions and Closures.mp4 |
2.1 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/4. Functions, Files, Yield, and Lambda/28. Opening, Reading, and Writing Files.mp4 |
24.1 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/4. Functions, Files, Yield, and Lambda/29. Yield.mp4 |
8.3 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/4. Functions, Files, Yield, and Lambda/30. Lambda Functions.mp4 |
1.7 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/4. Functions, Files, Yield, and Lambda/31. Summary.mp4 |
1.1 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/5. Object Oriented Programming - Classes and Why Do We Need Them/32. Module Overview.mp4 |
1.4 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/5. Object Oriented Programming - Classes and Why Do We Need Them/33. Classes and Why Do We Need Them.mp4 |
6.7 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/5. Object Oriented Programming - Classes and Why Do We Need Them/34. Defining a Class in Python.mp4 |
5.3 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/5. Object Oriented Programming - Classes and Why Do We Need Them/35. Adding Methods to Our Class.mp4 |
7.1 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/5. Object Oriented Programming - Classes and Why Do We Need Them/36. Constructor and Other Special Methods.mp4 |
14 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/5. Object Oriented Programming - Classes and Why Do We Need Them/37. Instance and Class Attributes.mp4 |
13.7 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/5. Object Oriented Programming - Classes and Why Do We Need Them/38. Inheritance and Polymorphism.mp4 |
22.3 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/5. Object Oriented Programming - Classes and Why Do We Need Them/39. Breaking Our App into Modules.mp4 |
6.4 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/5. Object Oriented Programming - Classes and Why Do We Need Them/40. Comments.mp4 |
2.1 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/5. Object Oriented Programming - Classes and Why Do We Need Them/41. Summary.mp4 |
1.2 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/6. Putting It All Together - Let’s Make It a Web App/42. Module Overview.mp4 |
643 KB |
[CourseClub.NET] Pluralsight - Python - Getting Started/6. Putting It All Together - Let’s Make It a Web App/43. Installing Python Packages and Flask.mp4 |
12 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/6. Putting It All Together - Let’s Make It a Web App/44. Making Our App a Web App.mp4 |
17.5 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/6. Putting It All Together - Let’s Make It a Web App/45. How Much Code Did We Share.mp4 |
5.5 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/6. Putting It All Together - Let’s Make It a Web App/46. Summary.mp4 |
881 KB |
[CourseClub.NET] Pluralsight - Python - Getting Started/7. Python Tips and Tricks/47. Module Overview.mp4 |
889 KB |
[CourseClub.NET] Pluralsight - Python - Getting Started/7. Python Tips and Tricks/48. Working with Virtual Environments.mp4 |
5.7 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/7. Python Tips and Tricks/49. Debugging Python Code.mp4 |
15.3 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/7. Python Tips and Tricks/50. Creating an Executable File from a Python App.mp4 |
21.3 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/7. Python Tips and Tricks/51. Creating a Setup File.mp4 |
17.6 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/7. Python Tips and Tricks/52. Course Conclusion.mp4 |
1.4 MB |
[CourseClub.NET] Pluralsight - Python - Getting Started/[CourseClub.NET].url |
123 B |
[CourseClub.NET] Pluralsight - Python - Getting Started/[FCS Forum].url |
133 B |
[CourseClub.NET] Pluralsight - Python - Getting Started/[FreeCourseSite.com].url |
127 B |
[CourseClub.NET] Pluralsight - Python - Getting Started/python-getting-started.zip |
652 KB |