Introduction to Python Programming Basics (TTPS4800)

Hands-on Python Journey: JumpStart Your Python Basic Scripting Skills for Any Role

TTPS4800

Introductory

3 Days

Course Overview

 

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 TTPS4803: Python for Everyone: Getting Started with Python Basics for Non-Developers (4 days) as an alternative to this course. If you want additional topics beyond the basics, you might consider the TTPS4820 Mastering Python Programming Boot Camp five day superset of 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.

Need different skills or topics?  If your team requires different topics or tools, additional skills or custom approach, this course may be further adjusted to accommodate.  We offer additional python, web development, data science, machine learning and other related topics that may be blended with this course for a track that best suits your needs. Our team will collaborate with you to understand your needs and will target the course to focus on your specific learning objectives and goals.

Course Objectives

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

Need different skills or topics?  If your team requires different topics or tools, additional skills or custom approach, this course may be further adjusted to accommodate.  We offer additional python, web development, data science, machine learning and other related topics that may be blended with this course for a track that best suits your needs. Our team will collaborate with you to understand your needs and will target the course to focus on your specific learning objectives and goals.

Course Prerequisites

Audience

This course is geared for technical users who are new to Python. Roles might include developers, software engineers, data analysts who want to enhance data processing, system administrators and web site administrators who want to use Python to support their server installations, developers who want more efficient web solutions, as well as anyone else who wants to automate or simplify common tasks with the use of Python scripts.

If you are coming from a non-technical background, you might consider the TTPS4803: Python for Everyone: Getting Started with Python Basics for Non-Developers (4 days) as an alternative to this course. If you want additional topics beyond the basics, you might consider the TTPS4820 Mastering Python Programming Boot Camp five day superset of this course.

 

Pre-Requisites

To ensure a smooth learning experience and maximize the benefits of attending this course, you should have the following prerequisite skills:

  • At least some prior hands-on experience with scripting or programming. You don’t need to be an expert in either, but you should have had some exposure and should be coming from a technical background.
  • Working with Unix or Linux, and familiarity with using the command line interface for simple tasks, such as file navigation and executing commands.
  • Basic familiarity working with text editors like Notepad, or IDEs, would be helpful as the course includes hands-on lab sessions requiring code editing.

Take After/ Follow On: We offer a wide variety of follow-on courses and learning paths for leveraging Python for next-level development, data science and analytics, AI and machine learning, automation, testing, networking, security and more.   The following is a small subset of possible follow-on courses. See the online catalog for a complete list of courses and learning paths.

  • TTPS4872      Python Primer for Data Science (Light-Hands-on) (2 days)
  • TTPS4873      Quick Start to Python for Data Science and Machine Learning (3 days)
  • TTPS4850      Advanced Python Programming (4 days)
  • TTPS4878      Hands-on Data Analysis using Pandas (3 days)

 

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
  1. Variables and Values
  • Using variables
  • Builtin functions
  • String data
  • Numeric data
  • Converting types
  1. Basic input and output
  • Writing to the screen
  • String formatting
  • Command line arguments
  • Reading the keyboard
  1. Flow Control
  • About flow control
  • The if statement
  • Relational and Boolean values
  • while loops
  • Exiting from loops
  1. 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
  1. Working with files
  • File I/O overview
  • Opening a text file
  • Reading a text file
  • Writing to a text file
  1. Dictionaries and Sets
  • About dictionaries
  • Creating dictionaries
  • Getting values
  • 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. Exception handling and logging
  • Exceptions
  • Using try/catch/else/finally
  • Handling multiple exceptions
  • Logging setup
  • Basic logging
  1. Modules and Packages
  • Creating Modules
  • The import statement
  • Module search path
  • Using packages
  • Function and Module aliases
  1. Introduction to Classes
  • About object-oriented programming
  • Defining classes
  • Constructors
  • Understanding self
  • Properties
  • Instance Methods and data
  • Class methods and data
  • Inheritance

 

Alternative Five Day Course Note:

If you want additional topics beyond the three day basics, you might consider the TTPS4820 Mastering Python Programming Boot Camp five day superset of this course, that includes the topics below in the additional two days of coverage:

  1. Regular Expressions
  2. Dates and times
  3. Working with the file system
  4. Advanced data handling
  5. Network programming
  6. Effective Scripts
  7. Virtual Environments

 

Course Materials

 

Setup Made Simple! Learning Experience Platform (LXP) 

All applicable course software, digital courseware files or course notes, labs, data sets and solutions, live coaching support channels, CodeCoach.AI anytime tutor access, and rich extended learning and post training resources are provided for you in our “easy access, single source, no install required” online Learning Experience Platform (LXP), remote lab and content environment. Access periods vary by course. We’ll collaborate with you to ensure your team is set up and ready to go well in advance of the class. Please inquire about set up details and options for your specific course of interest.

Raise the bar for advancing technology skills

Attend a Class!

Live scheduled classes are listed below or browse our full course catalog anytime

Special Offers

We regulary offer discounts for individuals, groups and corporate teams. Contact us

Custom Team Training

Check out custom training solutions planned around your unique needs and skills.

EveryCourse Extras

Exclusive materials, ongoing support and a free live course refresh with every class.

Attend a Course

Please see the current upcoming available open enrollment course dates posted below. Please feel free to Register Online below, or call 844-475-4559 toll free to connect with our Registrar for assistance. If you need additional date options, please contact us for scheduling.

Course Title Days Date Time Price
Introduction to Python Programming Basics (TTPS4800) 3 Days Jun 10 to Jun 12 10:00 AM to 06:00 PM EST $1,895.00 Enroll
Introduction to Python Programming Basics (TTPS4800) 3 Days Jul 29 to Jul 31 10:00 AM to 06:00 PM EST $1,895.00 Enroll
Introduction to Python Programming Basics (TTPS4800) 3 Days Sep 9 to Sep 11 10:00 AM to 06:00 PM EST $1,895.00 Enroll
Introduction to Python Programming Basics (TTPS4800) 3 Days Oct 7 to Oct 9 10:00 AM to 06:00 PM EST $1,895.00 Enroll
Introduction to Python Programming Basics (TTPS4800) 3 Days Nov 11 to Nov 13 10:00 AM to 06:00 PM EST $1,895.00 Enroll

Mix, Match & Master!
2FOR1: Two Courses, One Price!

Enroll in *any* two public courses (for 2023 *OR* 2024 dates!) by December 31, for one price!  Learn something new, or share the promo!

Click for Details & Additional Offers

Learn. Explore. Advance!

Extend your training investment! Recorded sessions, free re-sits and after course support included with Every Course
Trivera MiniCamps
Gain the skills you need with less time in the classroom with our short course, live-online hands-on events
Trivera QuickSkills: Free Courses and Webinars
Training on us! Keep your skills current with free live events, courses & webinars
Trivera AfterCourse: Coaching and Support
Expert level after-training support to help organizations put new training skills into practice on the job

The voices of our customers speak volumes

Special Offers
Limited Offer for most courses.

SAVE 50%

Learn More