James Bennett: Boring Python: dependency management
Link: https://www.b-list.org/weblog/2022/may/13/boring-python-dependencies/
This is the first in hopefully a series of posts I intend to write about how to build/manage/deploy/etc. Python applications in as boring a way as possible. So before I go any further, I want to be ab
Link: https://www.b-list.org/weblog/2022/may/13/boring-python-dependencies/
This is the first in hopefully a series of posts I intend to write about how to build/manage/deploy/etc. Python applications in as boring a way as possible. So before I go any further, I want to be ab
James Bennett
Boring Python: dependency management
This is the first in hopefully a series of posts I intend to write about how to build/manage/deploy/etc. Python applications …
Python Circle: Publishing to Kafka — Synchronous vs Asynchronous
Link: https://pythoncircle.com/post/771/publishing-to-kafka-synchronous-vs-asynchronous/
By default, the Kafka client uses a blocking call to push the messages to the Kafka broker. We can use the non-blocking call if application requirements permit. Here we will explore how we can use the
Link: https://pythoncircle.com/post/771/publishing-to-kafka-synchronous-vs-asynchronous/
By default, the Kafka client uses a blocking call to push the messages to the Kafka broker. We can use the non-blocking call if application requirements permit. Here we will explore how we can use the
Python Circle
Publishing to Kafka — Synchronous vs Asynchronous
By default, the Kafka client uses a blocking call to push the messages to the Kafka broker. We can use the non-blocking call if application requirements permit. Here we will explore how we can use the non-blocking approach to push data to Kafka, what is the…
The Python Coding Blog: Using positional-only and keyword-only arguments in Python [Intermediate Python Functions Series #5]
Link: https://thepythoncodingbook.com/2022/12/11/positional-only-and-keyword-only-arguments-in-python/
In previous articles in this series, you read about positional and keyword arguments, making arguments optional by adding a default value, and including any number of positional and keyword arguments
Link: https://thepythoncodingbook.com/2022/12/11/positional-only-and-keyword-only-arguments-in-python/
In previous articles in this series, you read about positional and keyword arguments, making arguments optional by adding a default value, and including any number of positional and keyword arguments
The Python Coding Book
Using positional-only and keyword-only arguments in Python
Using positional-only and keyword-only arguments in Python. The fifth article in The Intermediate Python Functions series
David Amos: Stop Using Implicit Inputs And Outputs
Link: https://davidamos.dev/stop-using-implicit-inputs-and-outputs/
Hang out with Python devs long enough, and you&aposll hear all about Tim Peter&aposs Zen Of Python.The Zen, which you can conveniently read by executing import this in a Python REPL, presents 19 of th
Link: https://davidamos.dev/stop-using-implicit-inputs-and-outputs/
Hang out with Python devs long enough, and you&aposll hear all about Tim Peter&aposs Zen Of Python.The Zen, which you can conveniently read by executing import this in a Python REPL, presents 19 of th
davidamos.dev
Stop Using Implicit Inputs And Outputs
One simple way to improve testability and reusability.
PyPy: Finding JIT Optimizer Bugs using SMT Solvers and Fuzzing
Link: https://www.pypy.org/posts/2022/12/jit-bug-finding-smt-fuzzing.html
In this blog post I want to describe a recent bug finding technique that I've
added to the PyPy JIT testing infrastructure. This technique uses the Z3
theorem prover to find bugs in the optimizer of P
Link: https://www.pypy.org/posts/2022/12/jit-bug-finding-smt-fuzzing.html
In this blog post I want to describe a recent bug finding technique that I've
added to the PyPy JIT testing infrastructure. This technique uses the Z3
theorem prover to find bugs in the optimizer of P
PyPy
Finding JIT Optimizer Bugs using SMT Solvers and Fuzzing
In this blog post I want to describe a recent bug finding technique that I've
added to the PyPy JIT testing infrastructure. This technique uses the Z3
theorem prover to find bugs in the optimizer of P
added to the PyPy JIT testing infrastructure. This technique uses the Z3
theorem prover to find bugs in the optimizer of P
Reuven Lerner: My Week with ChatGPT
Link: https://lerner.co.il/2022/12/11/my-week-with-chatgpt/
Everyone’s talking about ChatGPT. If you haven’t used it yourself, then you’ve probably seen lots of screenshots on social media. Or maybe you’ve had a friend or family member (like me) talk about it
Link: https://lerner.co.il/2022/12/11/my-week-with-chatgpt/
Everyone’s talking about ChatGPT. If you haven’t used it yourself, then you’ve probably seen lots of screenshots on social media. Or maybe you’ve had a friend or family member (like me) talk about it
Reuven Lerner
My Week with ChatGPT
Everyone's talking about ChatGPT. If you haven't used it yourself, then you've probably seen lots of screenshots on social media. Or maybe you've had a friend or family member (like me) talk about it nonstop.
Lucas Cimon: Another animated dungeon: The Sky-Blind Spire
Link: https://chezsoi.org/lucas/blog/another-animated-dungeon-the-sky-blind-spire.html
Following last week animated PDF adventure,
I have been reading a series of one page dungeons...
And yesterday I had the opportunity to play the best one in my opinion:
The Sky-Blind Spire by Michael
Link: https://chezsoi.org/lucas/blog/another-animated-dungeon-the-sky-blind-spire.html
Following last week animated PDF adventure,
I have been reading a series of one page dungeons...
And yesterday I had the opportunity to play the best one in my opinion:
The Sky-Blind Spire by Michael
Ludochaordic
Another animated dungeon: the sky-blind spire
Following last week animated PDF adventure, I have been reading a series of one page dungeons... And yesterday I had the opportunity to play the best one in my opinion: The Sky-Blind Spire by Michael Prescott. It has everythng I love on one page: a maze to…
Podcast.__init__: Update Your Model's View Of The World In Real Time With Streaming Machine Learning Using River
Link: https://www.pythonpodcast.com/river-streaming-machine-learning-episode-388/
The majority of machine learning projects that you read about or work on are built around batch processes. The model is trained, and then validated, and then deployed, with each step being a discrete
Link: https://www.pythonpodcast.com/river-streaming-machine-learning-episode-388/
The majority of machine learning projects that you read about or work on are built around batch processes. The model is trained, and then validated, and then deployed, with each step being a discrete
The Python Podcast.__init__
The Python Podcast.__init__: Update Your Model's View Of The World In Real Time With Streaming Machine Learning Using River
An interview with Max Halford about the benefits of streaming machine learning for systems that need to learn continuously without being taken offline and how the River library supports building those models.
Mike Driscoll: PyDev of the Week: Iqbal Abdullah
Link: https://www.blog.pythonlibrary.org/2022/12/12/pydev-of-the-week-iqbal-abdullah/
This week we welcome Iqbal Abdullah (@iqbalabd) as our PyDev of the Week! Iqbal is a Python community organizer in the East Asia and South East Asia regions.
Let's spend some time getting to know Iqb
Link: https://www.blog.pythonlibrary.org/2022/12/12/pydev-of-the-week-iqbal-abdullah/
This week we welcome Iqbal Abdullah (@iqbalabd) as our PyDev of the Week! Iqbal is a Python community organizer in the East Asia and South East Asia regions.
Let's spend some time getting to know Iqb
Mouse Vs Python
PyDev of the Week: Iqbal Abdullah - Mouse Vs Python
This week we welcome Iqbal Abdullah (@iqbalabd) as our PyDev of the Week! Iqbal is a Python community organizer in the East Asia and South East Asia
Real Python: How to Get and Use the Current Time in Python
Link: https://realpython.com/python-get-current-time/
Getting the current time in Python is a nice starting point for many time-related operations. One very important use case is creating timestamps. In this tutorial, you’ll learn how to get, display, an
Link: https://realpython.com/python-get-current-time/
Getting the current time in Python is a nice starting point for many time-related operations. One very important use case is creating timestamps. In this tutorial, you’ll learn how to get, display, an
Realpython
How to Get and Use the Current Time in Python – Real Python
In this tutorial, you'll be getting the current time in Python. You'll get your hands on a datetime object that represents the current time. You'll see how to format it according to international standards, and you'll even check out how computers represent…
Lucas Cimon: Animated one-page-dungeon : Escape of the Torment
Link: https://chezsoi.org/lucas/blog/animated-one-page-dungeon-escape-of-the-torment.html
Last week, while translating John Harper's micro-TTRPG World of Dungeons: Turbo Breakers, I discovered the wonderful world of one page dungeons,
starting with Michael Prescott splendid production at t
Link: https://chezsoi.org/lucas/blog/animated-one-page-dungeon-escape-of-the-torment.html
Last week, while translating John Harper's micro-TTRPG World of Dungeons: Turbo Breakers, I discovered the wonderful world of one page dungeons,
starting with Michael Prescott splendid production at t
Ludochaordic
Animated one-page-dungeon : escape of the torment
Last week, while translating John Harper's micro-TTRPG World of Dungeons: Turbo Breakers, I discovered the wonderful world of one page dungeons, starting with Michael Prescott splendid production at trilemma.com and also the yearly One Page Dungeon Context.…
Python for Beginners: Drop Rows From Pandas Dataframe
Link: https://www.pythonforbeginners.com/basics/drop-rows-from-pandas-dataframe
We use pandas dataframes for many data processing tasks in Python. Sometimes, we need to drop some rows from the dataframe due to various reasons. In this article, we will discuss different ways to dr
Link: https://www.pythonforbeginners.com/basics/drop-rows-from-pandas-dataframe
We use pandas dataframes for many data processing tasks in Python. Sometimes, we need to drop some rows from the dataframe due to various reasons. In this article, we will discuss different ways to dr
PythonForBeginners.com
Drop Rows From Pandas Dataframe - PythonForBeginners.com
Drop Rows From Pandas Dataframe will help you improve your python skills with easy to follow examples and tutorials.
Glyph Lefkowitz: Potato Programming
Link: https://blog.glyph.im/2022/12/potato-programming.html
One potato, two potato, three potato, four
Five potato, six potato, seven potato, more.
Traditional Children’s Counting Rhyme
Programmers waste enormous amounts of time thinking about, or worrying
Link: https://blog.glyph.im/2022/12/potato-programming.html
One potato, two potato, three potato, four
Five potato, six potato, seven potato, more.
Traditional Children’s Counting Rhyme
Programmers waste enormous amounts of time thinking about, or worrying
blog.glyph.im
Potato Programming
One potato, two potato, three potato, four…
death and gravity: Has your password been pwned? Or, how I almost failed to search a 37 GB text file in under 1 millisecond (in Python)
Link: https://death.andgravity.com/pwned
So, there's this website, Have I Been Pwned,
where you can check if your email address has appeared in a data breach.
There's also a Pwned Passwords section for checking passwords
... but, typing your
Link: https://death.andgravity.com/pwned
So, there's this website, Have I Been Pwned,
where you can check if your email address has appeared in a data breach.
There's also a Pwned Passwords section for checking passwords
... but, typing your
death and gravity
Has your password been pwned? Or, how I almost failed to search a 37 GB text file in under 1 millisecond (in Python)
... in which we check if your password has been compromised in many inconvenient ways, in a tale of destruction, obsession, and self-discovery.
Real Python: Context Managers and Python's with Statement
Link: https://realpython.com/courses/with-statement-python/
The with statement in Python is a quite useful tool for properly managing external resources in your programs. It allows you to take advantage of existing context managers to automatically handle the
Link: https://realpython.com/courses/with-statement-python/
The with statement in Python is a quite useful tool for properly managing external resources in your programs. It allows you to take advantage of existing context managers to automatically handle the
Realpython
Context Managers and Using Python's with Statement – Real Python
In this video course, you'll learn what the Python with statement is and how to use it with existing context managers. You'll also learn how to create your own context managers.
PyCoder’s Weekly: Issue #555 (Dec. 13, 2022)
Link: https://pycoders.com/issues/555
#555 – DECEMBER 13, 2022 View in Browser » Package Python Code With pyproject.toml & Listing Files With pathlib How do you start packaging your code with pyproject.toml? Would you like to join a
Link: https://pycoders.com/issues/555
#555 – DECEMBER 13, 2022 View in Browser » Package Python Code With pyproject.toml & Listing Files With pathlib How do you start packaging your code with pyproject.toml? Would you like to join a
Pycoders
PyCoder’s Weekly | Issue #555
Issue #555 of the PyCoder’s Weekly newsletter, published Dec. 13, 2022.
Python Bytes: #314 What are you, a wise guy? Sort it out!
Link: https://pythonbytes.fm/episodes/show/314/what-are-you-a-wise-guy-sort-it-out
<a href='https://www.youtube.com/watch?v=P0KeSWtB4Sc' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="http://pythonbytes.fm/f
Link: https://pythonbytes.fm/episodes/show/314/what-are-you-a-wise-guy-sort-it-out
<a href='https://www.youtube.com/watch?v=P0KeSWtB4Sc' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="http://pythonbytes.fm/f
pythonbytes.fm
What are you, a wise guy? Sort it out!
News and announcements from the Python community for the week of Dec 13th, 2022
Malthe Borch: Why pre-cloud tools are quietly dying
Link: https://maltheborch.com/2022/12/why-pre-cloud-tools-are-quietly-dying.html
In Why is everyone trying to kill Airflow,
dataengineeringdude argues that pre-cloud era tools such as the popular open-source orchestrator
Apache Airf
Link: https://maltheborch.com/2022/12/why-pre-cloud-tools-are-quietly-dying.html
In Why is everyone trying to kill Airflow,
dataengineeringdude argues that pre-cloud era tools such as the popular open-source orchestrator
Apache Airf
Malthe's Homepage:
Software Engineering and Architecture, Data Processing and Analytics
A Blog About Computer Systems
Software Engineering and Architecture, Data Processing and Analytics
A Blog About Computer Systems
Why pre-cloud tools are quietly dying
Python for Beginners: Drop Duplicate Rows From a Pandas Dataframe
Link: https://www.pythonforbeginners.com/basics/drop-duplicate-rows-from-a-pandas-dataframe
Pandas dataframes are used to handle tabular data in Python. The data sometimes contains duplicate values which might be undesired. In this article, we will discuss different ways to drop duplicate ro
Link: https://www.pythonforbeginners.com/basics/drop-duplicate-rows-from-a-pandas-dataframe
Pandas dataframes are used to handle tabular data in Python. The data sometimes contains duplicate values which might be undesired. In this article, we will discuss different ways to drop duplicate ro
PythonForBeginners.com
Drop Duplicate Rows From a Pandas Dataframe - PythonForBeginners.com
Drop Duplicate Rows From a Pandas Dataframe will help you improve your python skills with easy to follow examples and tutorials.
CodersLegacy: Ctypes vs Python – Performance Comparison
Link: https://coderslegacy.com/ctypes-vs-python-performance-comparison/
Python Ctypes is a foreign function library that allows Python code to call C or C++ functions directly. This can be useful for improving the performance of Python code, particularly when working with
Link: https://coderslegacy.com/ctypes-vs-python-performance-comparison/
Python Ctypes is a foreign function library that allows Python code to call C or C++ functions directly. This can be useful for improving the performance of Python code, particularly when working with
CodersLegacy
Ctypes vs Python - Performance Comparison - CodersLegacy
In this Article we will be doing a Performance Comparison between Native Python Code and Python + Ctypes Code.
Declassed Art: Which compression method is best for API?
Link: https://declassed.art/en/blog/2022/12/14/which-compression-method-is-best-for-api
When I worked at work I did not care about such niceties. API returns too many data?
Let's turn gzip on in NGINX! Given that we have no other options for HTTP so far, nobody cares.
Link: https://declassed.art/en/blog/2022/12/14/which-compression-method-is-best-for-api
When I worked at work I did not care about such niceties. API returns too many data?
Let's turn gzip on in NGINX! Given that we have no other options for HTTP so far, nobody cares.
declassed.art
Which compression method is best for API?
When I worked at work I did not care about such niceties. API returns too many data? Let's turn gzip on in NGINX! Given that we have no other options for HTTP so far, nobody cares. But what if they did?