Start a hangout
Profile
AboutPostsPhotosVideos
Stream
Python
Shared publicly -Python 3.5b2 is out for testing!
The reason for the quick release of b2 so shortly after b1 is due to a bug that prevented loading extension modules contained within a package.
The reason for the quick release of b2 so shortly after b1 is due to a bug that prevented loading extension modules contained within a package.
117
11




15 comments
Adam I would like to accept your invitation
Add a comment...
Python
Shared publicly -Every 11 year-old in Britain will be getting the BBC Micro Bit this autumn. The platform will be programmable with three programming languages: Touch Develop (https://www.touchdevelop.com/), C++, and Python.
The Python Software Foundation is a supporting organization of this initiative. The PSF blog post on the topic can be found at http://pyfound.blogspot.com/2015/03/bbc-launches-microbit.html
The Python Software Foundation is a supporting organization of this initiative. The PSF blog post on the topic can be found at http://pyfound.blogspot.com/2015/03/bbc-launches-microbit.html
495
146




25 comments
epic
Add a comment...
Python
Shared publicly -Python 3.4.2 is out!
"""
Python 3.4.2 has many bugfixes and other small improvements over 3.4.1. One new feature for Mac OS X users: the OS X installers are now distributed as signed installer package files compatible with the OS X Gatekeeper security feature.
"""
"""
Python 3.4.2 has many bugfixes and other small improvements over 3.4.1. One new feature for Mac OS X users: the OS X installers are now distributed as signed installer package files compatible with the OS X Gatekeeper security feature.
"""
317
50




10 comments
very cool!
Add a comment...
Python
Shared publicly -Python 2.7.7 has been released!
And an FYI in case you were not at PyCon or didn't hear about it afterwards, Python 2.7 support will exist until 2020 (http://legacy.python.org/dev/peps/pep-0373/).
And an FYI in case you were not at PyCon or didn't hear about it afterwards, Python 2.7 support will exist until 2020 (http://legacy.python.org/dev/peps/pep-0373/).
237
47




32 comments
Julio Barragan
+
1
2
1
2
1
hey guys im a beginner with python i was hoping to find some good people who had some extra time and would help me on a project im working on for my college intro to scripting class my teacher is not very good so i figured the best way to find some extra help other then my school not having tutoring for the subject was to come online and hope for someone if your interested i have the module of the project and can easily share it to you thanks guys have a good night
Add a comment...
In their circles
12 people
Python
Shared publicly -The first release candidate of Python 2.7.11, the next release in the 2.7.x series is now available. Please see the download page to obtain 2.7.11rc1 for testing. If no serious problems are detected, the final release will happen in two weeks. Posted by Benjamin at 9:43 PM · Email ThisBlogThis!
76
9



20 comments
Let the old code lie with old bedfellows
Add a comment...
Python
Shared publicly -Python 3.5b3 is out!
As with all beta releases, any and all testing of new features and looking for regressions is appreciated.
As with all beta releases, any and all testing of new features and looking for regressions is appreciated.
155
18




4 comments
I found out error at same day but thanks for ur concerned
Add a comment...
Python
Shared publicly -Python 2.7.10 is out!
Do make sure your code can handle the two-digit bugfix release number.
Do make sure your code can handle the two-digit bugfix release number.
213
19




49 comments
A true programmer chooses his language on the requirement of the job at hand. Not whether it's old or new. Old and new are but relative terms. If you are a good coder you'll understand that.
Add a comment...
Python
Shared publicly -Python 3.4.3 is out!
"""Python 3.4.3 was released on February 25th, 2015.
Python 3.4.3 has many bugfixes and other small improvements over 3.4.2.
"""
"""Python 3.4.3 was released on February 25th, 2015.
Python 3.4.3 has many bugfixes and other small improvements over 3.4.2.
"""
333
46




3 comments
I accidentally deleted C:\python34\python.exe and now I can't install and uninstall python3.4.3rc1, if anyone knows the answer, please help me and tell me.
Add a comment...
Python
Shared publicly -Python 2.7.9rc1 is out for testing! Please give it a spin and report any issues to bugs.python.org as this release will contain a bunch of security improvements related to SSL.
"""
Python 2.7.9rc1 is the first release candidate for the next bugfix version of the Python 2.7 series. Python 2.7.9 will include several significant changes unprecedented in a "bugfix" release:
* The entirety of Python 3.4's ssl module has been backported for Python 2.7.9. See PEP 466 for justification.
* HTTPS certificate validation using the system's certificate store is now enabled by default. See PEP 476 for details.
* SSLv3 has been disabled by default due to the POODLE attack.
* The ensurepip module module has been backported, which provides the pip package manager in every Python 2.7 installation. See PEP 477.
"""
"""
Python 2.7.9rc1 is the first release candidate for the next bugfix version of the Python 2.7 series. Python 2.7.9 will include several significant changes unprecedented in a "bugfix" release:
* The entirety of Python 3.4's ssl module has been backported for Python 2.7.9. See PEP 466 for justification.
* HTTPS certificate validation using the system's certificate store is now enabled by default. See PEP 476 for details.
* SSLv3 has been disabled by default due to the POODLE attack.
* The ensurepip module module has been backported, which provides the pip package manager in every Python 2.7 installation. See PEP 477.
"""
159
28




46 comments
Also recommend CX freeze for compile to exe
Add a comment...
Python
Shared publicly -"""Python 2.7.8 was released on July 1, 2014. This release includes regression and security fixes over 2.7.7 including:
* The openssl version bundled in the Windows installer has been updated.
* A regression in the mimetypes module on Windows has been fixed.
* A possible overflow in the buffer type has been fixed.
* A bug in the CGIHTTPServer module which allows arbitrary execution of code in the server root has been patched.
* A regression in the handling of UNC paths in os.path.join has been fixed.
"""
* The openssl version bundled in the Windows installer has been updated.
* A regression in the mimetypes module on Windows has been fixed.
* A possible overflow in the buffer type has been fixed.
* A bug in the CGIHTTPServer module which allows arbitrary execution of code in the server root has been patched.
* A regression in the handling of UNC paths in os.path.join has been fixed.
"""
233
31




49 comments
claus blom
+
2
3
2
3
2
Good commend Akbar Ebrahimi Fard, I totally agree
Add a comment...
People
In their circles
12 people
Contact Information
Contact info
| |
Story
Tagline
Python is a remarkably powerful dynamic programming language.
Introduction
>>> import this
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
Links
Website




















