Frustrated with a mess on my Mac((

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Poetry

    Python packaging and dependency management made easy

  • Also, do not install ANY Python packages at a global level except Poetry, which you will need in the future to do package management. You want to create "virtualenvs", one for each project, and then install just the Python packages you need in the specific virtualenv for the one project. When you screw up the virtualenv, usually by installing some huge dependency you later decide you don't need, you simply trash the virtualenv and start again.

  • pyenv

    Simple Python version management

  • You have 10 versions of python, and you installed every one manually by downloading from python.org - is it correct? Check out pyenv.

  • 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.

    InfluxDB 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

  • PyEnv & Poetry - BFFs 💖

    2 projects | dev.to | 27 May 2023
  • When is PopOS going to update Python to 3.11?

    2 projects | /r/pop_os | 9 Dec 2022
  • [D] I keep messing up my anaconda.

    2 projects | /r/MachineLearning | 5 Mar 2022
  • From Kotlin Scripting to Python

    1 project | dev.to | 7 Mar 2024
  • Python Packaging, One Year Later: A Look Back at 2023 in Python Packaging

    2 projects | news.ycombinator.com | 16 Jan 2024