Getting Started with Python for Non-Developers (TTPS4803)

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

TTPS4803

Basic

4 Days

Course Overview

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.

Getting Started with Python for Non-Developers is a hands-on course that teaches students from non-development backgrounds the basics of programming and scripting, using Python. This course gently leads through programming essentials, working through the fundamentals of writing and running Python scripts to more advanced features such as file operations, regular expressions, working with binary data, and using the extensive functionality of  Python modules.

This course provides an excellent kick start for users new to Python and scripting, enabling them to use basic Python skills on the job in a variety of ways.  Students can apply the course skills to use Python in basic web development projects or automate or simplify common tasks with the use of Python scripts. The course also serves as a solid primer course / foundation for continued Python study in support for next level web development with Python, Python for data science / machine learning or Python for systems admin or networking support.

 

Learning 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:

  • Thinking as a Software Developer, including coding logic and structures
  • 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
  • Create "real-world", basic level professional Python applications
  • 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 Objectives

Learning 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:

  • Thinking as a Software Developer, including coding logic and structures
  • 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
  • Create "real-world", basic level professional Python applications
  • 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 & Pre-Requisites

This basic level course provides an excellent kick start for users new to Python and scripting or programming, enabling them to use basic Python skills on the job in a variety of ways.  This in a basic-level Python course geared for student who are new to Software Development and use Python in 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.

Before attending this course, students must have:

  • Ability to use computers to start programs, open and save files, navigate application menus and interfaces
  • Ability to understand logical concepts such as comparisons
  • Understand number theory
  • Ability to create, understand, and follow structured directions or step-by-step procedures
  • Ability to understand and apply abstract concepts to concrete examples

Take Instead: We offer other flavors of Python courses for specific needs and audience levels depending on student roles and goals:

  • TTPS4800      Introduction to Python Programming Basics (3 days)
  • TTPS4803      Getting Started with Python for Non-Developers (4 days)
  • TTPS4820      Mastering Python / Practical Python Boot Camp (5 days)
  • TTPS4824      Python for Network / System Administrators (4 days)- introductory level for networking as opposed to web focus
  • TTPS4873      Introduction to Python for Data Science (3 days) – Jumpstart style course with data science focus
  • TTPS4874      Applied Python for Data Science & Engineering (4 days) – introductory level with depth for data focus for engineers
  • TTPS4894      Python for Security Professionals (4 days) – introductory level with security focus

    Follow On Courses:  Our Python tracks include a wide variety of courses and learning paths for leveraging intermediate Python for next-level web development, data science / machine learning, networking, task automation, security and other topics. Please see the our Python Journey Training Suite list of courses, or inquire for recommendations based on your specific role and goals. Python Journey Training Suite list of courses, or inquire for recommendations based on your specific role and goals.

Enhanced Learning Services: Please also ask about our Pre-Training Class OnRamp & Prep / Primer offerings, Skills Gap Assessment Services, Case Studies, Knowledge Check Quizzes, Skills Immersion Programs & Camps, Collaborative Mentoring Services and Extended Learning Support & Post Training services.

Course Agenda

Course Topics / Agenda

Please note that this list of topics is based on our standard course offering, evolved from typical industry uses and trends. We will work with you to tune this course and level of coverage to target the skills you need most. Course agenda, topics and labs are subject to adjust during live delivery in response to student skill level, interests and participation.

  1. An Overview of Software Development
  • Thinking as a developer
  • Pseudocode as a design tool
  • Analysis – Understanding the problem
  • Design – creating the solution
  • Let’s Get Hands-On: Scripting and programming basics
  1. An Overview of Python
  • What is python?
  • Python Timeline
  • Advantages/Disadvantages of Python
  • Getting help with pydoc
  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
  • Numeric 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

Trivera’s AfterCourseExtras

  • Additional Resources & Support
  • Practicing Your Skills: Hands-on Python Journey

Course Materials

Student Materials: Each participant will receive a digital Student Guide and/or Course Notes, code samples, software tutorials, step-by-step written lab instructions (as applicable), diagrams and related reference materials and resource links. Students will also receive the project files (or code, if applicable) and solutions required for the hands-on work.

Hands-On Setup Made Simple! Our dedicated tech team will work with you to ensure our ‘easy-access’ cloud-based course environment, or local installation, is accessible, fully-tested and verified as ready to go well in advance of the course start date, ensuring a smooth start to class and effective learning experience for all participants. In some cases we can also help you install this course locally if preferred. Please inquire for details and options.

Every-Course Extras = High-Value & Long-Term Learning Support! All Public Schedule courses include our unique EveryCourse Extras package (Course Recordings, Live Instructor Follow-on Support, Free *Live* Course Refresh Re-Takes, early access to Special Offers, Free Courses & more). Please inquire for details.

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
Getting Started with Python for Non-Developers (TTPS4803) 4 Days Jun 17 to Jun 20 10:00 AM to 06:00 PM EST $2,195.00 Enroll
Getting Started with Python for Non-Developers (TTPS4803) 4 Days Aug 5 to Aug 8 10:00 AM to 06:00 PM EST $2,195.00 Enroll
Getting Started with Python for Non-Developers (TTPS4803) 4 Days Sep 30 to Oct 3 10:00 AM to 06:00 PM EST $2,195.00 Enroll
Getting Started with Python for Non-Developers (TTPS4803) 4 Days Nov 18 to Nov 21 10:00 AM to 06:00 PM EST $2,195.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