Course description
In this course we are going to take a look at the fundamentals of Python 3. We are going to start off by seeing how we download and install it. Then we'll see how we can use python both interactively at the command line as well as in a source code editor. Then we will go into the language itself and will take a look at some of the simple concepts behind the syntax. We will talk about comments and variables and we'll talk about the importance of indenting code which is a crucial aspect of python syntax. Then we'll go over the keywords of the language and the built-in types. And we'll also talk about documentation strings which are specially marked strings that become attached to objects within our code.
Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.
Prerequisites
This course teaches anyone who is interested in learning the basics of programming computers using Python 3. This course has no programming language pre-requisites and only assumes the basic familiarity with computer usage that virtually everybody has. Anyone with moderate computer end-user experience should be able to take this course.
Meet the expert
Peter Thorsteinson
Peter Thorsteinson has been working for two decades in many areas of Microsoft-based software development technologies, including all the latest languages, frameworks, and tools. He has been involved in several large scale software development projects and has authored and co-authored several books and courses relating to ASP.NET, AJAX, JavaScript, WPF, WCF, WF, ADO.NET, and LINQ. Peter is currently focusing on ASP.NET MVC, jQuery, Task Parallel Library, Windows Azure, and SharePoint Development.
Video Runtime
166 Minutes
Time to complete
455 Minutes
Course Outline
Install and Configure
Installing Python (16:40)
Python Documentation (30:24)
Command Line (17:29)
Variables (28:35)
Syntax, Import, Other Topics
Simple Python Syntax (15:51)
Keywords (17:48)
Import Module (16:34)
Additional Topics (23:20)