Python Fundamentals
Pluralsight
Course Summary
Python Fundamentals gets you started with Python, a dynamic language popular for web development, big data, science, and scripting.
-
+
Course Description
Python Fundamentals gets you started with Python, a dynamic language popular for web development, big data, science, and scripting. What’s so great about Python? Python is powerful. The Python language is expressive and productive, it comes with a great standard library, and it’s the center of a huge universe of wonderful third-party libraries. With Python you can build everything from simple scripts to complex applications, you can do it quickly, and you can do it with fewer lines of code than you might think possible. But for many people those reasons take back-seat to something more important: Python is fun! Python’s readable style, quick edit-and-run development cycle, and “batteries included†philosophy mean that you can sit down and enjoy writing code rather than fighting compilers and thorny syntax. As your experiments become prototypes and your prototypes become products, Python makes the experience of writing software not just easier but truly enjoyable. In the words of Randall Munroe, "Come join us! Programming is fun again!"
-
+
Course Syllabus
Introduction to the Python Fundamentals course- 10m 55s
—Introduction 0m 31s
—Python Promo 1m 32s
—Course Structure 2m 10s
—Python Overview, Part 1 4m 16s
—Python Overview, Part 2 2m 25sGetting Starting With Python 3- 40m 38s
—Introduction 1m 45s
—Installing Python 3 on Windows 2m 52s
—Installing Python 3 on Linux 1m 22s
—Installing Python 3 on Mac OS X 2m 16s
—The Read-Eval-Print-Loop or REPL 3m 17s
—Significant Whitespace in Python 3m 48s
—Python Culture and the Zen of Python 1m 48s
—Importing From the Python Standard Library 5m 36s
—Scalar Types: int, float, None and bool 5m 32s
—Relational Operators 1m 28s
—Conditional Statements 3m 12s
—While Loops 4m 35s
—Summary 3m 7sStrings and Collections- 17m 51sModularity- 21m 31sObjects- 21m 14sCollections- 44m 51sHandling exceptions- 22m 6sIterables- 32m 54sClasses- 29m 51sFiles and Resource Management- 31m 14sShipping Working and Maintainable Code- 31m 33s