<div dir="ltr">Hi Desmond,<div><br></div><div>Welcome to the group!</div><div><br></div><div>Many Python developers don't use an IDE at all, and find that using a high-power text editor like Notepad++, Sublime Text, Vim, or Emacs gives them everything they need.</div>

<div><br></div><div>The main IDEs used by those who do are:</div><div>Eclipse with the PyDev extension, which is fully-featured and free, but is generally considered to be a bit clunky.</div><div>My personal preference is PyCharm, which has just had a cut-down version made free. It's great for learning the language, although it doesn't come with some of their extra support for web development frameworks.</div>

<div><br></div><div>I think with all of these options you'll need to separately install a recent version of Python - the currently most-supported version is Python 2.7. Python is like PHP in that you don't need to compile programs before running - you just run your scripts directly.</div>

<div><br></div><div>If you're planning to do web development with Python, you should check out the Django and Flask frameworks. Django is very powerful, but has a reasonably steep learning curve; Flask is probably quicker to get up-and-running with, but doesn't offer Django's database abstraction.</div>

<div><br></div><div>I hope your experience with Python is as positive as mine - I found it a revelation when I started learning it, coming from a mainly Java and Perl background.</div><div><br></div><div>--Mark</div></div>

<div class="gmail_extra"><br><br><div class="gmail_quote">On 26 October 2013 21:03, Desmond Devlin <span dir="ltr"><<a href="mailto:desmonddevlin@operamail.com" target="_blank">desmonddevlin@operamail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm a 34 Year-Old Full Time Carer from Northern Ireland who graduated in<br>
IT back in 2001 but was unable to find an ideal Job in IT. Over the past<br>
6 1/2 Years I used Poetry as a means of self-therapy, but now I wish to<br>
return to programming in order to find work.<br>
<br>
I was inspired to return to programming by the viral <a href="http://code.org" target="_blank">code.org</a> Video made<br>
9 Months ago; which I saw on the LinkedIn profile of an old Uni Mate;<br>
and was later egged on to get back to programming by another ex-Uni mate<br>
on LinkedIn.<br>
<br>
Although my primary focus is PHP and Java, I would also like to learn<br>
Python to keep my options open. I have Netbeans 7.4 for HTML, Java and<br>
PHP. Does that IDE also do Python? If not, I installed a Python compiler<br>
last Christmas when I was doing things Half heatedly.<br>
<br>
That's enough about myself, I hope that this will be a valuable journey<br>
for me.<br>
<br>
Regards,<br>
<br>
<br>
<br>
Desmond.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
  Desmond Devlin<br>
  desmonddevlin@operamail"><a href="mailto:desmonddevlin@operamail.com">desmonddevlin@operamail.com</a><br>
 <a href="http://desmond1979.wordpress.com" target="_blank">http://desmond1979.wordpress.com</a><br>
<a href="http://www.ardboelaureate.com" target="_blank">http://www.ardboelaureate.com</a><br>
<a href="http://www.desmonddevlin.me.uk" target="_blank">http://www.desmonddevlin.me.uk</a><br>
<br>
_______________________________________________<br>
Edinburgh mailing list<br>
<a href="mailto:Edinburgh@python.org">Edinburgh@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/edinburgh" target="_blank">https://mail.python.org/mailman/listinfo/edinburgh</a><br>
</font></span></blockquote></div><br></div>