Python Ecosystem - An Introduction
mirnazim.org
Python Ecosystem - An Introduction
1–10 of 78 posts
Re: Python Ecosystem - An Introduction
#2Re: Python Ecosystem - An Introduction
#3Re: Python Ecosystem - An Introduction
#4I would apply the "if you need to" part to Python 2. "3 if you can, 2 if you must"
Re: Python Ecosystem - An Introduction
#5As per the Pragmatic Programmer, I thought I would learn Python this year. It's been a tremendously frustrating experience getting a workable stack installed.
I wish the famous "One -- and preferably only one -- obvious way to do it" Python design philosophy extended to actually installing everything :(
Re: Python Ecosystem - An Introduction
#6Re: Python Ecosystem - An Introduction
#7Also The Zen of Python can always be accessed by this Easter egg
>>> import this
http://www.python.org/dev/peps/pep-0020/Re: Python Ecosystem - An Introduction
#8Thank you for this article. As per the Pragmatic Programmer, I thought I would learn Python this year. It's been a tremendously frustrating experience getting a workable stack installed. I wish the famous " One -- and preferably only one -- obvious way to do it " Python design philosophy extended to actually installing everything :(
Re: Python Ecosystem - An Introduction
#9pip is a neat system and all, but I still don't see why to use that versus a system package?