Transitioning from Go and TypeScript to Python – Need Resources!

0
12
Asked By CuriousCoder99 On

I've been working with Go and TypeScript for a while, but now I've got a new job where I'll be using Python, and I'm not very experienced with it. I'm comfortable with general programming concepts in Python, but I'm looking for resources that help me grasp the complete environment needed to build robust applications. Can anyone suggest some good content creators or resources for this?

4 Answers

Answered By SwitchingDev On

I've been a Python developer and I'm about to switch to Golang myself! So I get that it can feel daunting. I suggest starting with something straightforward like uv; it simplifies a lot of the initial setup.

Answered By PixiFanatic On

Another quick tip is to use Pixi for your projects—it's really user-friendly and can help ease your transition.

Answered By TechSavvy101 On

You might want to do some research on package management in Python. Look into topics like 'pip vs pipx vs poetry vs conda vs mamba'—there's a lot to consider depending on your needs. I found this article that breaks down the different tools well: [Real Python Packaging Breakdown](https://medium.com/algomart/real-python-packaging-breakdown-from-pip-to-poetry-to-uv-and-everything-between-f1f38274cb94). It's a bit overwhelming, but it’s a good starting point!

Answered By DevJourney On

If you're starting fresh in Python, definitely check out Arjan codes on YouTube. He covers a ton of Python-specific topics and can help you get a solid understanding of the environment.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.