The Introduction to Python training course is designed to demonstrate the Python programming language.
The course begins by examining why to adopt Python, where Python excels, and how it compares to other programming languages. Next, it transitions into a nuts-and-bolts examination of key language features, concepts, and functionalities. The course concludes by analyzing how to apply OO programming concepts with Python, work with exceptions, and create modularity in your applications.
THIS IS NOT A LEARN-TO-CODE CLASS. If you would like to learn how to program, consider https://www.pluralsight.com/professional-services/software-development/intro-to-programming
Purpose
| Learn how to develop simple programs using fundamental Python concepts. |
Audience
| Developers, Q/A, Dev Ops, and system administrators looking to adopt Python. |
Role
| Software Developer - System Administrator - Web Developer |
Skill Level
| Introduction |
Style
| Hack-a-thon - Learning Spikes - Workshops |
Duration
| 3 Days |
Related Technologies
| Python |
Productivity Objectives
- Install and configure a development environment to support Python
- Create a basic stand-alone Python application
- Perform basic text-processing functionality using Python
- Develop a modular application