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.
...forecast. The Architecture ForecastWatch.com is built from four major architectural components: An input process for acquiring forecasts, an input process for acquiring measured climatological data, the data aggregation engine, and the web application framework. There are two main input processes in the system: The forecast parser, and the actuals parser. The forecast parser is responsible for requesting forecasts from the web for each of the forecast providers ForecastWatch.com tracks. It pa...
...for localized number formatting and string case sensitivity. New module 'xmllib' to parse XML files. Some more support for Tk extensions (PIL, TIX, BLT, TOGL). Fixed address list parsing in module 'rfc822'. More deployment (and only one fix) for the 're' module. New Python mode for Emacs. OS/2 support. From 1.5b1 to 1.5b2 Thanks to all who contributed doc strings for library modules! The portability problems caused by indented preprocessor commands and C++ style comments should be gone now. ...
...for the module. The distutils install command now supports the --home option and installation scheme for all platforms. asyncore.loop now has a repeat count parameter that defaults to looping forever. The distutils sdist command now ignores all .svn directories, in addition to CVS and RCS directories. .svn directories hold administrative files for the Subversion source control system. Added a new module: cookielib. Automatic cookie handling for HTTP clients. Also, support for cookielib has be...
...forms now use a Python wrapper class for socket objects. Also new in 2.3b1, support for inet_pton() and inet_ntop(). ssl - the Windows installer now incorporates SSL support. (New in 2.3a2: timeouts set on the underlying socket are now handled correctly.) Tkinter - now returns Tcl objects instead of strings. Support for Tcl/Tk 8.0 and 8.1 is dropped; support for threaded Tcl/Tk is added, as is support for various Tk 8.4 features. The Windows installer now ships with Tcl/Tk 8.4.3. In 2.3b1, ...
...forward. The attributes random.whseed and random.__whseed have no meaning for the new generator. Code using these attributes should switch to a new class, random.WichmannHill which is provided for backward compatibility and to make an alternate generator available. New "algorithms" module: heapq, implements a heap queue. Thanks to Kevin O'Connor for the code and François Pinard for an entertaining write-up explaining the theory and practical uses of heaps. New encoding for the Palm...
...for GSoC Administrator: S. Holden will notify Titus Brown and Arc Riley about the PyCon funding for the GSoC Administrator. [60] Section 7, "NiceTime" Grant Application: S. Holden will ask Ian Benson for an updated "NiceTime" proposal with a detailed budget. [61] Section 10, Funding Application for EuroPython: S. Holden will inform the EuroPython organizers of the PSF's funding and will ask for an invoice. [62] Section 11, Nominations for Frank Willison Award: D. Goodger will...
...for us, and we will create web- and email-based feedback channels that maximize the amount of (useful) feedback we get. Our plan for the initial scouting task has four major components: Create a Python development environment suitable for novices; Create training materials to teach Python to novices using this environment; Foster a user community for the above and extract feedback from it; Evaluate the feedback and recommend guidelines for follow-up research or developmen...
...for the source code to my system, called the Python-Emacs Extension for Enabling Workable Elisp (called PEE EWE) which included the stallman.py and witty.py modules, but all I got back was a MIME encoded email written in Japanese, for which the only words I could make out were "proprietary" and "waiting for copyright assignment". Sigh. Anyway, it appears that there's at least one friendly person at the FSF, because every time the "Tim Peters" becomes quiet for a l...
...for saving and restoring the internal state of the generator; and jumpahead(n), for quickly forcing the internal state to be the same as if n calls to random() had been made. The latter is particularly useful for multi- threaded programs, creating one instance of the random.Random() class for each thread, then using .jumpahead() to force each instance to use a non-overlapping segment of the full period. random.py's seed() function is new. For bit-for-bit compatibility with prior releases, use ...
...for May 2012 PyCon Hotel/CC Management Nothing to Report for May 2012 PyCon Housing Management Nothing to Report for May 2012 PyCon Internet Nothing to Report for May 2012 PyCon Printing Nothing to Report for May 2012 PyCon Registration Management -The following list is what we are looking to improve/add for 2013: We would like for people to be able to add on tutorials after they register for the conference/ to be able to add things at a later time. Create a web app for me to use to crea...
...for the foundation. Brian also reported on the new activities for the month. He said: Mike Driscoll wrote up two posts on our recent sponsorship of several conferences. The first covered EuroPython, PyCon AU, Kiwi PyCon, and PyCon Argentina. The second covered the first PyCon Philippines. He reported the following information on the planned activities for next month: 1. Now that Lincoln Loop has responded to the interview request, we'll be writing about them as a new sponsor member. 2. Now tha...
...formation) contains the class name. This ensures that self.__super means something different in each class (as long as the class names differ; unfortunately, it is possible in Python to reuse the name of a base class for a derived class). Another part of the trick is that the super built-in can be called with a single argument, and then creates an unbound version that can be bound by a later instance getattr operation. Unfortunately, this example is still rather ugly for a number of r...
...for any of the base classes of class D, then class X will also precede class Y in the lookup order for class D. For example, since B precedes A in the lookup list for B, it also precedes A in the lookup list for D; and ditto for C preceding A. Exception: if, amongst the bases of class D, there is one where X precedes Y and another where Y precedes X, the algorithm has to break a tie. In this case, all bets are off; in the future, this condition may cause a warning or an error. (A ru...
...for the most subtle details). I note here only the important property of monotonicity in the lookup rule: if class X precedes class Y in the lookup order for any of the base classes of class D, then class X will also precede class Y in the lookup order for class D. For example, since B precedes A in the lookup list for B, it also precedes A in the lookup list for D; and ditto for C preceding A. Exception: if, amongst the bases of class D, there is one where X precedes Y and another whe...
...for Python. The key challenges for developing a soft type system for Python are extending the analysis to objects and modules and accommodating Python's extremely dynamic execution environment, which allows modification of classes and instances at runtime. Preliminary work at CNRI demonstrated the value of type analysis for improving the performance of JPython programs. Hugunin [Hugunin2] demonstrated performance improvements of up to three orders of magnitude for JPython. Program Analys...
...ford for insurance up to $ 17,000 to GWU for PyCon rooms up to $ 19,000 to Aramark (?) for PyCon food costs up to $ 2,000 to ? for PyCon tote bags up to $ 3,500 to ? for PyCon t-shirts up to $ 500 miscellaneous PyCon charges Be it hereby RESOLVED, that the Board establishes a budget of $45,000.00 for PyCon 2004,which the Treasurer is authorized to spend for the purposes enumerated above. Approved unanimously by email vote on February 4, 2004. RESOLVED, that monies from the silver sponso...
If you didn't find what you need, try your search in the Python language documentation.