Чему вы научитесь
С 26 апреля 2021 года данный курс доступен в демо-режиме на stepik.org. Вы можете бесплатно пройти полную версию курса на платформе разработчиков курса Python PyPI package publication
In this course students will turn a set of python scripts into PyPI package that any developer can install via pip.
Each step contains theory that students should know when creating a package, as well as a practical step in which students are required to work with simple python project.
The examples and tasks are given for python3, but with minor changes can be adapted for python2.
О курсе
Для кого этот курс
Начальные требования
Students of this course are required to know how to
- Program in Python. Knowledge of the basic syntax and how modules work are required. ( [RU] https://stepik.org/67 , [EN] https://stepik.org/238 )
- Work in the Linux terminal. How to work with files and directories, how to edit files. ([RU] https://stepik.org/73)
- Work with Git and GitHub. How to commit files and work with remotes. ( [EN] https://stepik.org/2159)