Live data from Hacker News

Getting started with Python: Tips, Tools and Resources

lurnq.com

11–19 of 19 posts

Re: Getting started with Python: Tips, Tools and Resources

#14
post #13

Python as a language is great. Its the GUI frameworks that always stop my advances into Python...there are about half a dozen of them and they come in various flavours of broke, ugly, incompatible, difficult or abandoned. So I end up downloading VS C# Express...

As someone who's relatively comfortable with VS ('08-'12) and who has licenses, I'm curious to know what the limitations (if any) are to using VS for development with Python.

Do you (or does anyone) know of any quick-start guides or tutorials to working with Python (or any other non-.NET languages) in Visual Studio?

Re: Getting started with Python: Tips, Tools and Resources

#15
post #14
post #13

Python as a language is great. Its the GUI frameworks that always stop my advances into Python...there are about half a dozen of them and they come in various flavours of broke, ugly, incompatible, difficult or abandoned. So I end up downloading VS C# Express...

As someone who's relatively comfortable with VS ('08-'12) and who has licenses, I'm curious to know what the limitations (if any) are to using VS for development with Python. Do you (or does anyone) know of any quick-start guides or tutorials to working with Python (or any other non-.NET languages) in Visual Studio?

All the code on the internet is C#, so I don't really both with python on VS. I guess its possible, but for learning it strikes me as a bad starting point.

Re: Getting started with Python: Tips, Tools and Resources

#16
post #9

I miss Dive Into Python. It was awesome.

Why are you talking about it in the past tense? http://www.diveintopython.net/toc/index.html http://getpython3.com/diveintopython3/

I know it's been mirrored, but is someone keeping it updated?

Re: Getting started with Python: Tips, Tools and Resources

#17
If you are already a programmer, official tutorial will be the best and fastest http://docs.python.org/2/tutorial/

The page list some other domain as official python tutorial: http://homepage.mac.com/s_lott/books/python.html That's not the official python tutorial(it's giving me an access error - no ideas what's hosted there).

Re: Getting started with Python: Tips, Tools and Resources

#18
post #14
post #13

Python as a language is great. Its the GUI frameworks that always stop my advances into Python...there are about half a dozen of them and they come in various flavours of broke, ugly, incompatible, difficult or abandoned. So I end up downloading VS C# Express...

As someone who's relatively comfortable with VS ('08-'12) and who has licenses, I'm curious to know what the limitations (if any) are to using VS for development with Python. Do you (or does anyone) know of any quick-start guides or tutorials to working with Python (or any other non-.NET languages) in Visual Studio?

http://pytools.codeplex.com/documentation

Re: Getting started with Python: Tips, Tools and Resources

#19
post #13

Python as a language is great. Its the GUI frameworks that always stop my advances into Python...there are about half a dozen of them and they come in various flavours of broke, ugly, incompatible, difficult or abandoned. So I end up downloading VS C# Express...

I haven't used it much with Python, but I had a great experience with Qt with C++ and I know Python bindings exist. How much have you looked into it?
Post reply on HN