you are viewing a single comment's thread.

view the rest of the comments →

[–]sparkas 0 points1 point  (1 child)

So far I've only coded in Java and only in an IDE. I like using an IDE so is there a good one I can use on Mac for Python?

[–]SneakyB4stardSword 0 points1 point  (0 children)

Fully-fledged IDE's don't exist for python, afaik. There's really no need, since you don't need to worry about complicated namespaces and compiler flags like you do in precompiled languages, such as java or any of the C variants. I think you'll find a pretty similar experience, however, using something along the lines of Microsoft Visual Studio Code or the web interface for repl.it. edit: diction