
Using a Memory Profiler in Python & What It Can Teach You
Have you used a memory profiler to gauge the performance of your Python application? Maybe you're using it to troubleshoot memory issues when loading a large data science project. What could running a...
7 Loka 20221h 3min

Explaining Access Control Using Python & Cautiously Handling Pickles
Have you ever used code to help explain a topic? How can Python scripts be used to understand the intricacies of access control? This week on the show, Christopher Trudeau is here, bringing another ba...
30 Syys 202258min

Python as an Efficiency Tool for Non-Developers
Are you interested in using Python in an industry outside of software development? Would adding a few custom software tools increase efficiency and make your coworkers' jobs easier? This week on the s...
23 Syys 20221h 10min

Improve Matplotlib With Style Sheets & Python Async for the Web
Have you thought the standard output from Matplotlib is a bit generic looking? Would you like a quick way to add style and consistency to your data visualizations? This week on the show, Christopher T...
16 Syys 202253min

Exploring Recursion in Python With Al Sweigart
Have you wanted to understand recursion and how to use it in Python? Are you familiar with the call stack and how it relates to tracebacks? This week on the show, Al Sweigart talks about his new book,...
9 Syys 20221h 20min

Creating a Python Code Completer & More Abstract Syntax Tree Projects
How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Python? How does an AST help you write programs and projects that inspect and modify your Python code? T...
2 Syys 20221h 13min

Configuring a Coding Environment on Windows & Using TOML With Python
Have you attempted to set up a Python development environment on Windows before? Would it be helpful to have an easy-to-follow guide to get you started? This week on the show, Christopher Trudeau is h...
19 Elo 20221h 1min

Moving NLP Forward With Transformer Models and Attention
What's the big breakthrough for Natural Language Processing (NLP) that has dramatically advanced machine learning into deep learning? What makes these transformer models unique, and what defines "atte...
12 Elo 202250min
