Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
...Coverage M.A Lemburg: "Who will be continuing Andrew [Kuchling's] effort?" Hettinger: "I am continuing the effort." Holden: "...It is important work." This discussion was deferred to email in order for members to pursue the remaining coverage of the Python code base which is nearly at 100%. 12 PSF Community Service Award Nominations for 2010 - 2nd Quarter The Board decided that the award candidate pool should first be broaden to include more can...
Location: Remote (USA Only) USA
We are seeking a Senior Software Developer, with experience in the healthcare industry, to join our growing team. In this role, you will instrumental in building, troubleshooting and maintaining our software platform for processing clinical data, executing AI Biomarkers and conducting research in hospitals. Responsibilities Own major components or features …
...Code Speed Web RESOLVED, that the PSF fund the Code Speed Web rewrite of the current codebase to gain better extensibility, test coverage and a better UI in the amount of $10,000 USD. Deferred until later time. Martin will contact Maciej. F. to receive more needed details. 7 Other Business 7.1 CTM Application The board was updated on the CTM application status, evidence (250 pieces) regarding the application, and donations that were coming in for the issue (...
...code, since braces and type declarations are not used. Second, the standard library and third-party modules available for Python are breathtaking in their coverage. Almost every time a problem was encountered, a Python library that helped speed the solution process was found. These libraries, both standard and third-party, were high-quality and tended to have helpful communities of users. Finally, the ease with which code can be read and comprehended quickly, even months after being written, has...
...Code Speed Web Codebase Rewrite RESOLVED, that the Python Software Foundation grant $10,000 to Information Logistics and Maciej Fijałkowski to rewrite the current codebase for Code Speed Web to gain better extensibility, test coverage and a better UI based on the revised grant sent April 5, 2013 Approved, 8-1-1. 10 Other Business Discuss implementing a formal procedures for members to present motions for Board consideration. This was brought up and decided that the new boar...
...Code Python team, with authentic perspectives on the Python ecosystem and how VS Code fits in it. Inactive Podcast Repositories Python Community News A look at the news around and impacting the Python Community. Podcast.__init__ A podcast about Python and the people who make it great. Radio Free Python A podcast of Python news and interviews by Larry Hastings. From Python import podcast From Python Import Podcast is a bimonthly podcast dedicated to sharing thoughts, opinions, rants, and in...
...code. In ForecastWatch.com, Python was used for prototyping as well, and those prototypes were able to evolve cleanly into the production code without requiring a complete rewrite or switching toolsets. This saved substantial effort and made the development process more flexible and effective. Because of the clean design of the language, refactoring the Python code was also much easier than in other languages; moving code around simply requires less effort. Python's interpreted nature was also a...
...code and 300 days (almost as much) on 44K of C, C++, or other code. From our experience with code conversions, we believe it is roughly correct for most types of performance-critical code to equate one line of Python with ten lines of C or C++ code. This means that about 5-10% of our application functionality is in C or C++ and the rest is in Python. Even considering that the C/C++ code is somewhat more complex than most of the Python code, these results confirm without any doubt that working in...
...Code by Raymond Hettinger. sets - a new module implementing two flexible set data types. Code by a cast of thousands, including Greg V. Wilson, Alex Martelli, Tim Peters, and Raymond Hettinger. (PEP 218) socket - sockets now support an optional timeout on all operations. Code by Michael Gilfix and Bernard Yue, based on Tim O'Malley's timeoutsocket.py. Some bugs in this feature were fixed in 2.3b1; as a result, all platforms now use a Python wrapper class for socket objects. Also new in 2....
...code of their own. This is done by displaying the code that is generated from cell expressions in a pane of the GUI. The user is free to insert any Python of their own devising, to be executed before, during or after the evaluation of the spreadsheet cell values. Figure 3. The code pane within the Resolver One application. Zoom in So the spreadsheet, with all its data, expressions and user-customised functions and algorithms, becomes a single, executable Python script. The GUI and the code ar...
...coverage' we have in contributor agreements and if there are any high-profile contributors who haven't signed agreements. Go after people to improve our coverage. (Transferred from #13, Dec 2006 §4.) Status: pending. 5 New Memory for PSF Computer RESOLVED, that Martin von Löwis be authorized to spend up to Euros 1,000 to replace memory on a PSF computer. Approved, 8-0-0. [58] M. von Löwis will purchase new memory to replace faulty memory on a PSF computer. 6 &...
...Code, a blog about Bug Weekend, and a blog about John Pinner's 2010 - 2nd Quarter Community Service Award has been posted by the newly recruited Mike Driscoll. Paulo Nuin is another recruited volunteer who has written a blog about Michael Foord, the recipient of the 2010 - 3rd Quarter Community Service Award. Foundation News can be found here: http://pyfound.blogspot.com/. Board Discussion: Peters: "Mike Driscoll is a blogging machine." 5.2 Core Development Tasks B...
...code base that's actually maintainable." D. Napoleone: "Registration is very hard to get right, especially when everything including the kitchen sink is wanted. We are rather liberal when its comes to things like refunds, and unlike some other conferences, we have add-ons like tutorials which are announced AFTER registration opens." Noller: "Therefore, outsourcing it makes the most sense." S. Holden: "A small concern that it ties us to a third party that's shown e...
...coverage' we have in contributor agreements and if there are any high-profile contributors who haven't signed agreements. Go after people to improve our coverage. (Transferred from #13, Dec 2006 §4.) Status: active. [58] Originally from 11 May 2009, Section 5, New Memory for PSF Computer: M. von Löwis will purchase new memory to replace faulty memory on a PSF computer. Status: pending. [65] Originally from 11 May 2009, Section 13, Board Email List and Repository Access to PSF Administrator: S....
...code__() first and fallback to obj.__str__() if no __unicode__ method can be found. Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to PyArg_VaParse(). Both are now documented. Thanks Greg Chapman. Allow string and unicode return types from .encode()/.decode() methods on string and unicode objects. Added unicode.decode() which was missing for no apparent reason. An attempt to fix the mess that is Python's behaviour with signal handlers and threads, complicated by readline's ...
...codec writer to create codecs for various simple to use conversions. New codecs were added to demonstrate these new features (the .encode() and .decode() columns indicate the type of the returned objects): Name .encode() .decode() Description uu string string UU codec (e.g. for email) base64 string string base64 codec quopri string string quoted-printable codec zlib string string zlib compression hex string string 2-byte hex codec rot-13 string Unicode ROT-13 Unicode charmap code...
...code' encodings, the 'stringprep' module, the 'mkstringprep' tool, and enhancements to the socket and httplib modules. htmlentitydefs has two new dictionaries: name2codepoint maps HTML entity names to Unicode codepoints (as integers). codepoint2name is the reverse mapping. See SF patch #722017. pdb has a new command, "debug", which lets you step through arbitrary code from the debugger's (pdb) prompt. unittest.failUnlessEqual and its equivalent unittest.assertEqual now return 'not a ==...
...Code (GSoC) A. Riley, Google Summer of Code (GSoC), reported on the issues and/or blockages this program is currently faced with. He said: 1. Several applications for projects under our umbrella came in after the deadline, I was still processing new project applications during student applications which caused delays. 2. Lower number of applications (80) compared to previous years resulting in 25 slots allocated (we ended up with 30 last year). The projects which got involved by the deadline go...
...coverage measuring) Finished Python 2/3 porting guide B. Cannon also reported new activities for the month, he said: <pycon surprise -- I would like to spring this on the community as a lightning talk, but it is in no way crucial> Developing a website to monitor Python 3 project uptake on PyPI. Core difference compared to http://pypi.python.org/pypi?:action=browse&c=533&show=all, http://python3wos.appspot.com/, or http://onpython3yet.com/ is that it will support manually specifyin...
...Code of Conduct and meet any other qualifications established by the Board of Directors. Upon submission of a membership application, a qualified applicant shall be automatically admitted as a Basic Member unless such member simultaneously fulfills the requirements to be admitted as a member of another membership class. Section 4.4. Basic Members. Any right or privilege granted to a Basic Member is also held by members of the other classes, but other classes of members may have rights and privil...
If you didn't find what you need, try your search in the Python language documentation.