From ed at pythoncharmers.com Sun Feb 2 18:10:28 2020 From: ed at pythoncharmers.com (Ed Schofield) Date: Mon, 3 Feb 2020 10:10:28 +1100 Subject: [melbourne-pug] Melbourne Python meetup: tonight (Monday 3rd February) Message-ID: Hi everyone! We're looking forward to our first meeting for 2020 of the Melbourne Python user group tonight, Monday 3rd February. Do come and join us! We have these three talks planned: *1. David Andersson: Recent developments in OpenAlchemy* David will give an update on recent developments in his OpenAlchemy package (recently renamed), which automatically translates OpenAPI schemas to SQLAlchemy database models. *2. Henry Walshaw: How fast is FastAPI?: continuing the grand tradition of random pet photos* FastAPI is a Python web framework designed to make the creation of an API as simple as possible and to be as high performance as possible using ASGI (async service gateway interface - a ?spiritual successor? to WSGI). Among its other claims FastAPI allows easy definition of an API, handing of data definitions through pydantic and Python?s type annotations, automatic swagger documentation generation, takes advantage of asynchronous operations to reduce server load, and easy deployment on top of Uvicorn. We?ll put this to the test in creating a new API in the best traditions of the dog photo API to get back random photos from a trip to Melbourne Zoo. We?ll take a look at how easy it is to write, what gotchas there might be, and see if we can load test it a bit to compare the performance to an equivalent Flask server. *3. Duy Trinh: Visualization of weather and cancer data sets* Duy will present how he uses pandas and openpyxl to organise complex data to develop interactive dashboards that allow visualisation of weather and cancer data sets. *3. Announcements and pizza* *When:* 5.45pm for mingling; talks from 6pm; pizza afterwards *Where:* Level 2, 17 Hardware Lane, Melbourne CBD *How to get there:* Walk 8 minutes from Flinders Street station or 5 minutes from Melbourne Central *Sponsorship:* many thanks to Outcome Life for providing the venue, Biarri for sponsoring pizzas, and Python Charmers for organisation and meetup sponsorship. *RSVP:* Please respond accurately on Meetup.com so we can track numbers: https://www.meetup.com/Melbourne-Python-Meetup-Group/ Do come along! We hope to see you there! :-) Best wishes, Ed -- Dr. Edward Schofield Python Charmers http://pythoncharmers.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at linuxpenguins.xyz Sun Feb 16 03:43:33 2020 From: brian at linuxpenguins.xyz (Brian May) Date: Sun, 16 Feb 2020 19:43:33 +1100 Subject: [melbourne-pug] NotImplementedError('Unable to parse BoolOp object') from Sphinx Message-ID: <87o8tyylai.fsf@silverfish.pri> Hello, How do I resolve the following error trying to build Sphinx documentation? sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v2.4.1 WARNING: html_static_path entry '_static' does not exist loading intersphinx inventory from ldap.inv... building [mo]: targets for 0 po files that are out of date building [html]: targets for 12 source files that are out of date updating environment: [new config] 12 added, 0 changed, 0 removed reading sources... [100%] tldap.test Exception occurred: File "/home/brian/tree/unimelb/karaage/python-tldap/.venv/lib/python3.7/site-packages/sphinx/pycode/__init__.py", line 167, in parse raise PycodeError('parsing %r failed: %r' % (self.srcname, exc)) sphinx.errors.PycodeError: parsing '/home/brian/tree/unimelb/karaage/python-tldap/tldap/test/slapd.py' failed: NotImplementedError('Unable to parse BoolOp object') The full traceback has been saved in /tmp/brian/sphinx-err-qr347yxt.log, if you want to report the issue to the developers. Please also report this if it was a user error, so that a better error message can be provided next time. A bug report can be filed in the tracker at . Thanks! make: *** [Makefile:45: html] Error 2 Regards -- Brian May https://linuxpenguins.xyz/brian/