logo


your one source for IT & AV

Training Presentation Systems Services & Consulting Cloud Services Purchase Client Center Computer Museum
Arrow Course Schedule | Classroom Rentals | Student Information | Free Seminars | Client Feedback | Partners | Survey | Standby Discounts

Introduction to Python Programming Basics

SS Course: 9000509

Course Overview

TOP
Python is one of the most versatile, popular programming languages in use today. You can leverage Python in almost every industry, in a wide array of applications from system administration to machine learning, from automation to web services, from data analysis to visual effects. Compared to other programming languages, Python is relatively easier to learn and use, providing a wide variety of opportunities for students of all skill levels and roles.A core component of our Python Journey skills-immersion series, Introduction to Python Programming Basics is a highly-rated, hands-on training course that has provided thousands of students with the skills required to quickly and easily put Python to work in their job, task or project.This three-day, jumpstart-style course will give you the foundation needed to program in Python. It covers programming basics such as flow control and data structures. It also tackles topics that are more unique to Python such as how to handle errors and exceptions, defining functions, and the basics of defining a Python class. This course provides an excellent start for users new to Python, enabling them to use their new skills immediately and providing the broad foundation for continued Python learning in their particular industry.                                                                  

Scheduled Classes

TOP
04/29/24 - TTV - Virtual-Instructor Led - Virtual-Instructor Led (click to enroll)
06/10/24 - TTV - Virtual-Instructor Led - Virtual-Instructor Led (click to enroll)
07/29/24 - TTV - Virtual-Instructor Led - Virtual-Instructor Led (click to enroll)
09/09/24 - TTV - Virtual-Instructor Led - Virtual-Instructor Led (click to enroll)
10/07/24 - TTV - Virtual-Instructor Led - Virtual-Instructor Led (click to enroll)
11/11/24 - TTV - Virtual-Instructor Led - Virtual-Instructor Led (click to enroll)
12/16/24 - TTV - Virtual-Instructor Led - Virtual-Instructor Led (click to enroll)

What You'll Learn

TOP

This course combines expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises.  Our engaging instructors and mentors are highly experienced practitioners who bring years of current "on-the-job" experience into every classroom.  Throughout the hands-on course, you’ll learn to write essential Python scripts using the most current and efficient skills, best practices and techniques. 

Working in a hands-on learning environment, guided by our expert team, you’ll learn to:

  • Create working Python scripts following best practices
  • Use python data types appropriately
  • Read and write files with both text and binary data
  • Search and replace text with regular expressions
  • Get familiar with the standard library and its work-saving modules
  • Use lesser known but powerful Python data types
  • Create "real-world", professional Python applications
  • Work with dates, times, and calendars
  • Know when to use collections such as lists, dictionaries, and sets
  • Understand Pythonic features such as comprehensions and iterators
  • Write robust code using exception handling

Outline

TOP
Viewing outline for:
  1. Python Quick View
  • What is Python?
  • Python timeline
  • Advantages/disadvantages
  • Installing Python
  • Getting help
  1. The Python Environment
  • Starting Python
  • Using the interpreter
  • Running a Python script
  • Editors and IDEs
  1. Getting Started with Python
  • Using variables
  • Builtin functions
  • String data
  • Numberic data
  • Converting types
  • Console input/output
  • Command line parameters
  1. Flow Control
  • About flow control
  • The if statement
  • Relational and Boolean operators
  • while loops
  • Exiting from loops
  1. Array Types
  • About array types
  • Lists and list methods
  • Tuples
  • Indexing and slicing
  • Iterating through a sequence
  • Sequence functions, keywords, and operators
  • List comprehensions and generators
  1. Working with Files
  • File overview
  • Opening a text file
  • Reading a text file
  • Writing to a text file
  1. Dictionaries and Sets
  • About dictionaries
  • Creating dictionaries
  • Iterating through a dictionary
  • About sets
  • Creating sets
  • Working with sets
  1. Functions
  • Defining functions
  • Returning values
  • Parameters and arguments
  • Variable scope
  1. Sorting
  • The sorted() function
  • Custom sort keys
  • Lambda functions
  • Sorting in reverse
  • Using min() and max()
  1. Errors and Exception Handling
  • Exceptions
  • Using try/catch/else/finally
  • Handling multiple exceptions
  • Ignoring exceptions
  1. Modules and Packages
  • Creating Modules
  • The import statement
  • Module search path
  • Using packages
  • Function and module aliases
  1. Getting Started with Object Oriented Programming and Classes
  • About object-oriented programming
  • Defining classes
  • Constructors
  • Understanding self
  • Properties
  • Instance Methods and data
  • Class methods and data
  • Inheritance

Prerequisites

TOP

Basic familiarity with any programming or scripting language would be helpful, along with a working, user-level knowledge of Unix/Linux, Mac, or Windows.

    Who Should Attend

    TOP

    This basic-level Python course is geared for experienced users who want to use Python in web development projects, or  system administrators and web site administrators who want to use Python to support their server installations, as well as anyone else who wants to automate or simplify common tasks with the use of Python scripts. 

    Next Step Courses

    TOP