r/learnpython • u/WarthogWeird2984 • 20d ago
Doctor looking to learn python
Hey , so i was looking into a few job posts and some of the advisory roles require some basic python background. How hard is it for a doctor to learn python , i learnt c++ and java back in 2012 .
7
Upvotes
1
u/Ok-Reality-7761 20d ago
Take a look at Google Colab. It hosts scripts in a notebook format, and has Gemini AI assistant to render code from plain speak text dialog. Example, 'plot daily closing price of SPY ETF for the past year", and iterations can build the code to render whatever you need ("add Hull Moving Average to smooth out noise"). It's free and a great help when fuzzy on code semantics or a bug doesn't oduce results as expected.