Palo Alto Python Meetup: Clean Architecture with Python, Django CMS Cheat Sheet

Thu, Dec 12, 2019, 6:30 PM: Join us for our next Web Meetup! We’ll have food, two talks, and socializing/networking afterwards. Note: there will be a sign-in form with NDA at the event. Also, message Read more

Similar

Python 3: html.escape()

Source code: Lib/html/__init__.py This module defines utilities to manipulate HTML. Submodules in the html package are: html.parser – HTML/XHTML parser with lenient parsing mode, html.entities – HT... (more…)

Read more »

My favorite terrible Python error message

Students in my Python classes occasionally get the following error message: TypeError: object() takes no parameters This error message is technically true, as I’ll explain in a moment. But it’s surprising and confusing for people who are new to Python, be... (more…)

Read more »