Python: Getting Started
Pluralsight
Course Summary
Python is very simple, yet incredibly powerful programming language. You can use it for writing web and desktop apps, scripts, and more. This course teaches you the basics of Python syntax, functions, creating console and web apps, and distribution.
-
+
Course Description
Rarely will you find a language as powerful and as versatile as Python. You can choose this language to write web apps, cross-platform desktop apps, Artificial Intelligence software, scripts, do scientific computation, and even create home automation software! For all that you need a good knowledge of Python. In this course, Python: Getting Started, you'll learn the basics of Python. First, you'll discover syntax, functions, and classes. Next, you'll explore how to create a console application and how to convert that same app into a web app. Finally, you'll learn how to create executable files and an installation wizard from your Python app. When you are finished with this course, you'll have a solid foundation to venture out and build your own apps using Python.
-
+
Course Syllabus
Course Overview- 1m 25s
—Course Overview 1m 25sIntroduction- 20m 3s
—Introduction 1m 53s
—What Makes Python so Amazing? 3m 50s
—Python 2 vs. Python 3? 2m 38s
—Installing Python 4m 29s
—The Awesomeness of the Python Console 3m 39s
—Installing PyCharm 3m 32sTypes, Statements, and Other Goodies- 53m 54sFunctions, Files, Yield, and Lambda- 35m 1sObject Oriented Programming - Classes and Why Do We Need Them?- 35m 43sPutting It All Together - Let’s Make It a Web App- 11m 42sPython Tips and Tricks- 22m 3s