Forwarded from Developers Community via @like
Как создать службу Windows на Python.
Вам когда-нибудь приходилось писать скрипт на Python, который мог бы работать в фоновом режиме в качестве службы Windows? В этой статье вы узнаете, как это сделать менее чем за 10 минут.
https://www.thepythoncorner.com/2018/08/how-to-create-windows-service-in-hi.html
#python #windows
Вам когда-нибудь приходилось писать скрипт на Python, который мог бы работать в фоновом режиме в качестве службы Windows? В этой статье вы узнаете, как это сделать менее чем за 10 минут.
https://www.thepythoncorner.com/2018/08/how-to-create-windows-service-in-hi.html
#python #windows
Packaging and Releasing Private Python Code (Pt.1) - Engineering Blog
https://www.eventbrite.com/engineering/packaging-and-releasing-private-python-code-pt-1/
https://www.eventbrite.com/engineering/packaging-and-releasing-private-python-code-pt-2/
#python #freeze
https://www.eventbrite.com/engineering/packaging-and-releasing-private-python-code-pt-1/
https://www.eventbrite.com/engineering/packaging-and-releasing-private-python-code-pt-2/
#python #freeze
Engineering Blog
Packaging and Releasing Private Python Code (Pt.1) - Engineering Blog
When dealing with a large Python code base managed by multiple teams, you often find that you need to be able to package and release this code independently. Most best-practices guides for releasing Python packages focus on public packages, and do not cover…
Forwarded from GitHub'ненько
gitcher
The git profile switcher. It facilitates the switching between git profiles, importing configuration settings such as name, email and user signatures.
#git #python
https://github.com/GlezSeoane/gitcher
The git profile switcher. It facilitates the switching between git profiles, importing configuration settings such as name, email and user signatures.
#git #python
https://github.com/GlezSeoane/gitcher
Forwarded from Пятничный деплой
Коротенько о том, как организовать свои python скриптики в нормальный вид и подготовить для дистрибуции https://medium.com/ediblesec/turning-python-scripts-into-cli-commands-aecf56dfda18 #python #cli
Medium
Turning Python Scripts into CLI Commands
In this article we are exploring how you can turn your Python scripts into fully fledged CLI commands
Forwarded from Пятничный деплой
Скучаете по go fmt, когда пишите на python? https://medium.com/3yourmind/auto-formatters-for-python-8925065f9505 #python #linter #format
Medium
Auto formatters for Python 👨💻🤖
This post can be found also on my personal blog here: https://www.kevinpeters.net/auto-formatters-for-python