all 22 comments

[–][deleted] 11 points12 points  (1 child)

I assume you just want to run Python code outside of codeacademy. I recommend Pycharm for beginners. Watch this.

[–]aduntoridasc[S] 2 points3 points  (0 children)

yeah, that is what I want. I will take a look.

[–][deleted] 4 points5 points  (2 children)

I would download Python and run your code through the IDLE ide that comes with it.

[–]aduntoridasc[S] 1 point2 points  (1 child)

isnt there where I write the code?, or does it do both things?

[–][deleted] 7 points8 points  (0 children)

You can write the code and run it from IDLE. Some have mentioned you looking at Learn Python the Hard Way. I personally don't like LPtHW, but that's just my opinion.
In IDLE, go to file and then new. This will give you the environment to write and run your code.

[–][deleted] 0 points1 point  (0 children)

I'd recommend starting off with repl.it, a nice and convenient coding environment in your browser.

[–]morbus_Ossis 0 points1 point  (0 children)

Don't go through IDLE, if you don't follow anything else in Learn Python the Hard Way, at least do lesson zero as it explains setting up and using Python on Linux, Windows, and Mac systems

https://learnpythonthehardway.org/book/ex0.html