Description

Overview

About this Course

  • 11:36:00 Hours
  • 12 Months Access
  • Presented by highly qualified, industry leading experts

Have you wanted to see what this programming thing is all about? Do you have issues figuring out where to start? Well, this course will show you how to get things set up and start with the basics of programming using the Python programming language. If you want to set up your machine, understand the basics of Python, and start understanding the basic tenets of programming, then please join us!

Course Details

Objectives

  • Test and debug programs and program modules to meet specifications and standards.
  • Create programs that contain clear and concise program documentation.
  • Implement programs that use data types and demonstrate an understanding of numbering systems.
  • Incorporate both basic and advanced control structures appropriately into algorithms.
  • Demonstrate an understanding of structured design by implementing programs with functions, including parameter passing and value returning.
  • Implement programs using classes, including strings and files.
  • Implement algorithms using one-dimensional and indexed data structures.

Audience

  • Cool kids
  • Nerds and Geeks

Prerequisites

  • A desire to learn

Course Outline

FUNDAMENTALS

  • Overview
  • Setting Up The Environment
  • Exploring The REPL
  • Variables And Values
  • Expressions And Statements

BASIC DATA TYPES

  • Basic Data Types
  • Basic Data Types: Numbers
  • Basic Data Types: Strings
  • Basic Data Types: Booleans

COMPARISONS CONDITIONS AND CONTROL

  • Compare Data
  • Logic Control
  • If Statements
  • If-Else Statements
  • If-Elif-Else Statements

COLLECTION TYPES

  • Lists
  • Lists Part 2
  • Tuples
  • Dictionaries
  • Dictionaries Part 2
  • Sets

ITERATION

  • What Is Interation
  • For Loops
  • While Loops
  • List Comprehensions
  • Dictionary Comprehensions
  • Iteration Helpers