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.
...Filed 990-N because income <$25,000) 2001 990-EZ
...file following the generator code. Because the generator code and its output are both kept in the file, there is no distinction between the input file and output file. Cog reads and writes the same file, and can be run over and over again without losing information. Cog processes text files, converting specially marked sections of the file into new content without disturbing the rest of the file or the sections that it executes to produce the generated content. Zoom in In addition to execut...
...files and tags) (key id: A821E680E5FA6305) Pablo Galindo Salgado (3.10.x and 3.11.x source files and tags) (key id: 64E628F8D684696D) Steve Dower (Windows binaries) (key id: FC62 4643 4870 34E5) Ćukasz Langa (3.8.x and 3.9.x source files and tags) (key id: B269 95E3 1025 0568) Ned Deily (macOS binaries, 3.7.x / 3.6.x source files and tags) (key ids: 2D34 7EA6 AA65 421D and FB99 2128 6F5E 1540 Signatures for end-of-life releases Anthony Baxter (key id: 0EDD C5F2 6A45 C816) Georg Brandl...
...file identifies the file which contains that page's content: --- !fragment # Type of template to use template: content.html # The data to pass to the template local: content: breadcrumb: !breadcrumb nav.yml nav text: !restfile content.rst In the example above, the content is in ReStructured Text format in a file named content.rst. This is the file that should be translated. For details on gaining access to the site content, see the Pydotorg Maintainers Site for details on checking...
...file a federal tax return, IRS Form 990, by the May 15 deadline. There is a $20/day late fee. We are not required to file a tax return, but we can choose to file one. Next year, we will be required to file because of the amount of revenue from PyCon. Last year, we filed the return late, because we wanted to have a return on file when we submitted our application for charity status. The board recommended that Norwitz prepare a return and make it available from python.org but not file it with ...
Python Distutils-SIG: Documentation Python Distutils-SIG: Documentation User Documents Two documents have been written to cover the Distutils, and are part of Python's standard documentation set: Installing Python Modules This is for end-users, system administrators, and Python programmers who need to install third-party modules to their existing Python installation. It focusses on using the Distutils, b...
...files. See SourceForge number 1080387. The Windows installer will not add correct IDLE and PyDoc entries when the Python target directory contains a space in its name (e.g. C:\Program Files\python24). In this case, manually delete the shortcut, and create new shortcuts with the command "C:\Program Files\python24\pythonw.exe" and the command line options "C:\Program Files\python24\Lib\idlelib\idle.pyw" and "C:\Program Files\python24\Tools\scripts\pydocgui.pyw" This...
How to Manage Your Sponsorship Dashboard
...files into a form ready for installation. This could ultimately involve the following: copy .py files into a mockup installation tree compile .py files to .pyc and .pyo form compile and link C extensions, putting the shared objects into the mockup installation tree process documentation (eg. creating *roff files for Unix man pages, info files for the GNU info system, and/or HTML ...
...files/news/security/PSF-2006-001/patch-2.3.txt">http://python.org/files/news/security/PSF-2006-001/patch-2.3.txt</a> (Python 2.2, 2.3) <li><a href="http://python.org/files/news/security/PSF-2006-001/patch-2.4.txt">http://python.org/files/news/security/PSF-2006-001/patch-2.4.txt</a> (Python 2.4) System Message: WARNING/2 (<string>, line 53) Definition list ends without a blank line; unexpected unindent. </ul> <p>Acknowledgement: thanks...
...Files\python24). In this case, manually delete the shortcut, and create new shortcuts with the command "C:\Program Files\python24\pythonw.exe" and the command line options "C:\Program Files\python24\Lib\idlelib\idle.pyw" and "C:\Program Files\python24\Tools\scripts\pydocgui.pyw" This will not be a problem if Python is installed into its default location (i.e. c:\python24). IDLE now executes code in a separate process. To communicate between the main process and ex...
...files into the "shared" blib directory (or subdirectories of it, if they belong to packages), and compile them to .pyc and .pyo form. build_extensions Do make_blib; compile ancillary C files (those that don't provide extension modules themselves, but are needed for the extension(s) being built to work); compile extension C files; link ancillary and extension C files (along with any external libraries needed) to create dynamic libra...
PyCon US Floor Plan 2024 For the latest booth availability and assignments, please refer to the 2024 booth assignments Google sheet.
...file on Windows. Typically, packages are installed by double-clicking them in the file explorer. However, with the msiexec.exe command line utility, additional features are available, like non-interactive installation and administrative installation. Non-interactive Installation With the command line msiexec /i python<version>.msi installation can be initiated programmatically. Additional parameters can be passed at the end of this command line, like msiexec /i pyt...
...files, which are read in automatically both at start and whenever they are modified. Their purpose is to transform event input fields to output fields or apply rules to transform the event (e.g. drop the event, enrich the event, and so forth). These configuration files have table-like structure and simple syntax, so they are easily readable and comprehensible. Each platform has a different number and format of these files. The files are maintained by the customer. Conclusion A powerful yet cle...
PyCon US Floor Plan 2025 Please note this floor plan is subject to change at show management's discretion. For the latest booth availability and assignments, please refer to the 2025 booth assignments Google sheet.
...files in the distribution (as listed in a MANIFEST file) into an archive file of some sort -- perhaps .tar.gz under Unix, .zip under Windows, etc. The name of the archive file would be derived from the name and version of the module distribution: mydist-1.2.3.tar.gz, for instance. If he wishes, the developer can stop there and upload his source release to an archive. Or, he can create built distributions for all the architectures to which he has access. (No...
If you didn't find what you need, try your search in the Python language documentation.