We are using cookies to give you the best experience on our site. Cookies are files stored in your browser and are used by most websites to help personalise your web experience.
By continuing to use our website without changing the settings, you are agreeing to our use of cookies.
SZT PYTHON-A

Python basics

Category:
Difficulty level: Beginner
Exam code
Net price/person:
225.000 HUF
Duration
4 Day
Offline
application
Certification route
Description

 

One of the most popular programming languages today is Python. Among its many advantages, it is easy to understand, easy to code and platform-independent. It can be used on any operating system and is open source. Last but not least, Open AI and ChatGPT are written in this programming language.

During the 4-day training, participants will learn the basics of the Python programming language. The basic syntax will be learned through practical examples.

Aim

Create simple programs using the language's capabilities and syntax.

Recommended for

It is recommended for professionals who are interested in and those who need to know the Python programming language to perform their tasks, as well as those who are interested in Artificial Intelligence.

Prerequisites

Basic computer user skills. Ability to read documentation in English.

Syllabus

Syllabus in English

Basic elements of the language

  • Syntax, simple instructions
  • Variables and data types
  • Operations, operators and predicates: arithmetic, assignment, comparison, logical, identity, membership, bitwise
  • Collections, Arrays: List, Tuple, Set, Dictionary
  • Conditional forks
  • Cycles, iterations: While, For
  • User input
  • Text formatting

Functions and classes

  • Built-in functions and methods
  • Defining functions, return values. Lambda function
  • Classes: properties and methods, inheritance

Moduls

  • Built-in modules, Dunder method
  • Loading and using external (common/popular) modules
  • Decorator

File management

  • Read, write, create, delete

Database management

  • Mysql, Mongodb
  • Connect, Create database, Create table
  • Records management
  • Simple quieries

Troubleshooting

  • Try, Except, Else, Finally