Dec. 28, 2018 » TestDriven.io » [Archived Version]
This tutorial looks at how to integrate Stripe Connect into a Django application.
Read MoreDec. 26, 2018 » Django on Matt Layman » [Archived Version]
In this episode, we added the background task that does web scraping to collect data from a third party service. We wrote a Celery task and used requests and Beautiful Soup to handle all the scraping.
Read MoreDec. 19, 2018 » Django on Matt Layman » [Archived Version]
In this stream episode, we added our third party integration (Prompt) to the page where school information is displayed. This involved some Django model changes, view additions, and template development.
Read MoreDec. 13, 2018 » Django on Matt Layman » [Archived Version]
What happens when you take a novice web developer and put him in front of an audience equipped with the Django tutorial only? That’s what we did at Python Frederick. The conversation and learning that resulted was awesome. Check out the video on YouTube to see what you can learn too! Our presenter was Patrick Pierson. Patrick works for IronNet Cybersecurity as a Senior Software Engineer. He uses Python daily to deploy AWS resources and test the IronNet platform.
Read MoreDec. 10, 2018 » REVSYS Blog » [Archived Version]
Using Private Packages in Python
Read MoreDec. 5, 2018 » Django on Matt Layman » [Archived Version]
In this stream episode, we started a new integration with a 3rd party service. We created the database model to store information related to the service and looked at how we’re going to pull all the pieces together.
Read MoreNov. 29, 2018 » Django on Matt Layman » [Archived Version]
In this stream episode, we took some new data from a new Django database model, and I showed how to add that data to different templates. Along the way, we wrote automated tests and generated a database migration.
Read MoreNov. 26, 2018 » James Bennett » [Archived Version]
A couple weeks ago I gave a talk about usernames at North Bay Python. The content came mostly from things I’ve learned in roughly 12 years of maintaining django-registration, which has taught me more than I ever wanted to know about how complex even “simple” things can be. I mentioned toward the beginning of the talk, though, that it wasn’t going to be one of those “falsehoods programmers believe about X” things. If … Read full entry
Read MoreNov. 26, 2018 » James Bennett » [Archived Version]
A couple weeks ago I gave a talk about usernames at North Bay Python. The content came mostly from things I’ve learned in roughly 12 years of maintaining django-registration, which has taught me more than I ever wanted to know about how complex even “simple” things can be. I mentioned toward the beginning of the talk, though, that it wasn’t going to be one of those “falsehoods programmers believe about X” things. If … Read full entry
Read MoreNov. 22, 2018 » Django on Matt Layman » [Archived Version]
In this episode, we added Celery beat to College Conductor. Celery beat is the scheduler for the Celery worker system. I walked through how to test new infrastructure, confirmed that Celery beat worked, then showed how to add it to Ansible, the infrastructure deployment tool.
Read More