#427: 10 Tips and Ideas for the Beginner to Expert Python Journey

#427: 10 Tips and Ideas for the Beginner to E...

Up next

#539: Catching up with the Python Typing Council

You're adding type hints to your Python code, your editor is happy, autocomplete is working great. But then you switch tools and suddenly there are red squiggles everywhere. Who decides what a float annotation actually means? Or whether passing None where an int is expected shoul ...  Show more

#538: Python in Digital Humanities

Digital humanities sounds niche, until you realize it can mean a searchable archive of U.S. amendment proposals, Irish folklore, or pigment science in ancient art. Today I’m talking with David Flood from Harvard’s DARTH team about an unglamorous problem: What happens when the gra ...  Show more

Recommended Episodes

96: What is Python & Why Should I Care? w/ Python Expert Michael Kennedy
Data Career Podcast: Helping You Land a Data Analyst Job FAST

Avery talks with Michael Kennedy about the many ways Python is used.

Michael hosts the Talk Python to Me podcast, is an expert in Python, and explains how experts use Python in various fields.

The episode also discusses beginners who want to learn and use Python, ...

  Show more

If LLMs Do the Easy Programming Tasks - How are Junior Developers Trained? What Have We Done?
The InfoQ Podcast

In this podcast Michael Stiefel spoke to Anthony Alford and Roland Meertens about the future of software development and the training of new developers, in a world where Large Language Models heavily contribute to software development. Read a transcript of this interview: https:/ ...  Show more

Careers, Skills, and the Evolution of AI (Ep. 248)
Data Science at Home

!!WARNING!!

Due to some technical issues the volume is not always constant during the show. I sincerely apologise for any inconvenience Francesco

 

 

In this episode, I speak with Richie Cotton, Data Evangelist at DataCamp, as he delves into the d ...

  Show more

They made Python faster with this compiler option
The Backend Engineering Show with Hussein Nasser

Fundamentals of Operating Systems Course https://oscourse.win Looks like fedora is compiling cpython with the -o3 flag, which does aggressive function inlining among other optimizations. This seems to improve python benchmarks performance by at most 1.16x at a cost of an ex ...

  Show more