Improve your experience. We are very sorry but this website does not support Internet Explorer. We recommend using a different browser that is supported such as Google Chrome or Mozilla Firefox.

Introduction to Python Programming Basics

Description

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 SkillJourney 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 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.

NOTE: If you are coming from a non-technical background, you might consider the "Python for Everyone: Getting Started with Python Basics for Non-Developers" (4 days) as an alternative to this course.

Working in a hands-on learning environment led by our engaging expert instructor you’ll learn how 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
  • Work with dates, times, and calendars
  • Know when to use collections such as lists, tuples, dictionaries, and sets
  • Understand Pythonic features such as list comprehensions and generators
  • Write robust code using exception handling
  • Work with basics for network programming
  • Create and use virtual environments

This course is rich with hands-on activities, challenge labs, knowledge checks, valuable discussions and focused projects that can be done individually or in groups.  Guided by our engaging, highly-experienced instructor, you’ll work within our user-friendly Learning Experience Platform (LXP) that combines the best aspects of in-person live training with our robust hands-on online environment. You’ll have extensive opportunities for live engagement, practice and review. You’ll exit this program equipped with the knowledge, skills and confidence needed to put your new Python skills right to work.

Course Agenda

Please note that this list of topics is based on our standard course offering, evolved from typical industry uses and trends. We’ll work with you to tune this course and level of coverage to target the skills you need most. Topics, agenda and labs may adjust during live delivery based on audience interests, skill-level and participation.

1. The Python Environment

  • Starting Python
  • Using the interpreter
  • Running a Python script
  • Editors and IDEs

2. Variables and Values

  • Using variables
  • Builtin functions
  • String data
  • Numeric data
  • Converting types

3. Basic input and output

  • Writing to the screen
  • String formatting
  • Command line arguments
  • Reading the keyboard

4. Flow Control

  • About flow control
  • The if statement
  • Relational and Boolean values
  • while loops
  • Exiting from loops

5. Array types

  • Sequence types in general
  • Lists and list methods
  • Tuples
  • Indexing and slicing
  • Iterating through a sequence
  • Sequence functions, keywords, and operators
  • List comprehensions and generators

6. Working with files

  • File I/O overview
  • Opening a text file
  • Reading a text file
  • Writing to a text file

7. Dictionaries and Sets

  • About dictionaries
  • Creating dictionaries
  • Getting values
  • Iterating through a dictionary
  • About sets
  • Creating sets
  • Working with sets

8. Functions

  • Defining functions
  • Returning values
  • Parameters and arguments
  • Variable scope

9. Sorting

  • The sorted() function
  • Custom sort keys
  • Lambda functions
  • Sorting in reverse
  • Using min() and max()

10. Exception handling and logging

  • Exceptions
  • Using try/catch/else/finally
  • Handling multiple exceptions
  • Logging setup
  • Basic logging

11. Modules and Packages

  • Creating Modules
  • The import statement
  • Module search path
  • Using packages
  • Function and Module aliases

12. Introduction to Classes

  • About object-oriented programming
  • Defining classes
  • Constructors
  • Understanding self
  • Properties
  • Instance Methods and data
  • Class methods and data
  • Inheritance

Press enter to see more results