2470
Comment:
|
3470
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
Python 2.7alpha1 released. | Next episode: episode #18. |
Line 5: | Line 5: |
PyPI now lets package authors opt out of commenting. | == Topics for #18 == |
Line 7: | Line 7: |
PSF elections upcoming: run for directorship; remember to vote | Perl6 Rakudo reaches first alpha releases. PEP 3149 accepted: http://www.python.org/dev/peps/pep-3149/ IronPython & IronRuby are now on their own : http://tirania.org/blog/archive/2010/Oct-22.html Unladen Swallow stalled? == Topics for #17 == (posted) EuroPython discussion. |
Line 11: | Line 24: |
New GIL work in Python 3.2. | Time management for free software developers |
Line 13: | Line 26: |
Status of the transition to Mercurial. | Python's Innards: Yaniv Aknin's series of weblog posts on Python internals http://tech.blog.aknin.name/tag/guidos-python/ Discussion of Mark Shuttleworth's cadence idea. Difflib and SequenceMatcher: the return of Tim Peters. http://mail.python.org/pipermail/python-dev/2010-July/101510.html mock beta release (1300 downloads) new contextdecorator module (will be in standard library in 3.2) PSF: Funding for sprints Before the last podcast Steve raised the issue of how people become Python committers and how good (or otherwise) the core team are at handling bug reports and patches on the tracker. We could discuss that in the CPython segment. ----- rev80724: py3k changes for Thread Sanitizer Victor Stinner on fuzzing Python: http://article.gmane.org/gmane.comp.python.devel/110134 Forking and threading: http://article.gmane.org/gmane.comp.python.devel/110401 New Jython podcast: Jythonpodcast.com |
Line 17: | Line 54: |
To be published 2-3 weeks before PyCon: how to enjoy/benefit from PyCon |
|
Line 21: | Line 56: |
Let's talk about Distribute, setuptools, pip sometime. | |
Line 22: | Line 58: |
=== Python 2.7a1 === | Python's history: Skype interview with Andrew S. Tanenbaum of ABC? |
Line 24: | Line 60: |
[[http://www.python.org/dev/peps/pep-0373/|PEP 373]] alpha every month, first beta in April 2010, final release in June 2010. |
== Regular Features == |
Line 27: | Line 62: |
Language moratorium is in effect. | === Python for newbies === |
Line 29: | Line 64: |
[[http://docs.python.org/dev/whatsnew/2.7.html|What's New]] | Installing on Windows |
Line 31: | Line 66: |
* ordered dictionary type * io library rewritten in C * lots of unittest improvements from Michael F. * new floating-point repr() code * math.lgamma, expm1 (e**x-1), erf(), erfc() * POSIX: getresuid,getresgid,setresuid,setresgid,initgroups |
Installing on MacOS |
Line 38: | Line 68: |
=== PyPI Commenting now optional == | IDEs |
Line 40: | Line 70: |
There's a checkbox on package releases. (Not a setting on the user account.) | Brett: writing a __del__ method |
Line 43: | Line 73: |
Line 48: | Line 77: |
Changes to python.org web site content? |
|
Line 83: | Line 110: |
Participants introduce themselves: "I'm <so-and-so>." (Optional: "In <location>.") Conclusions: Thank you for listening. We'll be back with another episode soon. |
|
Line 87: | Line 120: |
This has been a Little Bit of Python, episode X,featuring Steve Holden, etc. | This has been a Little Bit of Python, episode X, with <person 1>, <person 2>, and myself, <person 3>. |
Line 92: | Line 126: |
== Contributors == (in alphabetical order by last name) * Brett Cannon * Michael Foord * Steve Holden * Andrew Kuchling * Jesse Noller |
Today's Topics
Next episode: episode #18.
Topics for #18
Perl6 Rakudo reaches first alpha releases.
PEP 3149 accepted: http://www.python.org/dev/peps/pep-3149/
IronPython & IronRuby are now on their own : http://tirania.org/blog/archive/2010/Oct-22.html
Unladen Swallow stalled?
Topics for #17
(posted)
EuroPython discussion.
Specific topics
Time management for free software developers
Python's Innards: Yaniv Aknin's series of weblog posts on Python internals http://tech.blog.aknin.name/tag/guidos-python/
Discussion of Mark Shuttleworth's cadence idea.
Difflib and SequenceMatcher: the return of Tim Peters. http://mail.python.org/pipermail/python-dev/2010-July/101510.html
mock beta release (1300 downloads)
new contextdecorator module (will be in standard library in 3.2)
PSF: Funding for sprints
Before the last podcast Steve raised the issue of how people become Python committers and how good (or otherwise) the core team are at handling bug reports and patches on the tracker. We could discuss that in the CPython segment.
rev80724: py3k changes for Thread Sanitizer
Victor Stinner on fuzzing Python: http://article.gmane.org/gmane.comp.python.devel/110134
Forking and threading: http://article.gmane.org/gmane.comp.python.devel/110401
New Jython podcast: Jythonpodcast.com
Interview Jeff Rush about the PSF's meetup funding.
PSF: new sponsor membership levels
Let's talk about Distribute, setuptools, pip sometime.
Python's history: Skype interview with Andrew S. Tanenbaum of ABC?
Regular Features
Python for newbies
Installing on Windows
Installing on MacOS
IDEs
Brett: writing a del method
General Topic Ideas
New checkins
Lengthy threads on python-dev, python-ideas or other SIGs
Interviews
PSF-related stuff
Creation of "Python Secret Underground" (the 'Cabal')
User groups, events and community happenings (training sessions for example)
Shameless plugs for Holden Web events!
Python diversity
Major project news (Django, Twisted, TurboGears, Zope, etc)
New books, new projects, tracking the Planet Python blogs for interesting new stuff (we could even 'review' interesting Python related blogs)
Possible format: short news summary, interview, mad ramblings
Standard Format
Intro:
Welcome to a Little Bit of Python, episode X, with <person 1>, <person 2>, and myself, <person 3>.
Intro music (fade down after 8 sec, over 2sec duration).
Bumpers: slice of theme track (fade up over 7sec, full volume for 6sec, fade down over 4sec)
Participants introduce themselves: "I'm <so-and-so>." (Optional: "In <location>.")
Conclusions:
Thank you for listening. We'll be back with another episode soon.
Outro:
Music: fade up theme over 1/2 sec, play for 7sec, lower level beneath the outro text, return to normal level, play for 5 sec, then fade out over 8sec).
This has been a Little Bit of Python, episode X, with <person 1>, <person 2>, and myself, <person 3>.
Please send your comments and suggestions to the e-mail address all@bitofpython.com.
Our theme is track 11 from The Headroom Project's album Haifa, available on the Magnatune label.
Contributors
(in alphabetical order by last name)
- Brett Cannon
- Michael Foord
- Steve Holden
- Andrew Kuchling
- Jesse Noller