What is the Python GIL?

A lot of people complain that Python is slow. But is it really? In my own experience, Python has almost always been “fast enough”. However, there is that niggling issue of the Global Interpreter Lock or GIL. Let’s talk about that! The Global Interpreter Lock The Python Global Interpreter Lock or GIL, is a mutex or …

What is the Python GIL? Read More »

The Python Show – Episode 2 – Data Science and Python with Akshay Pachaar (Video)

The Python Show’s second episode is now on YouTube! Today’s episode is about data science and Python with my guest, Akshay Pachaar! You can follow Akshay on Twitter or befriend him on LinkedIn. Topics covered include: How Akshay got into tech, data science, and Python Using Python in data science Python and maps / GIS …

The Python Show – Episode 2 – Data Science and Python with Akshay Pachaar (Video) Read More »

The Python Show Podcast Now on YouTube

The Python Show Podcast now has a YouTube channel too. You can find the first episode of The Python Show there now: If you prefer to listen to The Python Show, you can stream it on the following websites: The Python Show website Apple Podcasts Pocket Cast Spotify TuneIn

PyDev of the Week: Daniel Alejandro Mesejo-León

This week we welcome Daniel Alejandro Mesejo-León (@searchsort) as our PyDev of the Week! Daniel is the creator of the trex package, which is used for efficient keyword extraction using RegEx. You can see what else Daniel is up to by checking out his GitHub profile. Let’s spend some time getting to know Daniel better! …

PyDev of the Week: Daniel Alejandro Mesejo-León Read More »