Python openbaar
[search 0]
Meer

Download the App!

show episodes
 
A weekly Python podcast hosted by Christopher Bailey with interviews, coding tips, and conversation with guests from the Python community. The show covers a wide range of topics including Python programming best practices, career tips, and related software development topics. Join us every Friday morning to hear what's new in the world of Python programming and become a more effective Pythonista.
 
T
Talk Python To Me

1
Talk Python To Me

Michael Kennedy (@mkennedy)

Unsubscribe
Unsubscribe
Wekelijks
 
Talk Python to Me is a weekly podcast hosted by developer and entrepreneur Michael Kennedy. We dive deep into the popular packages and software developers, data scientists, and incredible hobbyists doing amazing things with Python. If you're new to Python, you'll quickly learn the ins and outs of the community by hearing from the leaders. And if you've been Pythoning for years, you'll learn about your favorite packages and the hot new ones coming out of open source.
 
T
Teaching Python

1
Teaching Python

Sean Tibor and Kelly Paredes

Unsubscribe
Unsubscribe
Maandelijks+
 
A podcast by Kelly Paredes and Sean Tibor about their adventures teaching middle school computer science, problem-solving, handling failure, frustration, and victory through the lens of the Python programming language. Kelly Paredes has taught all over the world and specializes in curriculum design and development. She currently teaches sixth and seventh-grade computer science at Pine Crest School in Fort Lauderdale, Florida. This is her fourth year using Python. Sean Tibor has worked in mar ...
 
Profitable Python is a podcast hosted by Ben McNeill. The show is devoted to the Python developers who want to meet amazing humans and take their skills to the next level. The community built around this show proudly represents integrity, unity, and leadership through self mastery.
 
The Python podcast by edureka! will help you in understanding the various fundamentals of Python programming with examples in detail and why you must learn Python. You will also learn about various libraries in python like Pandas, Numpy, Matplotlib, Scipy, Scikit and master advance concepts like Python machine learning, scripts, sequence, web scraping and big data analytics. Website: https://www.edureka.co/python Please write back to us at sales@edureka.co or call us at IND: 9606058406 / US: ...
 
Curso de introducción a Python impartido por Juan Luis Cano (pybonacci.wordpress.com) y organizado por CAChemE (cacheme.org) con el siguiente temario: Introducción a la sintaxis de Python Uso del Notebook de IPython Introducción a NumPy Representación gráfica con matplotlib Análisis numérico con SciPy Cálculo simbólico con SymPy Introducción a la depuración, testing y buenas prácticas Instalación de Python en Windows Este material ha sido elaborado gracias a la ayuda económica concedida por ...
 
Loading …
show series
 
What are the core lessons you’ve learned along your Python development journey? What are key takeaways you would share with new users of the language? This week on the show, Duarte Oliveira e Carmo is here to discuss his recent talk, “Four Years of Python.” Duarte works at the crossroads of machine learning, data science, and software engineering. …
 
In recent years, there has been a lot of experimenting how we work with dependencies and external libraries for our Python code. There is pip, pip-tools, Poetry, pdm, pyenv, pipenv, Hatch and others workflows. We dove into this deeply back on episode 406: Reimagining Python's Packaging Workflows. We're back with Ofek Lev to take a deeper look at Ha…
 
The wonderful world of Python on hardware! Episode 223 (March 22, 2023). This is our weekly Python video highlights! Ladyada and PT review the Python on hardware news of the week.The news comes from the Python community, Discord, Adafruit communities and more. It’s part of the comprehensive newsletter we do each week. The video playlist of episodes…
 
In episode MPR, Eric & Owen are hanging out, and they talk about: Head-stamps, Do the matter? Diamond python breeding Owen's talk @ the lancaster Herp Society. Check out Cold Blooded Caffeine’s They are a fantastic coffee company that has a love for reptiles. $1 Of Every Bag Sold Is Donated To Wildlife Conservation In Coffee Producing Countries. We…
 
Watch on YouTube About the show Sponsored by Microsoft for Startups Founders Hub. Connect with the hosts Michael: @mkennedy@fosstodon.org Brian: @brianokken@fosstodon.org Show: @pythonbytes@fosstodon.org Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 11am PT. Older video versions available there too. Brian…
 
