Podcast Episodes
Back to SearchDeep Reinforcement Learning in a Notebook With Jupylet + Gaming and Synthesis
Episode 43
What is it like to design a Python library for three different audiences? This week on the show, we have Nir Aides, creator of Jupylet. His new libr…
5 years, 3 months ago
What Is Data Engineering and Researching 10 Million Jupyter Notebooks
Episode 42
Are you familiar with the role data engineers play in the modern landscape of data science and Python? Data engineering is a sub-discipline that focu…
5 years, 3 months ago
2020 Real Python Articles in Review
Episode 41
It’s been quite the year! The Real Python team has written, edited, curated, illustrated, and produced a mountain of Python articles this year. We al…
5 years, 4 months ago
How Python Manages Memory and Creating Arrays With np.linspace
Episode 40
Have you wondered how Python manages memory? How are your variables stored in memory, and when do they get deleted? This week on the show, David Amos…
5 years, 4 months ago
Generators, Coroutines, and Learning Python Through Exercises
Episode 39
Have you started to use generators in Python? Are you unsure why you would even use one over a regular function? How do you use the special “send” me…
5 years, 4 months ago
Looping With enumerate() and Python GUIs With PyQt
Episode 38
If you’re coming to Python from a different language, you may not know about a useful tool for working with loops, Python’s built-in enumerate functi…
5 years, 4 months ago
Teaching Python and Finding Resources for Students
Episode 37
One of the best ways to learn something well is to teach it. This week on the show, we have Kelly Schuster-Paredes and Sean Tibor from the Teaching P…
5 years, 5 months ago
Sentiment Analysis, Fourier Transforms, and More Python Data Science
Episode 36
Are you interested in learning more about Natural Language Processing? Have you heard of sentiment analysis? This week on the show, Kyle Stratis retu…
5 years, 5 months ago
Security and Authorization in Your Python Web Applications
Episode 35
So you built a web application in Python. Now how are you going to authorize users? Security goes beyond authentication. Who gets to do what, where, …
5 years, 5 months ago
The Python Modulo Operator & Managing Data With SQLite and SQLAlchemy
Episode 34
Are you ready to move beyond flat files for your data in Python? Maybe you’re not sure where to start with databases and SQL. This week on the show, …
5 years, 5 months ago