Real Python: The Real Python Podcast – Episode #150: Lessons Learned From Four Years Programming With Python
Link: https://realpython.com/podcasts/rpp/150/
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
Link: https://realpython.com/podcasts/rpp/150/
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
Realpython
Episode #150: Lessons Learned From Four Years Programming With Python – The Real Python Podcast
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."
Talk Python to Me: #408: Hatch: A Modern Python Workflow
Link: https://talkpython.fm/episodes/show/408/hatch-a-modern-python-workflow
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 w
Link: https://talkpython.fm/episodes/show/408/hatch-a-modern-python-workflow
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 w
talkpython.fm
Hatch: A Modern Python Workflow
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:…
Glyph Lefkowitz: What Would You Say You Do Here?
Link: https://blog.glyph.im/2023/03/what-would-you-say-you-do-here.html
What have I been up to?
Late last year, I launched
a Patreon. Although not quite a “soft”
launch — I did toot about it, after all — I didn’t promote it very much.
I started this way because I realize
Link: https://blog.glyph.im/2023/03/what-would-you-say-you-do-here.html
What have I been up to?
Late last year, I launched
a Patreon. Although not quite a “soft”
launch — I did toot about it, after all — I didn’t promote it very much.
I started this way because I realize
blog.glyph.im
What Would You Say You Do Here?
A brief description of the various projects that I am hoping to do independently, with your support. In other words, this is an ad, for me.
meejah.ca: Forwarding streams over Magic Wormhole
Link: https://meejah.ca/blog/fow-wormhole-forward
An experimental ‘fow’ command to forward TCP streams on Dilation subchannels
Link: https://meejah.ca/blog/fow-wormhole-forward
An experimental ‘fow’ command to forward TCP streams on Dilation subchannels
CodersLegacy: Changing HTML tags and content with Python BeautifulSoup
Link: https://coderslegacy.com/changing-html-tags-beautifulsoup-in-python/
If you’re working with HTML in Python, the BeautifulSoup library is an excellent choice for parsing and manipulating HTML content. Most people only know about BeautifulSoup in the context of “parsing”
Link: https://coderslegacy.com/changing-html-tags-beautifulsoup-in-python/
If you’re working with HTML in Python, the BeautifulSoup library is an excellent choice for parsing and manipulating HTML content. Most people only know about BeautifulSoup in the context of “parsing”
CodersLegacy
Changing HTML tags and content with Python BeautifulSoup
Although it's usually used for parsing HTML, BeautifulSoup can also be used for changing (replacing) tags and HTML content in Python.
PyBites: Teaching packaging by building a Python package
Link: https://pybit.es/articles/teaching-packaging-by-building-a-python-package/
Listen here
Or watch here (recommended because there will be code!)
Welcome back to our podcast. In this week’s episode we look at Python packaging.
I was teaching this on our weekly PDM Code Cli
Link: https://pybit.es/articles/teaching-packaging-by-building-a-python-package/
Listen here
Or watch here (recommended because there will be code!)
Welcome back to our podcast. In this week’s episode we look at Python packaging.
I was teaching this on our weekly PDM Code Cli
PyBites
Teaching Packaging By Building A Python Package - PyBites
Welcome back to our podcast. In this week's episode we look at Python packaging.
Sandipan Dey: Histopathologic Cancer Detection with CNN
Link:
Brief description of the problem and data In this mini-project, we shall use binary classification to classify an image into cancerous (class label 1) or benign (class label 0), i.e., to identify meta
Link:
Brief description of the problem and data In this mini-project, we shall use binary classification to classify an image into cancerous (class label 1) or benign (class label 0), i.e., to identify meta
Python for Beginners: Convert Dictionary to INI File in Python
Link: https://www.pythonforbeginners.com/basics/convert-dictionary-to-ini-file-in-python
INI files are primarily used as a file format for configuration files. In this article, we will discuss how to convert a python dictionary to an INI file using the configparser module.
Table of Conten
Link: https://www.pythonforbeginners.com/basics/convert-dictionary-to-ini-file-in-python
INI files are primarily used as a file format for configuration files. In this article, we will discuss how to convert a python dictionary to an INI file using the configparser module.
Table of Conten
PythonForBeginners.com
Convert Dictionary to INI File in Python - PythonForBeginners.com
Convert Dictionary to INI File in Python will help you improve your python skills with easy-to-follow examples and tutorials.
Glyph Lefkowitz: Telemetry Is Not Your Enemy
Link: https://blog.glyph.im/2023/03/telemetry-is-not-your-enemy.html
Part 1: A Tale of Two Metaphors
In software development
“telemetry” is data
collected from users of the software, almost always delivered to the authors of
the software via the Internet.
In recent yea
Link: https://blog.glyph.im/2023/03/telemetry-is-not-your-enemy.html
Part 1: A Tale of Two Metaphors
In software development
“telemetry” is data
collected from users of the software, almost always delivered to the authors of
the software via the Internet.
In recent yea
blog.glyph.im
Telemetry Is Not Your Enemy
Not all data collection is the same, and not all of it is bad.
Kay Hayen: Nuitka Release 1.5
Link: https://nuitka.net/posts/nuitka-release-15.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release contains the long awaited 3.11 support, even if only on an
ex
Link: https://nuitka.net/posts/nuitka-release-15.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release contains the long awaited 3.11 support, even if only on an
ex
Michał Bultrowicz: Separating different kinds of tests
Link: https://bultrowicz.com/separating_kinds_of_tests/
When I work on a project I differentiate three kinds of tests: unit, integrated, and external.
In this post I’ll explain how I think about them.
Link: https://bultrowicz.com/separating_kinds_of_tests/
When I work on a project I differentiate three kinds of tests: unit, integrated, and external.
In this post I’ll explain how I think about them.
Mike Driscoll: PyDev of the Week: Kevin Kho
Link: https://www.blog.pythonlibrary.org/2023/03/27/pydev-of-the-week-kevin-kho/
This week we welcome Kevin Kho as our PyDev of the Week! Kevin is a core developer on the Fugue package. You can catch up with Kevin on Medium where Kevin writes about Fugue, Python, and more. You can
Link: https://www.blog.pythonlibrary.org/2023/03/27/pydev-of-the-week-kevin-kho/
This week we welcome Kevin Kho as our PyDev of the Week! Kevin is a core developer on the Fugue package. You can catch up with Kevin on Medium where Kevin writes about Fugue, Python, and more. You can
Mouse Vs Python
PyDev of the Week: Kevin Kho - Mouse Vs Python
This week we welcome Kevin Kho as our PyDev of the Week! Kevin is a core developer on the Fugue package. You can catch up with Kevin on Medium where Kevin
Python for Beginners: Convert INI File to Dictionary in Python
Link: https://www.pythonforbeginners.com/basics/convert-ini-file-to-dictionary-in-python
INI files are one of the simplest configuration files that we use in software systems. In this article, we will discuss how to convert an INI file to a python dictionary.
Table of ContentsWhat is the
Link: https://www.pythonforbeginners.com/basics/convert-ini-file-to-dictionary-in-python
INI files are one of the simplest configuration files that we use in software systems. In this article, we will discuss how to convert an INI file to a python dictionary.
Table of ContentsWhat is the
PythonForBeginners.com
Convert INI File to Dictionary in Python - PythonForBeginners.com
Convert INI File to Dictionary in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: How to Read Python Input as Integers
Link: https://realpython.com/python-input-integer/
If you’ve ever coded an interactive text-based application in Python, then you’ve probably found that you need a reliable way of asking the user for integers as input. It’s not enough simply to displa
Link: https://realpython.com/python-input-integer/
If you’ve ever coded an interactive text-based application in Python, then you’ve probably found that you need a reliable way of asking the user for integers as input. It’s not enough simply to displa
Realpython
How to Read Python Input as Integers – Real Python
In this tutorial, you'll learn how to use Python to get integer input from the user while handling any errors resulting from non-numeric input. This will involve coding your own reusable function built around input().
Python Morsels: Implementing slicing
Link: https://www.pythonmorsels.com/implementing-slicing/
You can make Python objects support slicing by implementing a __getitem__ method that accepts slice objects.
Table of contents
Indexing relies on __getitem__, but so does slicing!
Slicing uses sli
Link: https://www.pythonmorsels.com/implementing-slicing/
You can make Python objects support slicing by implementing a __getitem__ method that accepts slice objects.
Table of contents
Indexing relies on __getitem__, but so does slicing!
Slicing uses sli
Pythonmorsels
Implementing slicing
You can make Python objects support slicing by implementing a __getitem__ method that accepts slice objects.
death and gravity: Limiting concurrency in Python asyncio – the story of async imap_unordered()
Link: https://death.andgravity.com/limit-concurrency
So, you're doing some async stuff, repeatedly, many times.
Like, hundreds of thousands of times.
Maybe you're scraping some data.
Maybe it's more complicated
– you're calling an API,
and then passing
Link: https://death.andgravity.com/limit-concurrency
So, you're doing some async stuff, repeatedly, many times.
Like, hundreds of thousands of times.
Maybe you're scraping some data.
Maybe it's more complicated
– you're calling an API,
and then passing
death and gravity
Limiting concurrency in Python asyncio: the story of async imap_unordered()
So, you're doing some async stuff, repeatedly, hundreds of thousands of times. How do you *not* do it all at once? Hint: asyncio.Semaphore is not always the best way, despite what Stack Overflow may tell you ;)
Brett Cannon: Unravelling `global`
Link: https://snarky.ca/unravelling-global/
While preparing my talk for PyCascades 2023 on this very blog post series of Python&aposs syntactic sugar, I had an inkling that I could unravel the global statement. After talking to some folks after
Link: https://snarky.ca/unravelling-global/
While preparing my talk for PyCascades 2023 on this very blog post series of Python&aposs syntactic sugar, I had an inkling that I could unravel the global statement. After talking to some folks after
Tall, Snarky Canadian
Unravelling `global`
While preparing my talk for PyCascades 2023 on this very blog post series of Python's syntactic sugar, I had an inkling that I could unravel the global statement. After talking to some folks after my talk, I realized that I could, in fact, unravel it! The…
Lucas Cimon: __slots__ memory optimization in Python
Link: https://chezsoi.org/lucas/blog/slots-memory-optimizations-in-python.html
Illustration from realpython.com
The other day, while working on fpdf2,
I used @dataclass,
a nice decorator that came in the standard library with Python 3.7,
to quickly define a class that most
Link: https://chezsoi.org/lucas/blog/slots-memory-optimizations-in-python.html
Illustration from realpython.com
The other day, while working on fpdf2,
I used @dataclass,
a nice decorator that came in the standard library with Python 3.7,
to quickly define a class that most
Ludochaordic
__slots__ memory optimization in python
Illustration from realpython.com The other day, while working on fpdf2, I used @dataclass, a nice decorator that came in the standard library with Python 3.7, to quickly define a class that mostly stored data. Then a question came to my mind: is the __slots__…
Mike Driscoll: An Intro to Textual – Creating Text User Interfaces with Python
Link: https://www.blog.pythonlibrary.org/2023/03/28/an-intro-to-textual/
Textual is a Python package used to create cross-platform Text User Interfaces (TUI). This may sound like you’ll be creating a user interface with ASCII-art, but that is not the case.
Textual is quite
Link: https://www.blog.pythonlibrary.org/2023/03/28/an-intro-to-textual/
Textual is a Python package used to create cross-platform Text User Interfaces (TUI). This may sound like you’ll be creating a user interface with ASCII-art, but that is not the case.
Textual is quite
Mouse Vs Python
An Intro to Textual - Creating Text User Interfaces with Python - Mouse Vs Python
Textual is a Python package used to create cross-platform Text User Interfaces (TUI). This may sound like you'll be creating a user interface with
Real Python: YAML: Python's Missing Battery
Link: https://realpython.com/courses/yaml-python/
Python is often marketed as a batteries-included language because it comes with almost everything you’d ever expect from a programming language. This statement is mostly true, as the standard library
Link: https://realpython.com/courses/yaml-python/
Python is often marketed as a batteries-included language because it comes with almost everything you’d ever expect from a programming language. This statement is mostly true, as the standard library
Realpython
YAML: Python's Missing Battery – Real Python
In this video course, you'll learn about working with YAML in Python. By the end of it, you'll know about the available libraries, their strengths and weaknesses, and the advanced and potentially dangerous features of YAML.