Programming for Absolute Beginners

Udemy
Course Summary
Start Here and Build a Strong Foundation for Learning Web, Mobile and Game Development.
-
+
Course Description
Whether you plan on learning web, mobile or game development, there is a common foundation you need to master. Programming for Absolute Beginners is designed to teach you the common basics that will come in handy no matter what type of development you want to specialize in. In this fast-paced, easy-to-understand course, master trainer Mark Lassoff will take you through the basics of developing programs-- and make it easy for you to learn. You'll start off learning input and output, conditionals, loops, and even basic data structures. The course uses the clear and concise Python programming language which has a common syntax with Javascript, C, Java, and many other modern languages. Learning the basics in Python will set you up for success—no matter what language(s) you use in the future. You'll learn as you complete the engaging video lectures, followed by challenging lab exercises that will guide you through creating your first programs. Programming for Absolute Beginners is where your path to professional begins.
-
+
Course Syllabus
- Hello World
- Course Introduction with Mark
- Setting up Your Environment
- Writing Your First Program
- Output with Print
- Variables
- Chapter 1 Lab
- Now We're Programmin'
- Chapter Preview
- Input via Command Line Parameters
- Input via Command Line Input Statement
- Understanding Conditionals
- Iterating With Loops
- Chapter 2 Lab
- Looking at Data
- Chapter Preview
- Lists
- Tuples
- Dictionaries
- Chapter 3 Lab
- Object Oriented Programming
- Chapter Preview
- Creating Your First Class
- Using a Class Instance
- Goodbye From Mark
- Chapter 4 Lab