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.
...Python prior to 2.4a2 would leave a broken module in sys.modules - subsequent attempts to import the failing module would silently succeed, but use the broken module object. The import machinery now removes the failing module from sys.modules if the import fails. The -m command line option - python -m modulename will find a module in the standard library, and invoke it. For example, python -m pdb is equivalent to python /usr/lib/python2.4/pdb.py New or upgraded built-ins built-in sets - th...
...Python from bison code, the parser was not thread safe. It should be noted that some of these problems have been resolved with the 0.11.1 release of 4Suite. When analysing parser generators, the following absolute requirements where defined: The generated parsers should allow semantic actions in Python. This requirement is obvious, since it would not be a Python parser generator otherwise. It was no requirement that the generator itself is a Python program. ...
28 March from 11:30am UTC to 1:30pm UTC, 2015
Location: Vadodara, Gujarat , India
PyDev Baroda Meetup
From 28 June through 29 June, 2025
Location: Leipzig, Germany
PyCamp Leipzig 2025
From 04 Dec. through 05 Dec., 2024
Location: Dar es Salaam, Tansania
Python Tanzania Conference
Python Success Stories First published in Linux Journal, May 2000. Copyright 2000 Specialized Systems Consultants, Inc. All rights reserved. Introduction My first look at Python was an accident, and I didn't much like what I saw at the time. It was early 1997, and Mark Lutz's book Programming Python from O'Reilly & Associates had recently come out. O'Reilly books occasionally land on my doorstep, selected from among the new releases by some mysterious benefactor inside the organization u...
20 Nov. from 8am UTC to 9am UTC, 2013
Location: UPES, Dehradun, India
https://www.facebook.com/events/451491628295153/?ref_dashboard_filter=upcoming
17 April from 6am UTC to 9am UTC, 2021
Location: Online
RSVP
22 March from 12am UTC to 2am UTC, 2013
Location: DevJam Studios, Minneapolis, MN USA
http://www.python.mn
12 April from 12am UTC to 2am UTC, 2013
Location: Clockwork Active Systems, Minneapolis, MN USA
From 28 Aug. at 11pm UTC through 29 Aug. at 1am UTC, 2017
Location: Asunción, Paraguay
PythonPy Meetup Agosto 2017
From 24 Nov. at 10:30pm UTC through 25 Nov. at 12:30am UTC, 2017
PythonPy Meetup Noviembre 2017
04 Aug. from 12am UTC , 2018
Location: Medellín, Colombia
Meetup PyLadies Medellín, Colombia
Location: Remote, Remote Remote
Required Skills: Proficiency in writing optimized and clean Python code, with a strong understanding of Python libraries and frameworks like Flask and FastAPI with at least 5 years of experience Strong knowledge of PostgreSQL, including schema design, performance tuning, and advanced query optimization. Experience with other databases is a plus. …
Location: Medellin Cartagena Bogota, cundinamarca Antioquia bolivar Colombia
Telecommuting: Yes
We are looking for a Senior Python Engineer with a strong background in software development, data engineering, CI/CD automation, and cloud deployment on AWS. This role is essential for designing, building, and deploying AI models and scalable backend systems for industries such as airlines. The ideal candidate will combine experience …
...Python Software Foundation needs your help building infrastructure for the PSF and PyCon US, helping with fundraising and advocacy, and running important parts of the Python community (mailing lists, website, job board, etc). You can help out by signing up the psf-volunteers mailing list, which puts you in a pool of people that receive requests from the PSF board when there is work to be done that we cannot handle ourselves. Sign up here! Don't worry if you won't always be available. Our goal i...
From 21 April at 11pm UTC through 22 April at 12am UTC, 2017
PythonPy Meetup Abril 2017
07 Sept. from 6am UTC to 8:30am UTC, 2022
Location: Online, New Zealand
New Zealand Python User Group - Auckland
...Python Software Foundation 2024 Annual Impact Report In 2024, the Python community and language continued to grow! The PSF celebrated a year of remarkable growth, with Python becoming the most popular language on GitHub and worldwide community engagement at an all-time high. We expanded our impact by welcoming our inaugural PyPI Support Specialist, Maria Ashna, the revival of the User Success and Education and Outreach Workgroups, and continued investment in grants, infrastructure, and ac...
...Python-C API, so I expected at most modest speed up compared to f7(). Given the effort of writing and testing an extension (compared to whipping up those Python one-liners), as well as the dependency on a non-standard Python extension, I decided not to pursue this option... Conclusion If you feel the need for speed, go for built-in functions - you can't beat a loop written in C. Check the library manual for a built-in function that does what you want. If there isn't one, h...
If you didn't find what you need, try your search in the Python language documentation.