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
Forwarded from Sysadmin Tools 🇺🇦
HTTP Debugging for Python
Instantly view & debug all HTTP traffic from any #python tool, script, or server
Instantly view & debug all HTTP traffic from any #python tool, script, or server
httptoolkit.tech
HTTP Toolkit
Beautiful, cross-platform & open-source tools for debugging, testing and building with HTTP(S), on Windows, Linux & Mac.
How to structure a Flask-RESTPlus web service for production builds
https://www.freecodecamp.org/news/structuring-a-flask-restplus-web-service-for-production-builds-c2ec676de563/
#python #rest #flask
https://www.freecodecamp.org/news/structuring-a-flask-restplus-web-service-for-production-builds-c2ec676de563/
#python #rest #flask
freeCodeCamp.org
How to structure a Flask-RESTPlus web service for production builds
By Greg Obinna In this guide I’ll show you a step by step approach for structuring a Flask RESTPlus web application for testing, development and production environments. I will be using a Linux based OS (Ubuntu), but most of the steps can be replicat...
Forwarded from Записки админа
📊 Тут вот человек набросал скрипт, для визуализации данных, собранных vmstat. https://tuxstash.de/gist/2019/08/16/vmstatvis-py.html
#vmstat #напочитать #python
#vmstat #напочитать #python
Forwarded from NetDevOps Space
Наташа Самойленко сообщает, что её книга "Python для сетевых инженеров" окончательно переехала с GitBook на Read the Docs: https://pyneng.readthedocs.io
На GitBook содержимое удалено.
На новой платформе есть возможность скачать книгу в PDF и Epub.
Вместе с переездом обновились разделы и задания, а также добавлены разделы по ООП.
Наташа - невероятный энерджайзер! - 👏
Жду новую книгу от Наташи "25 часов в сутки. Как всё успевать с Натальей Самойленко". - 💪
GitBook жалко... - 😢
#pyneng #automatization #python #book
На GitBook содержимое удалено.
На новой платформе есть возможность скачать книгу в PDF и Epub.
Вместе с переездом обновились разделы и задания, а также добавлены разделы по ООП.
Наташа - невероятный энерджайзер! - 👏
Жду новую книгу от Наташи "25 часов в сутки. Как всё успевать с Натальей Самойленко". - 💪
GitBook жалко... - 😢
#pyneng #automatization #python #book
Forwarded from Пятничный деплой
Собираем deb пакеты с кодом на Python
https://medium.com/@pyc0d3r/packaging-python-project-to-debian-deb-part-1-f01f510d7d10
https://medium.com/@pyc0d3r/packaging-python-project-to-debian-deb-part-2-ea6d98e2d716
#python #deb
https://medium.com/@pyc0d3r/packaging-python-project-to-debian-deb-part-1-f01f510d7d10
https://medium.com/@pyc0d3r/packaging-python-project-to-debian-deb-part-2-ea6d98e2d716
#python #deb
Medium
Packaging Python Project to Debian .deb Part 1
Hi, Have you ever try to package your code/project to became .deb or in official Debian or Ubuntu Repository to share to the rest of the…