В гостях у Moscow Python Podcast Никита Соболев, CTO wemake.services и Арсений Сапелкин, тимлид Kaspersky OS. Обсудили в выпуске: чем занимается команда тулов в YADRO Jenkins и причем здесь «большой драчевый напильник» с чего начинать работу с CI/CD нужно ли изучать Jenkins про запас или просто знать о нем умирает ли концепция DevOps «проблемы возн…
 
Kelly and Sean interview Ryan Dehmoubed, co-founder of JuiceMind, a startup focused on hardware and software for the K-12 computer science education market. Their initial products focus on the AP Computer Science curriculum with a goal of making coding more engaging while showing students the practical applications of coding. In this interview, we'…
 
Welcome to the 16th episode of the Sad Python Girls Club Podcast! 🐍 We're thrilled to have Isidor Nikolic, aka the VS Code historian, as our special guest this time around! Isidor not only holds the position of Senior Program Manager at the VS Code team, but he's also been working on the editor since day one! 🤯 In this episode, Isidor shares his ex…
 
Have you ever wondered how Siri, Alexa, or Google Assistant can understand and respond to our commands? Or how Netflix or YouTube recommend the next video for us to watch? The answer lies in Artificial Intelligence (AI), a branch of computer science that allows machines to perform tasks that usually require human intelligence, such as speech recogn…
 
So you know about dependencies and testing, right? If you're talking to a DB in your app, you have to decide how to approach that with your tests. There are lots of solid options you might pick and they vary by goals. Do you mock out the DB layer for isolation or do you use a test DB to make it as real as possible? Do you just punt and use the real…
 
If you're like most people, the simplicity and easy of getting started is a big part of pytest's appeal. But beneath that simplicity, there is a lot of power and depth. We have Brian Okken on this episode to dive into his latest pytest tips and tricks for beginners and power users. Links from the show pytest tips and tricks article: pythontest.com …
 
Have you explored Python’s collections module? Within it, you’ll find a powerful factory function called namedtuple(), which provides multiple enhancements over the standard tuple for writing clearer and cleaner code. This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder’s Weekly articles and projects. Christopher di…
 
The wonderful world of Python on hardware! Episode 222 (March 15, 2023). This is our weekly Python video highlights! Ladyada and PT review the Python on hardware news of the week.The news comes from the Python community, Discord, Adafruit communities and more. It’s part of the comprehensive newsletter we do each week. The video playlist of episodes…
 
Watch on YouTube About the show Sponsored by Compiler Podcast from Red Hat. Connect with the hosts Michael: @mkennedy@fosstodon.org Brian: @brianokken@fosstodon.org Show: @pythonbytes@fosstodon.org Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 11am PT. Older video versions available there too. Michael #1:…
 
The great power of Python is its over 400,000 packages on PyPI to serve as building blocks for your app. How do you get those needed packages on to your dev machine and managed within your project? What about production and QA servers? I don't even know where to start if you're shipping built software to non-dev end users. There are many variations…
 
Are you interested in deploying your Python project everywhere? This week on the show, Russell Keith-Magee, founder and maintainer of the BeeWare project, returns. Russell shares recent updates to Briefcase, a tool that converts a Python application into native installers on macOS, Windows, Linux, and mobile devices. We cover how Anaconda hired him…
 
The wonderful world of Python on hardware! Episode 221 (March 8, 2023). This is our weekly Python video highlights! Ladyada and PT review the Python on hardware news of the week.The news comes from the Python community, Discord, Adafruit communities and more. It’s part of the comprehensive newsletter we do each week. The video playlist of episodes …
 
Watch on YouTube About the show Sponsored by Microsoft for Startups Founders Hub. Connect with the hosts Michael: @mkennedy@fosstodon.org Brian: @brianokken@fosstodon.org Show: @pythonbytes@fosstodon.org Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 11am PT. Older video versions available there too. Brian…
 
In this episode, we have a new installment of the Student of the Serpent series. This time we are talking about Inland carpet pythons (M. Spilota metcalfei) with special guest Justin Julander from Reptile Fight Club, Australian Addition Reptiles, and author of the More Complete Carpet Python. We talk about the natural history of this subspecies and…
 
Новый выпуск посвятили актуальным новостям за февраль 2023 года в мире Python. Ниже оставили ссылки на все материалы этого подкаста. • 32 года Python - https://tomaszs2.medium.com/happy-birthday • Python Software Foundation ищет разработчика - https://pyfound.blogspot.com/2023/01/the-psf • Три больших атаки на pypi: - https://blog.phylum.io/phylum-…
 
