Logo
flag

Python Master. Complete Guide

Logo

Please rate the course

0.0
Category:
Language:
Russian
Duration:
30:13:08
Number of lessons:
87
Release date:
26/03/2023
Rating:
0.0

Course short description

As a modern professional, you need to learn programming languages ​​that have great built-in features and can help in rapid application development. Not only that, they should be easy to learn and have a community of developers. This is why many programmers started using Python.

Python is not a new programming language. It was first introduced in 1991. This is a powerful scripting language with a huge number of modules and libraries for almost any task. A huge number of startups are developing in Python. It is used by various IT giants.

There are several reasons why Python is the best option for the technology industry, from machine learning to web development. It is an interpreted, object-oriented, high-level programming language that is also one of the fastest growing in the world. It is used by software engineers, mathematicians, data analysts, scientists, students, and other professionals.


Part 1

Learn Python< /strong>

The first part consists of 61 lessons with a total duration of more than 22 hours and is devoted exclusively to learning Python. The course uses the latest version available at the time the course was recorded - Python 3.11. The study is built from simple to complex and, accordingly, the course will begin with such basic things for any programming language as: language syntax, data types, variables, operators, etc.

In addition to studying the theory in the first parts you will find and a lot of practice. Having received the basics and moving on to more advanced topics, starting from the 12th lesson, the first homework will be given for independent completion. There will be quite a lot of homework and independent practice, which will allow you to dilute the theory and consolidate the material being studied through personal experience.

Part 2

Creating applications with graphical interface

The second part of the course is devoted to working with the interesting Tkinter library, which is included in the standard Python library. In the first part, while learning Python, you could see the result of executing programs in the console, that is, console applications were actually written. This is not always acceptable, since to run such programs, firstly, Python must be installed on the computer, and, secondly, to run them you will need certain skills in working with the console.

It would be much more interesting , if the output was not a console program, but a standard executable application for the operating system. In the case of Windows OS, this is an exe application. The Tkinter library allows you to do this. Using this library, you can create GUI applications, that is, applications with a graphical interface, the launch of which is no different from any other standard applications for the operating system.

Agree, it is much more interesting to create programs with a graphical interface that can be show it to your friends, noting that you are the author of these programs. And additional modules will help you create modern and beautiful designs for your programs.

The second part consists of 26 lessons with a total duration of almost 8 hours.

Write your comment

Logo