What would you recommend to a guy whose just getting started out and pursuing his trifecta?

  • Loik87@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Ah okay. If you haven’t already done, look into virtual environments or venv’s and the pip package manager. You can create a venv and manage your packages individually for each project. It basically serves the exact reason you created VMs, to rule out possible conflicts.

    Also instead of Eclipse I recommend either working just with a text editor like vim/ sublime that way you don’t even need a GUI or if you want a GUI you could try VS Code/ PyCharm. PyCharm is an IDE specifically made for Python.

    BTW you already have a homelab so running your own version control tool like Gitea or GitLab could be interesting for you.

    • ometecuhtli2001@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      More rabbit holes to fall down, thank you LOL! I’ve been thinking about VS Code but the tidal wave of search results kept me from finding out about PyCharm. Right now my code “management” is simply copying the latest version of my code to my NAS, so I’ll give Gitea a go as well.