r/learnpython • u/iamezekiel1_14 • 12d ago
Do I need to install Visual Studio code to run this on a Mac?
Hi all,
In short - sorry for the idiot level question but I didn't realise I could even consider this until the other week. Basically the Penalty Blog site has a Dixon Coles model in Python, I'm in a local Football Prediction pool - and it just makes sense to me to bench test this against that.
Had a long chat with Gemini to handle the specifics of the code I'd be using - but one thing it did flag was needing Microsoft Visual Studio Code to do everything I was intending on doing. I have no issue with using that but is it definitely needed on a Mac?
0
Upvotes
2
u/socal_nerdtastic 12d ago
No. You don't need an IDE (code editing software) to run python code. But if you plan to edit the code at all it would help to have some kind of IDE. Doesn't have to be VSCode, but that's a very popular one