Python Programming – Basics for Non-Programming

Description

Python Programming Provides a foundation that will allow students to further their skills. To begin, you will receive an overview of Python and how to quickly build simple applications. With Python syntax, function and module design is considered. File consumption, exception handling, and using different data types are included in this program. Also included is fundamental object-oriented concepts, database connectivity, and GUI (Graphical user interface) development.

New and experienced developers who are interested in transitioning to the python platform would gain a vast amount of knowledge from this program. Python is an excellent first programming language to learn.

Upon completion of this course, students will have the ability to:

Understand the different types of Python applications
Recognize source code for a console application
Use the interactive shell
Manage source files
Fix both syntax and runtime errors
Compile and run a program
Code statements, add comments and organize code into functions
Name and assign values to variables
Author expressions
Include special characters
Use predefined Python functions
Use relational and logical operators
Code and nest if statements
Use loops
Create and call functions
Provide arguments for functions
Use standard modules
Plan functions in a program with hierarchy charts
Gain techniques for debugging more easily, including setting breakpoints
Create, sort, and use lists of one or multiple dimensions
Create and use tuples
Read, write, and manage files – both text and binary
Work, in great detail, with various string, numeric, and date/time types
Define a custom class
Create objects based on a custom class
Use proper encapsulation within a class definition
Define and establish an inheritance relationship between classes
Implement polymorphism
Understand relational database organization
Use SQL to retrieve or manipulate data
Use SQLite to connect and interact with a database
Test database code and handle exceptions
Create a GUI (graphical user interface), including a root window
Handle graphical events such as a button click
Visually layout graphical components in a grid

Prerequisites

It is recommended that individuals interested in this program have:

Basic computer navigation skills
Previous programming experience is not needed, nor required. However, it will assist with understanding the course topics.

What’s included?

  • Authorized Courseware
  • Intensive Hands on Skills Development with an Experienced Subject Matter Expert
  • Hands-on practice on real Servers and extended lab support 1.800.482.3172
  • Examination Vouchers & Onsite Certification Testing- (excluding Adobe and PMP Boot Camps)
  • Academy Code of Honor: Test Pass Guarantee
  • Optional: Package for Hotel Accommodations, Lunch and Transportation

With several convenient training delivery methods offered, The Academy makes getting the training you need easy. Whether you prefer to learn in a classroom or an online live learning virtual environment, training videos hosted online, and private group classes hosted at your site. We offer expert instruction to individuals, government agencies, non-profits, and corporations. Our live classes, on-sites, and online training videos all feature certified instructors who teach a detailed curriculum and share their expertise and insights with trainees. No matter how you prefer to receive the training, you can count on The Academy for an engaging and effective learning experience.

Methods

  • Instructor Led (the best training format we offer)
  • Live Online Classroom – Online Instructor Led
  • Self-Paced Video

Speak to an Admissions Representative for complete details

StartFinishPublic PricePublic Enroll Private PricePrivate Enroll
12/25/202312/27/2023
1/15/20241/17/2024
2/5/20242/7/2024
2/26/20242/28/2024
3/18/20243/20/2024
4/8/20244/10/2024
4/29/20245/1/2024
5/20/20245/22/2024
6/10/20246/12/2024
7/1/20247/3/2024
7/22/20247/24/2024
8/12/20248/14/2024
9/2/20249/4/2024
9/23/20249/25/2024
10/14/202410/16/2024
11/4/202411/6/2024
11/25/202411/27/2024
12/16/202412/18/2024
1/6/20251/8/2025

Curriculum

Module 1: Essential concepts and skills

An introduction to Python

Introduction to Python
How to use IDLE to develop programs

How to write your first program

Basic coding skills
How to work with data types and variables
How to work with numeric data
How to work with string data
How to use five of the Python functions

How to code control statements

How to code Boolean expressions
How to code the selection structure
How to use the iteration structure

How to define and use functions and modules

How to define and use functions
More skills for defining and using functions
How to create and use modules
How to use standard modules
How to plan the functions of a program

How to test and debug a program

An introduction to testing and debugging
Four techniques for testing and debugging
How to use the IDLE debugger

How to work with lists and tuples

Basic skills for working with lists
How to work with a list of lists
More skills for working with lists
How to work with tuples

How to work with file I/0

An introduction to file I/O
How to use text files
How to use CSV files
How to use binary files

How to handle exceptions

How to handle a single exception
How to handle multiple exceptions

Module 2: Object-oriented programming

How to work with numbers

Basic skills for working with numbers
How to format numbers
How to work with decimal numbers

How to work with strings

Basic skills for working with strings
How to split and join strings

How to work with dates and times

How to get started with dates and times
More skills for working with dates and times

Module 3: Object-Oriented Programming

How to define and use your own classes

An introduction to classes and objects
How to define a class
How to work with object composition
How to work with encapsulation

How to work with Inheritance

How inheritance works
How to override object methods

Module 4: Database and GUI programming

How to work with a database

An introduction to relational databases
How to use SQL statements for data manipulation
How to use SQLite Manager to work with a database
How to use Python to work with a database

How to build a GUI program

How to create a GUI that handles an event
More skills for working with components