Whats is the best software ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Whats is the best software ?

What is the best software (free) for writing Python programs ?

6th May 2017, 11:30 PM
Nappster
12 Answers
+ 2
Yes i have that but do you need some sort of plugins to allow python to work on it I've only ever used C# on VS
6th May 2017, 11:45 PM
Nappster
+ 1
@luka can you recommend an alternative ?
6th May 2017, 11:58 PM
Nappster
+ 1
check out my link, you can use python in vs 2017
7th May 2017, 12:02 AM
Syset
Syset - avatar
+ 1
No harm intented, but unless you provide specific criteria, questions for the "best of" anything usually don't make a lot of sense. More so, if the "best" suggested by others is something that you don't get along with because you find the interface counter-intuitive or worse ;-) Anyway, I suggest to have a look at the following: Spyder, https://pythonhosted.org/spyder/ This is a multiplatform IDE under a MIT license. Jupyter notebook (formerly known as IPython notebook), https://ipython.org/notebook.html This runs in a modern web browser and I think it is a nice tool for prototyping. Code is organized in cells, which can be executed separately. In addition to the code cells, you can have cells with images, nicely styled text (Markdown, LaTeX). I use this a lot for talks and demos. Note that Spyder and the Jupyter notebook are both part of a Python distribution called Anaconda, which is available at no cost from Continuum Analytics, https://www.continuum.io/why-anaconda.
7th May 2017, 6:25 AM
Klaus-Dieter Warzecha
Klaus-Dieter Warzecha - avatar
+ 1
Thank you to everyone for there input on this topic it has at least cleared some issues up for me and given me something to look at in the near future.
7th May 2017, 11:59 AM
Nappster
0
I suppose visual studio 2015-17
6th May 2017, 11:44 PM
Syset
Syset - avatar
0
if they aren't built-in you have to download templates for python
6th May 2017, 11:46 PM
Syset
Syset - avatar
0
Ah ok can I do that inside VS ?
6th May 2017, 11:48 PM
Nappster
0
I suppose yes
6th May 2017, 11:48 PM
Syset
Syset - avatar
0
ah ok thanks for the input
6th May 2017, 11:49 PM
Nappster
0
yeah no problem, good luck with python
6th May 2017, 11:50 PM
Syset
Syset - avatar