Search
142 results for “realpython”
-
My first tutorial for Real Python @realpython got published 🎉
"Python Thread Safety: Using a Lock and Other Techniques": https://realpython.com/python-thread-lock/
Unexpected things can happen when we try to introduce multithreading to existing Python code. Read the tutorial to spot such race conditions in multithreaded code and learn to fix them using Python's synchronization primitives.
Read now at: https://realpython.com/python-thread-lock/
-
My first tutorial for Real Python @realpython got published 🎉
"Python Thread Safety: Using a Lock and Other Techniques": https://realpython.com/python-thread-lock/
Unexpected things can happen when we try to introduce multithreading to existing Python code. Read the tutorial to spot such race conditions in multithreaded code and learn to fix them using Python's synchronization primitives.
Read now at: https://realpython.com/python-thread-lock/
-
My first tutorial for Real Python @realpython got published 🎉
"Python Thread Safety: Using a Lock and Other Techniques": https://realpython.com/python-thread-lock/
Unexpected things can happen when we try to introduce multithreading to existing Python code. Read the tutorial to spot such race conditions in multithreaded code and learn to fix them using Python's synchronization primitives.
Read now at: https://realpython.com/python-thread-lock/
-
I have been listening to the @realpython podcast so much lately that I was humming the intro music. I need to have more than one podcast to listen to :-)
#python #podcasts #realpython -
I have been listening to the @realpython podcast so much lately that I was humming the intro music. I need to have more than one podcast to listen to :-)
#python #podcasts #realpython -
I have been listening to the @realpython podcast so much lately that I was humming the intro music. I need to have more than one podcast to listen to :-)
#python #podcasts #realpython -
Learn From 2025's Most Popular Python Tutorials and Courses: https://realpython.com/popular-python-tutorials-2025/
-
Learn From 2025's Most Popular Python Tutorials and Courses: https://realpython.com/popular-python-tutorials-2025/
-
Learn From 2025's Most Popular Python Tutorials and Courses: https://realpython.com/popular-python-tutorials-2025/
-
Learn From 2025's Most Popular Python Tutorials and Courses: https://realpython.com/popular-python-tutorials-2025/
-
The most challenging topic for me was #Python package imports. Thank you #RealPython
What's a Python Namespace Package, and What's It For? https://realpython.com/python-namespace-package/
-
The most challenging topic for me was #Python package imports. Thank you #RealPython
What's a Python Namespace Package, and What's It For? https://realpython.com/python-namespace-package/
-
The most challenging topic for me was #Python package imports. Thank you #RealPython
What's a Python Namespace Package, and What's It For? https://realpython.com/python-namespace-package/
-
The most challenging topic for me was #Python package imports. Thank you #RealPython
What's a Python Namespace Package, and What's It For? https://realpython.com/python-namespace-package/
-
I really appreciate the detailed articles and guides on #RealPython but this price is absolutely unacceptable for my region. Feels like #Steam charging me at the same rate as someone who lives in Sweden. What the hell?
-
I have to learn a lot of Python pretty quickly to make sure tyis project gets done by the end of the semester and, holy crap, Real Python is an amazing site.
I thought I was going to read a nice overview of classes. An hour later I'm getting to the sections on composition and dependency injection.
Also, constructor overloads? Multiple inheritance?
No wonder so many people like this language.
-
I have to learn a lot of Python pretty quickly to make sure tyis project gets done by the end of the semester and, holy crap, Real Python is an amazing site.
I thought I was going to read a nice overview of classes. An hour later I'm getting to the sections on composition and dependency injection.
Also, constructor overloads? Multiple inheritance?
No wonder so many people like this language.
-
I have to learn a lot of Python pretty quickly to make sure tyis project gets done by the end of the semester and, holy crap, Real Python is an amazing site.
I thought I was going to read a nice overview of classes. An hour later I'm getting to the sections on composition and dependency injection.
Also, constructor overloads? Multiple inheritance?
No wonder so many people like this language.
-
I have to learn a lot of Python pretty quickly to make sure tyis project gets done by the end of the semester and, holy crap, Real Python is an amazing site.
I thought I was going to read a nice overview of classes. An hour later I'm getting to the sections on composition and dependency injection.
Also, constructor overloads? Multiple inheritance?
No wonder so many people like this language.
-
Yesterday when hearing about the rise of malicious #pypi packages on the #realpython podcast, I had an idea for a package I’m calling`pre-pip`.
It’s a way to run some custom #python code before a #pip command. This could potentially be used to check if a package is on a known list of bad packages before installing it or to automatically upgrade pip before a pip install.
Seems there are lots of possibilities here.
-
Yesterday when hearing about the rise of malicious #pypi packages on the #realpython podcast, I had an idea for a package I’m calling`pre-pip`.
It’s a way to run some custom #python code before a #pip command. This could potentially be used to check if a package is on a known list of bad packages before installing it or to automatically upgrade pip before a pip install.
Seems there are lots of possibilities here.
-
Yesterday when hearing about the rise of malicious #pypi packages on the #realpython podcast, I had an idea for a package I’m calling`pre-pip`.
It’s a way to run some custom #python code before a #pip command. This could potentially be used to check if a package is on a known list of bad packages before installing it or to automatically upgrade pip before a pip install.
Seems there are lots of possibilities here.
-
as a fan of @pythonbytes, @realpython, and @talkpython - i especially enjoyed this podclash. Some very reasonable observations on cloud, microservices, data protection, web analytics and more - this show felt quite the #zenofpython https://realpython.com/podcasts/rpp/272/
-
as a fan of @pythonbytes, @realpython, and @talkpython - i especially enjoyed this podclash. Some very reasonable observations on cloud, microservices, data protection, web analytics and more - this show felt quite the #zenofpython https://realpython.com/podcasts/rpp/272/
-
as a fan of @pythonbytes, @realpython, and @talkpython - i especially enjoyed this podclash. Some very reasonable observations on cloud, microservices, data protection, web analytics and more - this show felt quite the #zenofpython https://realpython.com/podcasts/rpp/272/
-
as a fan of @pythonbytes, @realpython, and @talkpython - i especially enjoyed this podclash. Some very reasonable observations on cloud, microservices, data protection, web analytics and more - this show felt quite the #zenofpython https://realpython.com/podcasts/rpp/272/
-
as a fan of @pythonbytes, @realpython, and @talkpython - i especially enjoyed this podclash. Some very reasonable observations on cloud, microservices, data protection, web analytics and more - this show felt quite the #zenofpython https://realpython.com/podcasts/rpp/272/
-
Three Ways of Storing and Accessing Lots of Images in #Python
https://realpython.com/storing-images-in-python/Using plain files, #LMDB, and #HDF5. It's too bad there's an explicit serialization step for the LMDB case. In C we'd just splat the memory in and out of the DB as-is, with no ser/deser overhead.
Also they use two separate tables for image and metadata in HDF5, but only one table in LMDB (with metadata concat'd to image). I don't see why they didn't just use two tables there as well.
-
Yesterday when hearing about the rise of malicious #pypi packages on the #realpython podcast, I had an idea for a package I’m calling`pre-pip`.
It’s a way to run some custom #python code before a #pip command. This could potentially be used to check if a package is on a known list of bad packages before installing it or to automatically upgrade pip before a pip install.
Seems there are lots of possibilities here.
-
Yesterday when hearing about the rise of malicious #pypi packages on the #realpython podcast, I had an idea for a package I’m calling`pre-pip`.
It’s a way to run some custom #python code before a #pip command. This could potentially be used to check if a package is on a known list of bad packages before installing it or to automatically upgrade pip before a pip install.
Seems there are lots of possibilities here.