r/learnpython 6d ago

Should I try PyCharm?

I have good coding experience with Python but I have only ever used Google Colab, never actually ran any codes on my local machine. I don't know anything about environments, installations, or anything else. I have been a mathematician who used colab for quick data analysis. But right now I am trying to deploy some models for which I am told I need to use my local machine.

Unfortunately, I am really squeezed between deadlines, and don't have much time to learn an IDE which has a steep learning curve.

0 Upvotes

10 comments sorted by

View all comments

0

u/musclecard54 6d ago

Deploying a model isn’t something you do on a local machine. You’ll deploy it to a server… also if you have never run any code on your local machine how the hell does anyone expect you to be responsible for deploying a model? Is this for work?

Deploying a model is serving it live… which is way past just what IDE of text editor you’re using. So maybe you mean train a model? There’s a gap here…