June 22, 2022 » Adam Johnson » [Archived Version]
Python’s requests package is very popular. Even if you don’t use it directly, it’s highly likely one of your dependencies does. One wrinkle in requests’ design is that it has no default timeout. This means that requests can hang forever if the remote server doesn’t respond …
Read MoreJune 22, 2022 » Django Chat » [Archived Version]
Carlton and Will discuss how to learn Django whether you are a total beginner or experienced web developer.
Read MoreJune 16, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I broke ground on a brand new feature. The feature will be a task checklist for teachers. Since the checklist is directly for teachers, I created a new Django app named teachers and showed how to hook that into the rest of my Django project.
Read MoreJune 16, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I broke ground on a brand new feature. The feature will be a task checklist for teachers. Since the checklist is directly for teachers, I created a new Django app named teachers and showed how to hook that into the rest of my Django project.
Read MoreJune 9, 2022 » Django on Matt Layman » [Archived Version]
What If I Told You… You Don’t Need JavaScript. This talk explores why JavaScript is not good fit for most web apps. I then show how most web apps can do dynamic things using htmx. htmx is an extension library to make HTML markup better. I present examples of AJAX fetching and deletion. The presentation includes a dynamic search and how to implement infinite scrolling with a trivial amount of code.
Read MoreJune 9, 2022 » Django on Matt Layman » [Archived Version]
What If I Told You… You Don’t Need JavaScript. This talk explores why JavaScript is not good fit for most web apps. I then show how most web apps can do dynamic things using htmx. htmx is an extension library to make HTML markup better. I present examples of AJAX fetching and deletion. The presentation includes a dynamic search and how to implement infinite scrolling with a trivial amount of code.
Read MoreJune 8, 2022 » Django Chat » [Archived Version]
Eric is the co-founder of Read the Docs and the Write the Docs Conferences. He is also a former Python Software Foundation Board Member and Chair of the Funding Working Group. We discuss Read the Docs's origins as a Django Dash project, Ethical Ads, Sphinx, and more.
Read MoreJune 6, 2022 » Luke Plant » [Archived Version]
How returning error objects can provide some advantages over raising exceptions in Python, such as for static type checking tools.
Read MoreJune 3, 2022 » Paolo Melchiorre » [Archived Version]
PyCon Italia is the national conference where professionals, researchers and enthusiasts of the most beautiful programming language gather together.
Read MoreJune 2, 2022 » Paolo Melchiorre » [Archived Version]
PyCon Italia is the national conference where professionals, researchers and enthusiasts of the most beautiful programming language gather together.
Read More