
PODCASTERS . SPOTIFY . COM {
}
Title[redir]:
core.py • A podcast on Spotify for Creators
Description:
We talk about Python internals, because we work on Python internals. We joke about stuff, because we’re jokers. Episodes between 60 and 90 minutes in length. We’ve done more than a few so far and it doesn’t seem like we’ll be stopping any time soon! Hi Loren!
Matching Content Categories {📚}
- TV
- Video & Online Content
- Movies
Content Management System {📝}
What CMS is podcasters.spotify.com built with?
Custom-built
No common CMS systems were detected on Podcasters.spotify.com, and no known web development framework was identified.
Traffic Estimate {📈}
What is the average monthly size of podcasters.spotify.com audience?
🌐 Massive Traffic: 1M - 2M visitors per month
Based on our best estimate, this website will receive around 1,306,412 visitors per month in the current month.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Podcasters.spotify.com Make Money? {💸}
Display Ads {🎯}
The website utilizes display ads within its content to generate revenue. Check the next section for further revenue estimates.
There's no clear indication of an external ad management service being utilized, ads are probably managed internally. Particular relationships are as follows:
Direct Advertisers (5)
rubiconproject.com, openx.com, spotify.com, google.com, indexexchange.comHow Much Does Podcasters.spotify.com Make? {💰}
Display Ads {🎯}
$20,900 per month
Our estimates place Podcasters.spotify.com's monthly online earnings from display ads at $19,219 to $32,947.
Keywords {🔍}
python, part, episode, pep, cpython, intro, whats, outro, week, timestamps, freethreading, jit, faster, łukasz, talk, core, reference, interpreter, memory, pablo, parser, repl, work, pycon, code, counting, pablos, free, gil, pyrepl, tier, favorite, savannah, sprint, question, exceptions, exception, talking, news, future, developer, things, stack, features, outline, peg, grammar, time, summit, brandt,
Topics {✒️}
long-forgotten 'access' keyword fine-grained error locations interpreter-local static types recursion-guarding code improved thread-safe standard collections makes gel lovable static typing controversy core developer team core developer panel biased reference counting _pyfuture ref cycles solving reference cycles sam gross nominated strncmp considered harmful doubly-linked list roots bloody roots server supports https break backwards compatibility perform custom forms high-level allocators testing certificates set hugo van kemenade thomas wow-ters russell keith-magee android test script n-body benchmark entire attribute loads victor exposes pyunicodewriter small consultancy business deterministic finite automatons high-level explanations automatic tuple unpacking import side effects pip install cinderx multi-line expressions libedit tab completion high level summary global interpreter lock free-threading builds control code characters __annotations__ race fix explain reference counting reference counting semantics typing finds bugs idle debugger improvements type “import abc” critical sections landed favorite discussion item remote code execution reading freed memory
Payment Methods {📊}
- Stripe
Questions {❓}
- (00:00:54) PART 1: What even is PEG?
- (00:01:43) How does a 'try' block work?
- (00:02:27) What drives you?
- (00:02:33) What is the Global Interpreter Lock?
- (00:02:45) CalVer for Python versions?
- (00:03:10) What even is a tokenizer?
- (00:04:00) How many 'try' blocks can you fit on a bus?
- (00:04:39) What features of JS do you miss in Python?
- (00:04:47) How do you choose what to work on?
- (00:05:03) What's a "parsing expression"?
- (00:05:56) How does Python store the current exception?
- (00:06:19) Is free-threading happening?
- (00:08:06) What even is frame evaluation?
- (00:11:00) Where are the comments stored?
- (00:13:37) What is a grammar?
- (00:15:09) Why is pymalloc faster than just using malloc?
- (00:15:13) How does it work?
- (00:15:17) Is this progress bar even working?
- (00:15:28) So what is there instead?
- (00:15:37) Is Rust game yet?
- (00:17:10) Why not LALR?
- (00:17:28) Tagged strings?
- (00:17:30) Why a doubly-linked list?
- (00:18:52) Upstreaming changes from Cinder?
- (00:19:06) What if you could break backwards compatibility in argparse?
- (00:19:17) Automatic tuple unpacking for raised exceptions?
- (00:22:12) What happens in 2100 with CalVer?
- (00:23:02) Subinterpreters or free-threading?
- (00:23:41) Where else to find information on current development?
- (00:23:51) How do the JIT internals look to new eyes?
- (00:24:46) What's a context-free grammar?
- (00:25:38) Why a file?
- (00:25:40) Will distros provide free-threading builds?
- (00:25:52) Syntax changes in Python are rare, right?
- (00:26:23) Will the podcast run out of content?
- (00:27:33) Is Savannah team typing?
- (00:30:17) How are objects in the cycle destroyed?
- (00:31:13) Implementing a REPL from scratch?
- (00:31:15) What if you don't trust Pablo?
- (00:31:27) PARSING: What is it?
- (00:31:28) Black is stuck with LL1, can it cope?
- (00:32:52) How would PyCon 2020 in Pittsburgh feel?
- (00:34:18) How can you be mad about the Walrus?
- (00:34:44) Raise from None?
- (00:35:23) How to generate a parser?
- (00:35:33) What even is a JIT?
- (00:38:10) Is hacking on Python a good experience to newcomers?
- (00:41:14) PART 3: How does the PEG parser of CPython work?
- (00:41:15) What if we used LR?
- (00:43:21) Why do you need "generations"?
- (00:45:30) When are we getting faster?
- (00:48:10) We still have two weeks, right?
- (00:49:22) Any design regrets?
- (00:49:47) Reading freed memory with mimalloc is kinda okay?
- (00:49:59) Is Python synthwave enough?
- (00:51:57) Do we have a bug?
- (00:52:14) How to model a grammar of programming mistakes?
- (00:55:12) How did removal of the GIL complicate your life?
- (00:55:31) What's lurking in pydoc?
- (00:56:22) PART 3: What's Going On in CPython?
- (00:56:36) Why is there C code in my grammar file?
- (00:58:24) WHAT'S GOING ON IN CPYTHON?
- (00:59:38) PART 4: WHAT'S HAPPENING IN CPYTHON?
- (00:59:57) Bro, do you even lift?
- (01:07:02) WHAT'S GOING ON IN CPYTHON?
- (01:08:53) PART 8: What else is happening?
- (01:10:40) Is the frozenmap PEP happening?
- (01:13:50) Hacker in Residence fired?
- (01:17:15) Type checking the standard library itself?
- (01:22:45) PART 5: WHAT'S GOING ON IN CPYTHON?
- (01:23:25) What makes Gel lovable?
- (01:29:51) PART 3: WHAT'S GOING ON IN CPYTHON?
- How does Python handle memory?
- Oof, no episode in April, huh?
- What happens when you type “import abc”?
- What is Cinder, how does it work, and how does it intersect with the future of Python 3?
- What makes Python an interpreter?
- Who says we can't do short episodes?
- You ready?
- You think you know Python?
- But what about NOW?
- For speed?
- What even is all that?
Schema {🗺️}
Organization:
context:http://schema.org
url:https://creators.spotify.com/
name:Spotify for Creators
logo://d12xoj7p9moygp.cloudfront.net/favicon/favicon-s4p-150x150.png
foundingDate:2015
founders:
givenName:Nir
familyName: Zicherman
givenName:Michael
familyName:Mignano
sameAs:
http://www.facebook.com/@spotifyforcreators
http://www.linkedin.com/company/spotifyforcreators
http://twitter.com/spotifycreator
http://www.youtube.com/c/spotifyforcreators
Social Networks {👍}(3)
External Links {🔗}(33)
- What's the income generated by https://open.spotify.com/show/1PGRfdrLEwgXjQbPBNk1pW each month?
- How much does https://podcasts.apple.com/us/podcast/core-py/id1712665877 generate monthly?
- How much cash flow does https://anchor.fm/s/eb6edc3c/podcast/rss have monthly?
- What is the earnings of https://support.spotify.com/us/content-policy-reporting/?
- How much does https://creators.spotify.com/pod/profile/corepy/episodes/PyCon-US-2025-Recap-e347dc3 net monthly?
- How profitable is https://creators.spotify.com/pod/profile/corepy/episodes/Beta-Frenzy-e32fe2m?
- What's the financial gain of https://creators.spotify.com/pod/profile/corepy/episodes/Episode-21-A-Garbage-Episode-e31lbg6?
- How much cash flow does https://creators.spotify.com/pod/profile/corepy/episodes/Episode-20-Remote-Code-Execution-By-Design-e30j8hi have monthly?
- How much profit is https://creators.spotify.com/pod/profile/corepy/episodes/Episode-19-Async-hacks--unicorns-and-velociraptors-e2vs6gp making per month?
- How much revenue does https://creators.spotify.com/pod/profile/corepy/episodes/Episode-18-Reference-Counting-e2tuqnq generate?
- How much income does https://creators.spotify.com/pod/profile/corepy/episodes/Episode-17-Argparse--JIT--and-balloons-with-Savannah-Ostrowski-e2r61lh have?
- What is the earnings of https://creators.spotify.com/pod/profile/corepy/episodes/Episode-16-Memory-Allocation-e2qai66?
- How much profit does https://creators.spotify.com/pod/profile/corepy/episodes/Episode-15-Core-sprint-at-Meta-e2p64tc generate?
- How much does https://creators.spotify.com/pod/profile/corepy/episodes/Episode-14-Integration-Events-e2nuru6 earn?
- What's the monthly money flow for https://creators.spotify.com/pod/profile/corepy/episodes/Episode-13-A-Legit-Episode-e2lepe4?
- What's the monthly income of https://creators.spotify.com/pod/profile/corepy/episodes/Episode-12-WTF-Python-e2kn1rj?
- What's the financial outcome of https://creators.spotify.com/pod/profile/corepy/episodes/Episode-11-Live-from-PyCon-2024-e2k75mc?
- What's the financial intake of https://creators.spotify.com/pod/profile/corepy/episodes/Episode-10-The-Interactive-REPL-e2j788i?
- What is the earnings of https://creators.spotify.com/pod/profile/corepy/episodes/Episode-9-Py-Day-with-Emily-Morehouse-Valcarcel-e2h2tt9?
- Profit of https://creators.spotify.com/pod/profile/corepy/episodes/Episode-8-The-New-Parser-e2ggih4
- How much money does https://creators.spotify.com/pod/profile/corepy/episodes/Episode-7-The-Old-Parser-e2f6qmj make?
- https://creators.spotify.com/pod/profile/corepy/episodes/Episode-6---An-Exceptional-Episode-e2e5pkk's financial summary
- Find out how much https://compilercrim.es/rust-np/ earns monthly
- How much does https://creators.spotify.com/pod/profile/corepy/episodes/Episode-5---Cinder-with-Carl-Meyer-e2d2m7l make?
- What are the total earnings of https://creators.spotify.com/pod/profile/corepy/episodes/Episode-4---Frame-Evaluation-e2cjdrn?
- Get to know https://creators.spotify.com/pod/profile/corepy/episodes/Episode-3---Imports--frozen-modules--Python-news-e2bs56d's earnings
- https://creators.spotify.com/pod/profile/corepy/episodes/Episode-2---PEP-703-Removing-the-GIL-e2b8egi's total income per month
- Profit of https://creators.spotify.com/pod/profile/corepy/episodes/Episode-1---Core-Sprint-in-Brno--Python-3-13-0-alpha-1-e2apebk
- Financial intake of https://www.lifeatspotify.com/jobs
- Earnings of https://www.spotify.com/legal/spotify-for-creators-terms/
- Explore the financials of https://support.spotify.com/us/creators/
- What's the income of https://pod.spoti.fi/NlQCgAYtdHb?redirect=https%3A%2F%2Fapps.apple.com%2Fapp%2Fapple-store%2Fid1056182234?
- How much does https://pod.spoti.fi/rGWisg8tdHb?redirect=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dfm.anchor.android bring in each month?
Libraries {📚}
- WOW