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.
From 28 Oct. through 30 Oct., 2021
Location: Online
PyData Global 2021
From 06 Dec. through 08 Dec., 2023
PyData Global 2023
From 03 Dec. through 05 Dec., 2024
PyData Global 2024
From 10 Oct. through 13 Oct., 2022
Location: Dubai, UAE
Global DevSlam
02 March from 5pm UTC to 7pm UTC, 2023
Global AI Bootcamp
19 Nov. from 12am UTC , 2020
Online Python Web Global Summit'20
27 March from 5pm UTC to 7pm UTC, 2024
PyLadies Amsterdam: Global AI Bootcamp
04 March from 5pm UTC to 8pm UTC, 2025
15 Jan. from 12am UTC , 2022
Location: Online, Amsterdam
Global AI Bootcamp 2022
17 March from 8am UTC to 3pm UTC, 2018
Location: Saint Petersburg, St Petersburg, Russia
<a href="http://piter-united.ru/event/itgm12/">IT Global Meetup #12</a>
From 14 Oct. through 15 Oct., 2024
PyCon MEA & Data Science 2024 as part of Global DevSlam / GITEX Global 2024
From 08 April through 09 April, 2021
Python for ML and AI Global Summit'21
31 Oct. from 5pm UTC to 7pm UTC, 2022
Location: online
Global AI Developer Days
From 01 Dec. through 03 Dec., 2022
From 22 March through 26 March, 2021
Location: Global, but organizers based in US
Python Web Conference 2021
20 Sept. from 12am UTC , 2015
Location: No. 587 Xin cheng road, Nokia Global Research Center, Hangzhou, China
PyConChina 2015
From 16 Oct. through 19 Oct., 2023
PyCon MEA & MEA Data Science 2023 (part of Global DevSlam)
Diversity On October 12, 2009, the Board of the Python Software Foundation adopted the following Diversity Statement: The Python Software Foundation and the global Python community welcome and encourage participation by everyone. Our community is based on mutual respect, tolerance, and encouragement, and we are working to help each other live up to these principles. We want our community to be more diverse: whoever you are, and whatever your background, we welcome you. For additional resource...
Python Software Foundation: Press Release 10-Apr-2002 Python Software Foundation Announces Python Version 2.2.1 Over 100 enhancements made to powerful programming language Fredericksburg, VA -- April 10th, 2002 -- The Python Software Foundation announced today the release of version 2.2.1 of the Python programming language and standard libraries. This release includes over 100 enhancements for users of version 2.2 of Python. "We're pleased to offer this release to the Python users...
...globals' object, which is the __dict__ of the module that defines it. Since the __dict__ normally has a reference to the function there's a cycle that needs to be broken, or else the __dict__ would never be garbage collected. Note that a reference-count based solution doesn't work within one module, since references between functions are by name, not by value -- two mutually recursive functions can still both have a reference count of one, since they do a name lookup for each other. ...
If you didn't find what you need, try your search in the Python language documentation.