Programmation Python avec RedHat (AD141)
- Référence AD141
- Durée 5 jour(s)
Modalité pédagogique
Classe inter à distance Prix
EUR2,560.00
hors TVA
Demander une formation en intra-entreprise S'inscrireAller à:
Modalité pédagogique
La formation est disponible dans les formats suivants:
-
Classe inter à distance
Depuis n'importe quelle salle équipée d'une connexion internet, rejoignez la classe de formation délivrée en inter-entreprises.
-
E-Learning
Pour cette formation, il existe aussi un produit d’auto-formation en ligne. Nous consulter.
-
Classe inter en présentiel
Formation délivrée en inter-entreprises. Cette méthode d'apprentissage permet l'interactivité entre le formateur et les participants en classe.
-
Intra-entreprise
Cette formation est délivrable en groupe privé, et adaptable selon les besoins de l’entreprise. Nous consulter.
Demander cette formation dans un format différent
Résumé
Haut de pagePython programming for beginners
Python is a popular programming language used by system administrators, data scientists, and developers to create web applications, custom Red Hat Ansible Automation modules, perform statistical analysis, and train AI/ML models. This course introduces the Python language and teaches fundamental concepts like control flow, loops, data structures, functions, file I/O, regular expressions, parsing JSON, and debugging. This course is based on Python 3 and RHEL 9.0.
Following course completion, you will receive a 45-day extended access to hands-on labs for any course that includes a virtual environment.
Note: This course is self paced. Durations may vary based on the delivery. For full course details, scheduling, and pricing, select your location then “get started” on the right hand menu.
Virtual Learning
This interactive training can be taken from any location, your office or home and is delivered by a trainer. This training does not have any delegates in the class with the instructor, since all delegates are virtually connected. Virtual delegates do not travel to this course, Global Knowledge will send you all the information needed before the start of the course and you can test the logins.
Prochaines dates
Haut de pagePublic
Haut de page- System administrators and DevOps personnel who want to use Python to automate operating system tasks
- Developers from other programming languages who want to learn Python for writing applications
- AI/ML, data scientists, and engineers who want to use Python for data analysis and machine learning
Objectifs de la formation
Haut de page- Basics of Python syntax, functions and data types
- How to debug Python scripts using the Python debugger (pdb)
- Use Python data structures like dictionaries, sets, tuples and lists to handle compound data
- Learn Object-oriented programming in Python and Exception Handling
- How to read and write files in Python and parse JSON data
- Use powerful regular expressions in Python to manipulate text
- How to effectively structure large Python programs using modules and namespaces
- How to use third-party libraries using the pip CLI tool.
Programme détaillé
Haut de pageAn Overview of Python 3
Introduction to Python and setting up the developer environment
Basic Python Syntax
Explore the basic syntax and semantics of Python
Language Components
Understand the basic control flow features and operators
Collections
Write programs that manipulate compound data using lists, sets, tuples and dictionaries
Functions
Decompose your programs into composable functions
Modules
Organize your code using Modules for flexibility and reuse
Classes in Python
Explore Object Oriented Programming (OOP) with classes and objects
Exceptions
Handle runtime errors using Exceptions
Input and Output
Implement programs that read and write files
Data Structures
Use advanced data structures like generators and comprehensions to reduce boilerplate code
Regular Expressions
Use powerful regular expressions to manipulate textual data
Parsing JSON
Read and write JSON data
Debugging
Debug Python programs using the Python debugger (pdb)
Pré-requis
Haut de page- There are no prerequisites for this course.
Technology considerations
- Internet access is required.
- A cloud-based RHEL workstation will be provided. Optionally, students can install Python on their own workstation and run lab exercises locally, however Red Hat will not troubleshoot local environment issues.
Et après
Haut de pageThis course is part of the “Red Hat Training Presents” program. The courses in this program provide introductory content to get you started with the technology, and are complementary to other Red Hat Training offerings. This introductory Python course prepares you for:
- Ansible Basics: Automation Technical Overview (DO007)
- Red Hat Enterprise Linux Automation with Ansible (RH294)
Bon à savoir
Haut de pageImpact on the organization
Python is the language of choice for engineering and operations teams in the domain of AI/ML, data science, scientific computing, system administration scripts, and modern cloud-native microservices development. With its simple and readable syntax, its large and powerful standard library, and enormous ecosystem of third party libraries, Python allows organizations to experiment, prototype and bring solutions to market quickly and efficiently.
This course provides a thorough introduction to Python and teaches the syntax, semantics, idioms, tools and libraries to implement Python programs.
Impact of this training
As a result of attending this course, you will be able to program in Python. You will be able to achieve this through learning and demonstrating the following skills:
- Quickly prototype and experiment with using Pythons easy to read syntax, dynamic typing and powerful data types
- Read and write files and JSON data
- Structure large programs using modules and Object Oriented Programming
- Handle errors using Exceptions and troubleshoot applications using the Python debugger
- Manipulate text data using powerful regular expressions and the standard library String functions