PyBites: Coding with mindfulness
Link: https://pybit.es/articles/coding-with-mindfulness/
Listen here:
Welcome back to the Pybites podcast. This week we have Andrew McLeod on the show to talk about mindfulness.
We talk about:– Mindfulness as it applies to the tech industry and why it’s im
Link: https://pybit.es/articles/coding-with-mindfulness/
Listen here:
Welcome back to the Pybites podcast. This week we have Andrew McLeod on the show to talk about mindfulness.
We talk about:– Mindfulness as it applies to the tech industry and why it’s im
PyBites
Coding With Mindfulness - PyBites
Welcome back to the Pybites podcast. This week we have Andrew McLeod on the show to talk about mindfulness.
Python⇒Speed: It's time to stop using Python 3.7
Link: https://pythonspeed.com/articles/stop-using-python-3.7/
Upgrading to new software versions is work, and work that doesn’t benefit your software’s users.
Users care about features and bug fixes, not how up-to-date you are.
So it’s perhaps not surprising how
Link: https://pythonspeed.com/articles/stop-using-python-3.7/
Upgrading to new software versions is work, and work that doesn’t benefit your software’s users.
Users care about features and bug fixes, not how up-to-date you are.
So it’s perhaps not surprising how
Python⇒Speed
It’s time to stop using Python 3.7
Python 3.7 will stop getting security updates in July 2023. Given the existence of 3.8, 3.9, 3.10, and 3.11, you really should upgrade.
Python Engineering at Microsoft: Python in Visual Studio Code – December 2022 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2022-release/
We’re excited to announce that the December 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following announcements:
Auto indenta
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2022-release/
We’re excited to announce that the December 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following announcements:
Auto indenta
Python
Python in Visual Studio Code - December 2022 Release
The December 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes auto indentation with Pylance, a preview of Python in the browser and a community highlight. Keep on reading to learn more!
Talk Python to Me: #393: Space Science with Python
Link: https://talkpython.fm/episodes/show/393/space-science-with-python
Space science is one of the few sciences that can spark wonder and imagining in almost anyone. It also happens to be the domain of Python with many missions, telescopes, and analysis happening with Py
Link: https://talkpython.fm/episodes/show/393/space-science-with-python
Space science is one of the few sciences that can spark wonder and imagining in almost anyone. It also happens to be the domain of Python with many missions, telescopes, and analysis happening with Py
talkpython.fm
Space Science with Python
Space science is one of the few sciences that can spark wonder and imagining in almost anyone. It also happens to be the domain of Python with many missions, telescopes, and analysis happening with Python playing a major role.
Python Software Foundation: Introducing a New Sliding Scale Membership
Link: https://pyfound.blogspot.com/2022/12/introducing-new-sliding-scale-membership.html
The Python Software Foundation (PSF) has made a sliding scale option available for Supporting Membership, because we want to make membership more accessible for more people and to increase the size an
Link: https://pyfound.blogspot.com/2022/12/introducing-new-sliding-scale-membership.html
The Python Software Foundation (PSF) has made a sliding scale option available for Supporting Membership, because we want to make membership more accessible for more people and to increase the size an
Python Software Foundation Blog
Introducing a New Sliding Scale Membership
The Python Software Foundation (PSF) has made a sliding scale option available for Supporting Membership, because we want to make membership...
ListenData: ChatGPT Isn't a Smart Analyst
Link: https://www.listendata.com/2022/12/limitations-of-ChatGPT.html
ChatGPT has been trending on social media platforms. It has crossed one million users in just a week time. Those who haven't heard about ChatGPT, it's a large language model trained by OpenAI. In simp
Link: https://www.listendata.com/2022/12/limitations-of-ChatGPT.html
ChatGPT has been trending on social media platforms. It has crossed one million users in just a week time. Those who haven't heard about ChatGPT, it's a large language model trained by OpenAI. In simp
ListenData
ChatGPT-4 Is a Smart Analyst, Unlike GPT-3.5
ChatGPT-4 can analyze data and generate insights more effectively. Unlike GPT-3.5, which lacks reasoning skills, ChatGPT-4 can perform complex tasks
Kay Hayen: All in with Nuitka
Link: https://nuitka.net/posts/all-in-with-nuitka.html
After more than 10 years of working on the Python compiler Nuitka, and
at the age of 50, I have finally decided to take the plunge. My projects
“Nuitka” and “Nuitka commercial” are now my day job, and
Link: https://nuitka.net/posts/all-in-with-nuitka.html
After more than 10 years of working on the Python compiler Nuitka, and
at the age of 50, I have finally decided to take the plunge. My projects
“Nuitka” and “Nuitka commercial” are now my day job, and
Declassed Art: Clabate: minimalistic class-based templates for Python
Link: https://github.com/declassed-art/clabate
Clabate is a minimalistic template system for Python language.
Clabate does not offer yet another mini-language for templates.
It is based on class inh
Link: https://github.com/declassed-art/clabate
Clabate is a minimalistic template system for Python language.
Clabate does not offer yet another mini-language for templates.
It is based on class inh
Real Python: The Real Python Podcast – Episode #136: Package Python Code With pyproject.toml & Listing Files With pathlib
Link: https://realpython.com/podcasts/rpp/136/
How do you start packaging your code with pyproject.toml? Would you like to join a conversation that gently walks you through setting up your Python projects to share? This week on the show, Christoph
Link: https://realpython.com/podcasts/rpp/136/
How do you start packaging your code with pyproject.toml? Would you like to join a conversation that gently walks you through setting up your Python projects to share? This week on the show, Christoph
Realpython
Episode #136: Package Python Code With pyproject.toml & Listing Files With pathlib – The Real Python Podcast
How do you start packaging your code with pyproject.toml? Would you like to join a conversation that gently walks you through setting up your Python projects to share? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's…
Python for Beginners: Check if a Pandas Series Is Sorted in Python
Link: https://www.pythonforbeginners.com/basics/check-if-a-pandas-series-is-sorted-in-python
Pandas series is a great tool for handling sequential data in python. In this article, we will discuss different ways to check if a pandas series is sorted.
Table of ContentsCheck if a Pandas Series
Link: https://www.pythonforbeginners.com/basics/check-if-a-pandas-series-is-sorted-in-python
Pandas series is a great tool for handling sequential data in python. In this article, we will discuss different ways to check if a pandas series is sorted.
Table of ContentsCheck if a Pandas Series
PythonForBeginners.com
Check if a Pandas Series Is Sorted in Python - PythonForBeginners.com
Check if a Pandas Series Is Sorted in Python will help you improve your python skills with easy to follow examples and tutorials.
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.…