So how do you actually deploy code/scripts?

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • setuptools

    Official project repository for the Setuptools build system

  • For example, when it comes to Python, one option is to use the same packaging system that a huge number of open-source libraries and tools are published with. You can use setuptools or Hatch to build a "packaged" version of your code, and publish it to either the public PyPi repository or an internal one that you set up. Then your users can use pip to install your package, automatically fetch its dependencies, and keep it up to date, just like any other Python module.

  • hatch

    Modern, extensible Python project management

  • For example, when it comes to Python, one option is to use the same packaging system that a huge number of open-source libraries and tools are published with. You can use setuptools or Hatch to build a "packaged" version of your code, and publish it to either the public PyPi repository or an internal one that you set up. Then your users can use pip to install your package, automatically fetch its dependencies, and keep it up to date, just like any other Python module.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building and Releasing a Python CLI

    3 projects | dev.to | 25 Nov 2023
  • Is there an up-to-date python package template?

    1 project | /r/pythontips | 3 May 2023
  • How do I install dependencies in Hatch?

    1 project | /r/learnpython | 27 Feb 2023
  • Call for questions for Guido van Rossum from Lex Fridman

    3 projects | /r/Python | 19 Oct 2022
  • Hatch 1.0.0 - Modern, extensible Python project management

    1 project | /r/programming | 30 Apr 2022