Programming in Python 3.11 - course 3000 rub. from Stepik, training 2 hours, date November 29, 2023.
Miscellaneous / / December 01, 2023
Stepik is an educational platform and online course designer.
We develop adaptive learning algorithms, collaborate with MOOC authors, and help conduct competitions and retraining programs.
Our goal is to make education open and convenient.
Stepik is a well-known Russian educational platform founded in 2013. More than a million users from Russia and the CIS countries are registered on Stepik. Currently, Stepik offers several thousand training courses on a variety of topics.
The Stepik platform includes a designer of free activities and lessons. Any registered user can create an interactive training course. At the same time, the authors of educational materials retain copyright. The service has no restrictions on the number of students per course.
Stepik has extensive capabilities for creating online courses, training sessions and lessons using texts, videos, pictures, test tasks, during which you can have discussions with other students, as well as with teacher. In total, Stepik contains 20 types of tasks, the verification of which can be carried out both automatically and manually.
A big advantage of this platform is the ability to embed created materials on third-party sites, for example, Moodle and Canvas.
In addition, Stepik can be used as a venue for various events, such as Olympiads and competitions.
The platform interface is completely Russian-language, quite friendly and intuitive. The platform is completely free.
For each course completed at Stepik, the student receives a certificate of completion. Obtaining a certificate is also free.
Python from Scratch is a course dedicated to beginner programmers who have no programming experience. In it we start from complete ZERO, and analyze all the topics in detail with examples of problem solving.
Can you answer which flag is better to open a file with? What is the difference between rt+ and ab+? What is a file stream and when should you use the io library? How to recursively read the contents of all files in a folder tree? How to work with the file system correctly? Why do you need to validate files and in what cases should you use base64? We will answer each of these questions and show you how to properly use your new knowledge.
In this course you will create your own API using the fastest, simplest and most convenient FastAPI framework. Learn to interact with your API using a Bitcoin bot in Telegram to generate wallets, balance queries and transfers. You will also learn how to work with databases using PonyORM and master working with bitcoins in Python. In addition, you will make a simple bot using the pyTelegramBotAPI library to interact with your API and work with bitcoins.