![]() |
|
What python IDE/editor do you use? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: What python IDE/editor do you use? (/Thread-What-python-IDE-editor-do-you-use) |
What python IDE/editor do you use? - Harvey - 04-08-2013 Personally, I'm happy using IDLE. I use it because it has the basics but still somewhat forces me to be particular in the way I write code. I used to use Spyder and that was a brilliant IDE (would recommend), although specifically used for scientific python work. Personally, I find any text editor with syntax highlighting is more than sufficient. ![]() What do you use? RE: What python IDE/editor do you use? - Greed - 04-08-2013 No idea, can you recommend me expert? RE: What python IDE/editor do you use? - Harvey - 04-08-2013 (04-08-2013, 01:15 AM)Greed Wrote: No idea, can you recommend me expert? If you're looking to get into python, I'd definitely recommend you start with IDLE since it comes with python anyway.
RE: What python IDE/editor do you use? - Greed - 04-08-2013 (04-08-2013, 01:18 AM)Harvey M. Wrote:(04-08-2013, 01:15 AM)Greed Wrote: No idea, can you recommend me expert? Ok mate will keep that in mind RE: What python IDE/editor do you use? - Harvey - 04-08-2013 (04-08-2013, 01:20 AM)Greed Wrote:(04-08-2013, 01:18 AM)Harvey M. Wrote:(04-08-2013, 01:15 AM)Greed Wrote: No idea, can you recommend me expert? No worries man, any other python questions, I'm your man!
RE: What python IDE/editor do you use? - Redbull - 04-09-2013 Harvey, you need to make more tutorials for me broh. RE: What python IDE/editor do you use? - Harvey - 04-09-2013 (04-09-2013, 12:16 AM)Redbull Wrote: Harvey, you need to make more tutorials for me broh. I'll get on it when I get home from uni. :'D RE: What python IDE/editor do you use? - Redbull - 04-10-2013 Alright Man, you always cheer me up when you make a Python tutorial because i am learning it currently. RE: What python IDE/editor do you use? - Harvey - 04-10-2013 (04-10-2013, 12:14 AM)Redbull Wrote: Alright Man, you always cheer me up when you make a Python tutorial because i am learning it currently. Will get on it now.
RE: What python IDE/editor do you use? - idb - 08-23-2013 Haven't used python in a while but installed IronPython recently (by recently I mean several months ago... my concept of time is skewed). Shit's pretty dope. You can write py in .NET. If anyone's interested in checking it out here's a link; http://ironpython.net/ |