Hi Team
Pleased to inform that we are organizing a Python conference in Tanzania
and the meeting will take place from 10th - 11th December 2019 in Dar es
salaam, Tanzania.
Please add the following event:
* name of the event: PyCon Tanzania
* type of event: * focus on Python: Python Conference
* approximate number of attendees: 100
* location (incl. country): Tanzania
* dates/times/recurrence (incl. time zone): 10th - 11th December 2019 /
06:00GMT - 14:00GMT / Annually
* HTML link using the format <a href="http://pycon.or.tz/">PyCon
Tanzania</a>:
Thank you so much.
Cheers,
Noah
Community Moderator
if someone feels like putting in some wiki time.... this page:
https://wiki.python.org/moin/UnicodeDecodeError
is a prominent hit in search engines. It's written from a Python 2
perspective, with just a single line down at the bottom saying "Python
3000 will prohibit encoding of bytes...".
That message has become the bane of both people rushing to do Py3
conversions, and new programmers, who read from files, sockets,
processes, etc. and don't notice/realize they're getting bytes.
sure could use a helpful treatment for today's reality...
at the moment I can't put in the time to figure out how to explain
strings, bytes, unicode in Py3, but I know there are other resources
that do so quite well, I wonder if a pointer to a few would be a
starting point?
Hi,
I recently stumbled upon https://wiki.python.org/moin/TimeComplexity and
think it really lack the performance of the collections modules I created a
medium article here and would love to update the docs as well