Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
From 04 Dec. through 05 Dec., 2024
Location: Dar es Salaam, Tansania
Python Tanzania Conference
...Python - one stop shopping development plus platform independence I used Python before and it seemed to have the potential to do all the required coding and was a programming language that I enjoyed using. I was not entirely confident about some parts of the task, especially building a graphical user interface, but decided to face my fears, trusting to Python's maturity, powerful libraries, and third-party support. The SPE editor together with Python's interpreted nature proved especially valua...
...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...
...="s">unionExpr</SYMBOL> <SYMBOL TYPE="s">'|'</SYMBOL> <SYMBOL TYPE="s">pathExpr</SYMBOL> <CODE> <VARIABLE TYPE="PyObject*" NAME="right"></VARIABLE> <VARIABLE TYPE="PyObject*" NAME="left"></VARIABLE> <VARIABLE TYPE="PyObject*" NAME="expr"></VARIABLE> <CODE_SNIPPET> right = stack_pop(); left = stack_pop(); expr = PyObject_CallMethod(ParsedExpr, "Parse...
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
...Python's metaclass facilities. The resulting function is shown in Listing 3, and the code that calls it is in Listing 4. def copy_instance(toclass, fromdict): # Initialize a class object of given type from a conformant dictionary. class_sig = toclass.__dict__.keys(); class_sig.sort() dict_keys = fromdict.keys(); dict_keys.sort() common = intersect(class_sig, dict_keys) if 'typemap' in class_sig: class_sig.remove('typemap') if tuple(class_sig) != tuple(dict_keys): ...
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
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 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...
...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...
From 24 Aug. through 25 Aug., 2013
Location: Sankt Augustin, Germany
FrOSCon 2013 - Free and Open Source Software Conference (with Python track)
16 Nov. from 3:30pm UTC to 7:30pm UTC, 2012
Location: Salt Lake City, Utah, USA
Python for High Performance and Scientific Computing PyHPC 2012
06 May from 5pm UTC to 8pm UTC, 2014
Location: Poland, Wrocław, IT Kontrakt (Gwiaździsta 66 Street)
wroc.py #10
From 24 Oct. through 25 Oct., 2015
Location: Centro Carlos Santamaría, Ibaeta University Campus, San Sebastian, Spain
PySS15
If you didn't find what you need, try your search in the Python language documentation.