Have you decided how you’re going to deploy your Django project? Should you use a VPS or a PaaS? Christopher Trudeau is back this week, bringing another batch of PyCoder’s Weekly articles and projects. We also have organizers from PyCascades to share details about this year’s hybrid in-person and virtual conference. Christopher shares an article ab…
 
So you know about dependencies and testing, right? If you're talking to a DB in your app, you have to decide how to approach that with your tests. There are lots of solid options you might pick and they vary by goals. Do you mock out the DB layer for isolation or do you use a test DB to make it as real as possible? Do you just punt and use the real…
 
The wonderful world of Python on hardware! Episode 220 (March 1, 2023). This is our weekly Python video highlights! Ladyada and PT review the Python on hardware news of the week.The news comes from the Python community, Discord, Adafruit communities and more. It’s part of the comprehensive newsletter we do each week. The video playlist of episodes …
 
Watch on YouTube About the show Sponsored by Microsoft for Startups Founders Hub. Connect with the hosts Michael: @mkennedy@fosstodon.org Brian: @brianokken@fosstodon.org Show: @pythonbytes@fosstodon.org Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 11am PT. Older video versions available there too. Micha…
 
Are you still using loops and lists to process your data in Python? Have you heard of a Python library with optimized data structures and built-in operations that can speed up your data science code? This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, returns to share secrets for harnessing linear algebra and Nu…
 
This is the third installment of the MPR Book Club series, The Art of Keeping snakes, by Philippe. This book was way ahead of its time. This book came out in 2004 and influenced my thoughts on keeping snakes in captivity. Fast forward to today, and more people are embracing this way of keeping snakes. There is a ton of good information, including a…
 
В гостях у Moscow Python Podcast Никита Соболев, CTO wemake.services и Арсений Сапелкин, тимлид Kaspersky OS. Обсудили в выпуске: опыт использования Copilot этические вопросы использования AI в работе перспективы Copilot, ChatGPT «у программистов будет больше задач или уменьшится количество программистов?» все станут тимлидами или «киберпанк, котор…
 
After years of being atop our "must-have guests" list, Kelly and Sean finally get to interview Al Sweigart, author of Automate the Boring Stuff with Python, as well as many other books and courses that help people learn Python more effectively Join us as we talk about everything from our favorite teaching examples, the process of book writing, fost…
 
The wonderful world of Python on hardware! Episode 219 (February 22, 2023). This is our weekly Python video highlights! Ladyada and PT review the Python on hardware news of the week.The news comes from the Python community, Discord, Adafruit communities and more. It’s part of the comprehensive newsletter we do each week. The video playlist of episo…
 
Watch on YouTube About the show Sponsored by Compiler Podcast from Red Hat.Connect with the hosts Michael: @mkennedy@fosstodon.org Brian: @brianokken@fosstodon.org Show: @pythonbytes@fosstodon.org Special guest, Erin Mullaney: @erinrachel@fosstodon.org Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 11am PT…
 
Clean code is one of those aspects of your programming career that's easy to put on the back burner (sometimes by management more than yourself). But it's important in the short term for writing more debuggable and readable code. And important in the long run for avoiding having your program take on the dreaded "legacy code" moniker. We're fortunat…
 
Clean code is one of those aspects of your programming career that's easy to put on the back burner (sometimes by management more than yourself). But it's important in the short term for writing more debuggable and readable code. And important in the long run for avoiding having your program take on the dreaded "legacy code" moniker. We're fortunat…
 
Would you like to practice your Python skills while building a challenging word game? Have you been wanting to learn more about creating command-line interfaces and making them colorful and interactive? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder’s Weekly articles and projects. We share a recent Real Python…
 
The wonderful world of Python on hardware! Episode 218 (February 15, 2023). This is our weekly Python video highlights! Ladyada and PT review the Python on hardware news of the week.The news comes from the Python community, Discord, Adafruit communities and more. It’s part of the comprehensive newsletter we do each week. The video playlist of episo…
 
Watch on YouTube About the show Sponsored by Microsoft for Startups Founders Hub. Connect with the hosts Michael: @mkennedy@fosstodon.org Brian: @brianokken@fosstodon.org - may be a minute or two late. Show: @pythonbytes@fosstodon.org Special guest: Pamela Fox - @pamelafox@fosstodon.org Join us on YouTube at pythonbytes.fm/live to be part of the au…
 
Loading …

Korte handleiding