- EOL
Attention! The sale of the product has been completed. Check othercourses in this category. |
Description
- Do you want to learn a language that offers unlimited possibilities and at the same time enables you to work very quickly?
- Do you want to learn a language that has simple, clear syntax and is very easy to learn?
- Have you tried to master Python using different materials, but still have problems with understanding certain issues?
- Do you need a course that quickly explains all the important elements of the language?
- Are you looking for a course that will give you the knowledge to write window, console or web applications?
The course is designed for beginners who want to learn how to program in Python. You will quickly gain knowledge about the key concepts of the Python language. You will master a lot of practical solutions that you can use in your projects. What you will learn will allow you to start working on your own applications and at the same time provide a solid foundation for further development of your skills.
An example of a free lesson: the FOR Loop. More examples in the Table ofContents.
The author discusses in detail every important element of language. At the beginning he shows how to install a Python interpreter and how to configure the working environment. Then he goes on to discuss the main components of each program: variables, operators, control instructions, etc. In the next group of chapters you will gain extensive knowledge about the data types in the Python language. A lot of time has been devoted to discussing functions and modules. You will learn how to use standard Python modules and how to create your own modules. The next group of chapters is a great opportunity to learn object-oriented aspects of the language: classes, inheritance or methods. The authors also show many practical examples. Thanks to them you will master functions that enable you to work with files (opening, saving.), catalogues and URLs. Finally, you will learn libraries that allow you to easily create graphical interfaces.
All materials are included in the course. The course is based on Python 3 version.
Table of contents
Introduction
Key concepts of language
Data types
Functions
Modules
|