IT Training, Desktop Application Courses
  • Back
  • Course Catalogue
      • Technical IT Training
      • Desktop Applications
      • CyberSecurity
      • Custom Group Solution
      Technical IT Training

      VENDORS

        • Microsoft
        • Cisco
        • Amazon
        • Red Hat
        • CompTIA
        • Guaranteed to run courses

      TECHNOLOGIES

      • CyberSecurity
      • Cloud Computing
      • Networking
      • Business Analysis
      • Programming
      • Databases
      • Artificial Intelligence
      10% off promo
      Desktop Applications

      Microsoft

      • Excel
      • Word
      • Teams
      • PowerPoint
      • Outlook
      • Guaranteed to run

      Adobe

      • Photoshop
      • Illustrator
      • InDesign
      • Premiere Pro
      • Acrobat
      • After Effects
      • LiveCycle Designer

      Other Vendors

      • Kofax
      • WCAG
      • Foxit
      • Programming
      CyberSecurity

      Ultimate IT Courses delivers a focused, career-ready cybersecurity program offered exclusively through our Mile2 partnership.

      Designed for both individuals and teams, the program builds practical, job-relevant skills across core security concepts, threat awareness, governance and risk fundamentals, and real-world defensive practices.

      Flexible delivery options make it easy to train remotely or in a live classroom setting, with a consistent learning path that supports confident progress from foundational knowledge to advanced application.

      Learn more>>>

      Custom Group Solution

      Customized Group Training Solutions are built for organizations that want training to match reality—your goals, your technology stack, your timelines, and your team’s current skill levels. Instead of forcing employees into generic public classes, Ultimate IT Courses designs private, instructor-led programs that fit how your business actually operates, with measurable outcomes and scheduling that won’t derail productivity. Learn more >>>

  • About Us
      Based in Ottawa, Ontario, Ultimate IT Courses combines enterprise-level course offerings with the flexibility of a boutique provider.
      Read More
      • About Ultimate IT Courses
      • About Mile2 Canada
      • Course Catalogue
      • Contact us
  • Resources
  • Contact us
Login
Python Logo

Python 101 – Basics

by Mile2 Canada

Python is an interpreted, object-oriented, high-level language that empowers you to automate your work so it can be completed predictably and accurately. This freely available language is installed on all major platforms without a charge. Given Python’s vast libraries, you’ll have a head start programming most tasks.

This product is currently out of stock and unavailable.

SKU: N/A Categories: Alta3, Programming, Technical Tag: In-Class Brand: UIT-Long
  • Description

Python is an interpreted, object-oriented, high-level language that empowers you to automate your work so it can be completed predictably and accurately. This freely available language is installed on all major platforms without a charge. Given Python’s vast libraries, you’ll have a head start programming most tasks.

Be it system admins, network, cloud, or storage engineers, all lessons in our courseware are highly relevant for scripting within the workplace, including; data retrieval and storage from the local system, working with RESTful APIs, and decoding JSON.

Class is a combination of live instructor demo and hands-on labs.

Who should attend

  • This course is an appropriate introduction to students of any background looking to get started with Python
  • System Administrators
  • Network Administrators and Engineers
  • DevOps Engineers
  • Management, Directors, VPs

Prerequisites

Keyboard proficiency.

Course Objectives

  • Current Python3 Standard Library
  • Popular 3rd party libraries
  • Version control with git
  • Git integration with popular SCM (GitHub)
  • Parsing and building files
  • Pull JSON from API queries
  • Manipulate Excel and other popular formats with pandas dataframes
  • Building feature rich charts and graphs
  • Searching with Regular Expressions (regex)
  • Best practice techniques

Follow On Courses

APIs and API Design with Python (AADP)
Jenkins Automation Server Essentials (JASE)
Python for Network Automation (PNA)

Outline: Python Basics (PBS)

Introduction to Python

  • Installing Python 3.x
  • Preparing to write Python
  • Preparing to write a Python file (*.py) – Text Editors
  • Executing a Python file
  • Python Enhancement Proposals (PEPs)
  • Python Statements and Control Flow
  • Python Interpreter
  • Overview of the Standard Library

Version Controlling Code with Git

  • Overview of Git
  • Git commands
  • Set up a GitHub account
  • GitHub essentials
  • README course requirements
  • How to Set up a repo
  • Issue a Pull request
  • How to use “Issues” for peer review

