schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
Leanpub book LAUNCH 🚀 Practical Python for Production Under Pressure: Managing the insanity that is developing pipelines alongside a production at full speed by Alex Telford https://youtu.be/nPvgqZZWJ5Y #books #booklaunch #Python #VFX #SoftwareEngineering #PythonTips
Practical Python for Production under Pressure (The Book + Resources) by Alex Telford is on sale on Leanpub! Its suggested price is $27.99; get it for $10.49 with this coupon: https://leanpub.com/sh/1BpxP04Z #Python #SoftwareEngineering #GameDevelopment
I'm proud of my spouse @leonardr for his decades of service to the world. The #Python Software Foundation recently recognized some of that service by naming him a @ThePSF Fellow, and giving him the Community Service Award.
A few photos of the ceremony at #PyConUS 2025: https://harihareswara.net/posts/2025/congratulating-leonard-psf-award/
Practical Python for Production under Pressure (The Book + Resources) by Alex Telford is on sale on Leanpub! Its suggested price is $27.99; get it for $10.49 with this coupon: https://leanpub.com/sh/G3zDuRpd #Python #SoftwareEngineering #GameDevelopment
Leanpub book LAUNCH 🚀 Practical Python for Production Under Pressure: Managing the insanity that is developing pipelines alongside a production at full speed by Alex Telford https://youtu.be/nPvgqZZWJ5Y #books #booklaunch #Python #VFX #SoftwareEngineering #PythonTips
NEW! A Leanpub Frontmatter Podcast Interview with Alex Telford, Author of Practical Python for Production Under Pressure: Managing the insanity that is developing pipelines alongside a production at full speed | Watch here: https://youtu.be/uDziREzkpdY #books #Python #VFX #SoftwareEngineering #PythonTips
Welcome to the Leanpub Launch video for Practical Python for Production Under Pressure: Managing the insanity that is developing pipelines alongside a production at full speed by Alex Telford!
Check it out on the Leanpub Blog: https://leanpub.com/blog/leanpub-book-launch-practical-python-for-production-under-pressure-by-alex-telford/
In this episode of the Leanpub Podcast, Len Epp interviews Alex Telford, Senior Pipeline and Software Engineer and author of Practical Python for Production Under Pressure. Alex shares insights from his career in VFX and animation, where developers must build and fix tools quickly while productions are running full tilt.
Check it out on the Leanpub Blog here: https://leanpub.com/blog/the-leanpub-podcast-feat-alex-telford-author-of-practical-python-for-production-under-pressure
Master Python https://leanpub.com/b/masterpython by Noah Gift and Alfredo Deza is the featured bundle of ebooks 📚 on the Leanpub homepage! https://leanpub.com #Python #Devops #SoftwareEngineering #AutomatedSoftwareTesting #NodeJs #Ruby #Go #R #CloudComputing #books #ebooks
Leanpub book LAUNCH 🚀 Practical Python for Production Under Pressure: Managing the insanity that is developing pipelines alongside a production at full speed by Alex Telford https://youtu.be/nPvgqZZWJ5Y #books #booklaunch #Python #VFX #SoftwareEngineering #PythonTips
NEW! A Leanpub Frontmatter Podcast Interview with Alex Telford, Author of Practical Python for Production Under Pressure: Managing the insanity that is developing pipelines alongside a production at full speed | Watch here: https://youtu.be/uDziREzkpdY #books #Python #VFX #SoftwareEngineering #PythonTips
New 📚 Release! ByteSizedBakes by Shanila Farihan Zaara #books #ebooks #programming #python
9 fun chapters of Python projects + real baking recipes. Whisk + code = magic!
Find it on Leanpub!
Practical Python for Production under Pressure (The Book + Resources) by Alex Telford is on sale on Leanpub! Its suggested price is $27.99; get it for $10.49 with this coupon: https://leanpub.com/sh/RnBB5L6c #Python #SoftwareEngineering #GameDevelopment
Real World Python http://leanpub.com/set/leanpub/realworldpython by Lukas Rieger and Christian Mayer is the featured Track on the Leanpub homepage! https://leanpub.com #python #pythonproramming
The course Dirty Data Dojo: Cleaning Data (Excel & Python) by Lee Baker is on sale on Leanpub! Its suggested price is $119.00; get it for $49.50 with this coupon: https://leanpub.com/sh/WWPnpt8j #Python #BusinessAnalysis #DataScience #Science #SocialScience
Mastering Modern Time Series Forecasting by Valery Manokhin is on sale on Leanpub! Its suggested price is $39.99; get it for $31.49 with this coupon: https://leanpub.com/sh/kSnX7Rfx #ComputerScience #MachineLearning #Mathematics #Python #DataScience #DeepLearning #Education
Practical Python for Production under Pressure (The Book + Resources) by Alex Telford is on sale on Leanpub! Its suggested price is $27.99; get it for $10.49 with this coupon: https://leanpub.com/sh/2f3N5Wrd #Python #SoftwareEngineering #GameDevelopment
> ' split() without params returns a list of the words in the string ❤️ '.split()
['split()', 'without', 'params', 'returns', 'a', 'list', 'of', 'the', 'words', 'in', 'the', 'string', '❤️']
#python again makes so much sense.
Thank you for thinking hard before implementing anything.
Splitting a string means splitting up words, and that's Pythons default. So simple, and so clever. Also if it is a bit opinionated. Fine with me. I love it.
#awk is still alive `mix test | awk 'BEGIN { print_next = 0 } { if (print_next) { print; print_next = 0 } else if ($0 ~ /^ *[0-9]+\)/) { print; print_next = 1 } }'
`mix test` is for running elixir tests. I've got too many failures at the moment and wanted to see all of them, with the file / line number. cc @kevlin
This is not awk I could have easily written by hand.
(but admittedly, for stuff with conditionals etc, there is a lot more #python in the training sets).
A Simple Path to Python Success http://leanpub.com/set/leanpub/asimplepathtopythonsuccess by Christian Mayer, Lukas Rieger, and Shubham Sayon is the featured Track on the Leanpub homepage! https://leanpub.com #ComputerProgramming #Devops #python #pythonprogramming
Master Python https://leanpub.com/b/masterpython by Noah Gift and Alfredo Deza is the featured bundle of ebooks 📚 on the Leanpub homepage! https://leanpub.com #Python #Devops #SoftwareEngineering #AutomatedSoftwareTesting #NodeJs #Ruby #Go #R #CloudComputing #books #ebooks
"Have you ever started a Python process, realized that you made a mistake, immediately hit Ctrl+C to interrupt it and then waited a surprisingly long time to get the command line back?
This delay is caused by a bug in the compiled #Python extension.
:thread:"
thread at https://bsky.app/profile/millionconcepts.com/post/3lpmgmqah3s2c about @zwol 's work, readable to non-users of Bluesky, includes #PyConUS #PyConUS2025 shout-out.
Ultimate Python and Django Complete Bundle https://leanpub.com/b/ultimate-python-django-complete-bundle by A.J. García is the featured bundle of ebooks 📚 on the Leanpub homepage! https://leanpub.com #Python #ComputerProgramming #ComputerScience #Django #books #ebooks
Inside The Python Virtual Machine by Obi Ike-Nwosu is free with a Leanpub Reader membership! Or you can buy it for $7.99! http://leanpub.com/insidethepythonvirtualmachine #Python
https://masto.hackers.town/@zwol/114525980634815264
"Have you ever been annoyed by some #Python code not stopping immediately when you press control-C?"
#PyConUS - slides and detailed notes for "Writing Extension Modules To Be Interruptible" by @zwol at https://research.owlfolio.org/pubs/2025-pyext-ctrlc-talk/