Basics of Programming

  • Functions and purpose of main()
  • Objects
  • Methods
  • Built in Functions
  • Arguments
  • Controlling standard out
  • White spacing basic rules
  • String Literal Escape Sequences
  • Python Variables
  • Naming Conventions & Rules
  • Types as Objects
  • Sequence Types
  • List Iteration
  • List Enumeration
  • Sequence Assignments
  • Mutable vs Immutable Objects
  • Assignment Shorthand

Python Basic Variables and Data Types

  • Numeric Types
  • Operators and Precedence / Arithmetic Expressions
  • Integers
  • Floating points

String Types

  • Generating Strings in Python
  • Common String Methods
  • Formatting String Output
  • Booleans
  • Printing and formatting strings
  • Scripting with input()
  • About raw_input()

Lists & Dictionaries & Tuples

  • Lists
  • Mixed Lists
  • Common List Methods
  • Other List Operations
  • An overview on and construction of dictionaries
  • Keys and Values
  • Dictionary Methods
  • Tuples
  • Python Time Tuples
  • Dictionaries vs Lists vs Tuples
  • Translating JSON to Pythonic data

If, elif, else

  • Relational Operators
  • Logical operators
  • Comparison Operations
  • “simple” if Statement
  • If else statements
  • If elif
  • Nested if statement

Looping with “while”

  • While usage
  • Count controlled loop
  • Event controlled loop
  • Continue
  • Break

Looping with “for”

  • The for Loop
  • For iteration examples
  • Looping across data sets
  • Looping across lists of lists
  • Looping across lists of dictionaries

Understanding Iterators

  • The range() Function
  • Taking the range() of len()
  • Iterable Objects
  • The iter() Function
  • Looping with dictionaries
  • Looping with lists

Getting Data In and Out of Python

  • Opening Files
  • Working with Files
  • Read data from files
  • Controlling Output Location
  • Intro to working with APIs
  • What is a “REST”ful API?
  • APIs and JSON

Creating Python Functions

  • Function Basics
  • Defining Functions
  • Function Polymorphism
  • Argument Defaults
  • Lambdas
  • What is if name == “main”
  • Local Variables
  • Variable Masking
  • Preventing Variable Modifications
  • Argument Matching Methods
  • Basic List Comprehensions

Modules & Packages

  • Pip and pip3
  • Module Basics
  • Packages
  • Virtual environments
  • Defined modules
  • Import modules
  • From import statements
  • Some useful modules to know
  • RESTful APIs and requests
  • Dataframes with pandas
  • Graphing with matplotlib

Python Scope

  • Naming conventions
  • Local scope
  • Global scope
  • Nested scope

Object Oriented Python

  • About OOP
  • The Class Statements
  • Defining a class
  • Class Inheritance
  • Classes as Objects
  • Using Dictionaries
  • Understanding self
  • Class fields and constructors
  • Data structures
  • Subclasses (Inheritance)
  • Multiple Inheritance
  • Static methods

(Optional) Regular Expression

  • import re library
  • Writing regular expression
  • Searching for data in files
  • Using Regular Expression to search data sets
  • Searching for data in Wireshark Traces (Python and *.pcaps)

Related products

  • Amazon Web Services logo
    Select options
    This product has multiple variants. The options may be chosen on the product page
    Migrating to AWS by Mile2 Canada
    $2,725.00
  • Splunk Logo
    Select options
    This product has multiple variants. The options may be chosen on the product page
    Transitioning to Splunk Cloud by Mile2 Canada
  • Fortinet Logo
    Select options
    This product has multiple variants. The options may be chosen on the product page
    FortiAnalyzer- NSE 5 by Mile2 Canada
  • Placeholder
    Select options
    This product has multiple variants. The options may be chosen on the product page
    Agile Boot Camp: An Interactive Introduction to Agile Software Development by Mile2 Canada

Newsletter Subscription

Get practical IT training updates, certification tips, and new course announcements.

loader
About Ultimate IT Courses

Based in Ottawa, Ontario, Ultimate IT Courses combines enterprise-level course offerings with the flexibility of a boutique provider. Read more…

Facebook-f Linkedin
Courses
  • Course Catalogue
  • Certifications
  • Training Resources
Useful Links
  • Terms and conditions
  • Privacy Policy
  • Refund Policy
Contact Us
  • (613) 416-8898
  • info@ultimateitcourses.ca
  • 451-207 Bank Street Ottawa, ON K2P 2N2 Canada
  • Copyright © 2026 Mile2 Canada. All Rights Reserved.
HomeSearchAccount