"Paolo Amoroso's Journal": The Python feed of my old blog Moonshots Beyond the Cloud has long been...
Link: https://journal.paoloamoroso.com/the-python-feed-of-my-old-blog-moonshots-beyond-the-cloud-has-long-been?pk_campaign=rss-feed
The Python feed of my old blog Moonshots Beyond the Cloud has long been aggregated by Planet Python. But I'm no longer going to update that blog, so I removed the old feed from Planet Python and submi
Link: https://journal.paoloamoroso.com/the-python-feed-of-my-old-blog-moonshots-beyond-the-cloud-has-long-been?pk_campaign=rss-feed
The Python feed of my old blog Moonshots Beyond the Cloud has long been aggregated by Planet Python. But I'm no longer going to update that blog, so I removed the old feed from Planet Python and submi
Paolo Amoroso's Journal
The Python feed of my old blog Moonshots Beyond the Cloud has long been... — Paolo Amoroso's Journal
#Python #blogging Discuss... | Reply by email... ...
The Python Coding Blog: Shallow and Deep Copy in Python and How to Use __copy__()
Link: https://thepythoncodingbook.com/2022/08/10/shallow-and-deep-copy-in-python/
You need to make a copy of an object in a Python program. How difficult can it be? Not very. But you also need to know the difference between shallow and deep copy in Python and decide which one you n
Link: https://thepythoncodingbook.com/2022/08/10/shallow-and-deep-copy-in-python/
You need to make a copy of an object in a Python program. How difficult can it be? Not very. But you also need to know the difference between shallow and deep copy in Python and decide which one you n
The Python Coding Book
Shallow and Deep Copy in Python and How to Use __copy__()
The article explores shallow and deep copy in Python, and how to use the __copy__() dunder method to customise the copying behaviour
TestDriven.io: Integrating Mailchimp with Django
Link: https://testdriven.io/blog/django-mailchimp/
This article looks at how to integrate Mailchimp with Django for newsletters and transactional emails.
Link: https://testdriven.io/blog/django-mailchimp/
This article looks at how to integrate Mailchimp with Django for newsletters and transactional emails.
testdriven.io
Integrating Mailchimp with Django
This article looks at how to integrate Mailchimp with Django for newsletters and transactional emails.
Python⇒Speed: Finding performance problems: profiling or logging?
Link: https://pythonspeed.com/articles/logging-vs-profiling/
When your software is too slow in production, how can you figure out the source of the problem?
One common starting point to improving production observability is logging, and ideally trace-based logg
Link: https://pythonspeed.com/articles/logging-vs-profiling/
When your software is too slow in production, how can you figure out the source of the problem?
One common starting point to improving production observability is logging, and ideally trace-based logg
Python⇒Speed
Finding performance problems: profiling or logging?
If your software is running slowly in production, do you need profiling or logging?
Codementor: #01 | Machine Learning with the Linear Regression
Link: https://www.codementor.io/projects196/01-machine-learning-with-the-linear-regression-1vq737cmem
Dive into the essence of Machine Learning by developing several Regression models with a practical use case in Python to predict accidents in the USA.
Link: https://www.codementor.io/projects196/01-machine-learning-with-the-linear-regression-1vq737cmem
Dive into the essence of Machine Learning by developing several Regression models with a practical use case in Python to predict accidents in the USA.
www.codementor.io
#01 | Machine Learning with the Linear Regression | Codementor
Dive into the essence of Machine Learning by developing several Regression models with a practical use case in Python to predict accidents in the USA.
Fabio Zadrozny: PyDev debugger: Going from async to sync to async... oh, wait.
Link: http://pydev.blogspot.com/2022/08/pydev-debugger-going-from-async-to-sync.html
In Python asyncio land it's always a bit of a hassle when you have existing code which runs in sync mode which needs to be retrofitted to run in async, but it's usually doable -- in many cases, slapp
Link: http://pydev.blogspot.com/2022/08/pydev-debugger-going-from-async-to-sync.html
In Python asyncio land it's always a bit of a hassle when you have existing code which runs in sync mode which needs to be retrofitted to run in async, but it's usually doable -- in many cases, slapp
Blogspot
PyDev debugger: Going from async to sync to async... oh, wait.
In Python asyncio land it's always a bit of a hassle when you have existing code which runs in sync mode which needs to be retrofitted to ...
PyCharm: The Second Release Candidate for PyCharm 2022.2.1 Is Available!
Link: https://blog.jetbrains.com/pycharm/2022/08/2022-2-1-rc-2/
This is a new update for the upcoming minor bug-fix release for 2022.2. Last week, in the first release candidate for 2022.2.1, we delivered some critical fixes to use the new functionality of PyCharm
Link: https://blog.jetbrains.com/pycharm/2022/08/2022-2-1-rc-2/
This is a new update for the upcoming minor bug-fix release for 2022.2. Last week, in the first release candidate for 2022.2.1, we delivered some critical fixes to use the new functionality of PyCharm
The JetBrains Blog
The Second Release Candidate for PyCharm 2022.2.1 Is Available! | The PyCharm Blog
This is a new update for the upcoming minor bug-fix release for 2022.2. Last week, in the first release candidate for 2022.2.1, we delivered some critical fixes to use the new functionality of PyCharm
ABlog for Sphinx: ABlog v0.10.30 released
Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-30-released
ABlog v0.10.30 released
Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-30-released
ABlog v0.10.30 released
Hynek Schlawack: pip-tools Supports pyproject.toml
Link: https://hynek.me/til/pip-tools-and-pyproject-toml/
pip-tools is ready for modern packaging.
Link: https://hynek.me/til/pip-tools-and-pyproject-toml/
pip-tools is ready for modern packaging.
Hynek Schlawack
pip-tools Supports pyproject.toml
pip-tools is ready for modern packaging.
Real Python: The Real Python Podcast – Episode #121: Moving NLP Forward With Transformer Models and Attention
Link: https://realpython.com/podcasts/rpp/121/
What's the big breakthrough for Natural Language Processing (NLP) that has dramatically advanced machine learning into deep learning? What makes these transformer models unique, and what defines "atte
Link: https://realpython.com/podcasts/rpp/121/
What's the big breakthrough for Natural Language Processing (NLP) that has dramatically advanced machine learning into deep learning? What makes these transformer models unique, and what defines "atte
Realpython
Episode #121: Moving NLP Forward With Transformer Models and Attention – The Real Python Podcast
What's the big breakthrough for Natural Language Processing (NLP) that has dramatically advanced machine learning into deep learning? What makes these transformer models unique, and what defines "attention?" This week on the show, Jodie Burchell, developer…
Python for Beginners: Read File Line by Line in Python
Link: https://www.pythonforbeginners.com/basics/read-file-line-by-line-in-python
File operations are crucial during various tasks. In this article, we will discuss how we can read a file line by line in python.
Read File Using the readline() Method
Python provides us with the read
Link: https://www.pythonforbeginners.com/basics/read-file-line-by-line-in-python
File operations are crucial during various tasks. In this article, we will discuss how we can read a file line by line in python.
Read File Using the readline() Method
Python provides us with the read
PythonForBeginners.com
Read File Line by Line in Python - PythonForBeginners.com
Read File Line by Line in Python will help you improve your python skills with easy to follow examples and tutorials.
PyCharm: Webinar: 10 Pro Git Tips in PyCharm
Link: https://blog.jetbrains.com/pycharm/2022/08/webinar-10-pro-git-tips-in-pycharm/
Join us Tuesday, August 23, 2022, 6:00 – 7:00 pm CEST (check other time zones) for our free live webinar, 10 Pro Git Tips in PyCharm.
Save your spot
Have you ever worked on a Git repo in PyCharm and
Link: https://blog.jetbrains.com/pycharm/2022/08/webinar-10-pro-git-tips-in-pycharm/
Join us Tuesday, August 23, 2022, 6:00 – 7:00 pm CEST (check other time zones) for our free live webinar, 10 Pro Git Tips in PyCharm.
Save your spot
Have you ever worked on a Git repo in PyCharm and
The JetBrains Blog
Webinar: 10 Pro Git Tips in PyCharm | The PyCharm Blog
Have you ever worked on a Git repo in PyCharm and wondered,
Zato Blog: Understanding API rate-limiting techniques
Link: https://zato.io/blog/posts/api-rate-limiting-intro.html
Enabling rate-limiting in Zato means that access to Zato-based APIs can be throttled per endpoint, user or service - including options to make limits apply to specific IP addresses only - and if limit
Link: https://zato.io/blog/posts/api-rate-limiting-intro.html
Enabling rate-limiting in Zato means that access to Zato-based APIs can be throttled per endpoint, user or service - including options to make limits apply to specific IP addresses only - and if limit
zato.io
Zato Blog
John Ludhi/nbshare.io: Pyspark Expr Example
Link: https://www.nbshare.io/notebook/374005461/Pyspark-Expr-Example/
PySpark expr()
expr(str) function takes in and executes a sql-like expression. It returns a pyspark Column data type. This is useful to execute statements that are not available with Co
Link: https://www.nbshare.io/notebook/374005461/Pyspark-Expr-Example/
PySpark expr()
expr(str) function takes in and executes a sql-like expression. It returns a pyspark Column data type. This is useful to execute statements that are not available with Co
"Paolo Amoroso's Journal": Next Suite8080 features: trim uninitialized data, macro assembler
Link: https://journal.paoloamoroso.com/next-suite8080-features-trim-uninitialized-data-macro-assembler?pk_campaign=rss-feed
I decided what to work on next on Suite8080, the suite of Intel 8080 Assembly cross-development tools I'm writing in Python. I'll add two features, the ability for the assembler to trim trailing unini
Link: https://journal.paoloamoroso.com/next-suite8080-features-trim-uninitialized-data-macro-assembler?pk_campaign=rss-feed
I decided what to work on next on Suite8080, the suite of Intel 8080 Assembly cross-development tools I'm writing in Python. I'll add two features, the ability for the assembler to trim trailing unini
Paolo Amoroso's Journal
Next Suite8080 features: trim uninitialized data, macro assembler — Paolo Amoroso's Journal
I decided what to work on next on Suite8080, the suite of Intel 8080 Assembly cross-development tools I'm writing in Python. I'll add two...
Talk Python to Me: #377: Python Packaging and PyPI in 2022
Link: https://talkpython.fm/episodes/show/377/python-packaging-and-pypi-in-2022
PyPI has been in the news for a bunch of reasons lately. Many of them good. But also, some with a bit of drama or mixed reactions. On this episode, we have Dustin Ingram, one of the PyPI maintainers a
Link: https://talkpython.fm/episodes/show/377/python-packaging-and-pypi-in-2022
PyPI has been in the news for a bunch of reasons lately. Many of them good. But also, some with a bit of drama or mixed reactions. On this episode, we have Dustin Ingram, one of the PyPI maintainers a
talkpython.fm
Python Packaging and PyPI in 2022
PyPI has been in the news for a bunch of reasons lately. Many of them good. But also, some with a bit of drama or mixed reactions. On this episode, we have Dustin Ingram, one of the PyPI maintainers and one of the directors of the PSF, here to discuss the…
Podcast.__init__: Remove Roadblocks And Let Your Developers Ship Faster With Self-Serve Infrastructure
Link: https://www.pythonpodcast.com/quali-self-serve-infrastructure-episode-374/
The goal of every software team is to get their code into production without breaking anything. This requires establishing a repeatable process that doesn't introduce unnecessary roadblocks and fricti
Link: https://www.pythonpodcast.com/quali-self-serve-infrastructure-episode-374/
The goal of every software team is to get their code into production without breaking anything. This requires establishing a repeatable process that doesn't introduce unnecessary roadblocks and fricti
The Python Podcast.__init__
The Python Podcast.__init__: Remove Roadblocks And Let Your Developers Ship Faster With Self-Serve Infrastructure
An interview with Ronak Rahman, head of developer relations at Quali, about the benefits of providing self-serve access to infrastructure for your developers so that your teams can build and ship faster without unnecessary friction.
Brett Cannon: MVPy: Minimum Viable Python
Link: https://snarky.ca/mvpy-minimum-viable-python/
Over 29 posts spanning 2 years, this is the final post in my blog series on Python&aposs syntactic sugar. I had set out to find all of the Python 3.8 syntax that could be rewritten if you were to run
Link: https://snarky.ca/mvpy-minimum-viable-python/
Over 29 posts spanning 2 years, this is the final post in my blog series on Python&aposs syntactic sugar. I had set out to find all of the Python 3.8 syntax that could be rewritten if you were to run
Tall, Snarky Canadian
MVPy: Minimum Viable Python
Over 32 posts spanning well over 2 years, this is the final post in my blog series on Python's syntactic sugar. I had set out to find all of the Python 3.8 syntax that could be rewritten if you were to run a tool over a single Python source
John Ludhi/nbshare.io: PySpark concat_ws
Link: https://www.nbshare.io/notebook/829042414/PySpark-concat_ws/
PySpark concat_ws()
split(str) function is used to convert a string column into an array of strings using a delimiter for the split. concat_ws() is the opposite of split. It creates a s
Link: https://www.nbshare.io/notebook/829042414/PySpark-concat_ws/
PySpark concat_ws()
split(str) function is used to convert a string column into an array of strings using a delimiter for the split. concat_ws() is the opposite of split. It creates a s
Moshe Zadka: On The Go
Link: https://orbifold.xyz/on-the-go.html
Now that travel is more realistic,
I have started to optimize how well I can work on the go.
I want to be able to carry as few things as possible,
and have the best set-up possible.
Charging
The
"ce
Link: https://orbifold.xyz/on-the-go.html
Now that travel is more realistic,
I have started to optimize how well I can work on the go.
I want to be able to carry as few things as possible,
and have the best set-up possible.
Charging
The
"ce
orbifold.xyz
Orbifolds and Other Games - On The Go
Mirek Długosz: The problems with test levels
Link: https://mirekdlugosz.com/blog/2022/the-problems-with-test-levels/
Test levels in common knowledge
A test pyramid usually distinguishes three levels: unit tests, integration tests and end to end tests; the last level is sometimes called “UI tests” instead.
The main i
Link: https://mirekdlugosz.com/blog/2022/the-problems-with-test-levels/
Test levels in common knowledge
A test pyramid usually distinguishes three levels: unit tests, integration tests and end to end tests; the last level is sometimes called “UI tests” instead.
The main i
Mirek Długosz personal website
The problems with test levels
Test levels in common knowledge A test pyramid usually distinguishes three levels: unit tests, integration tests and end to end tests; the last level is sometimes called “UI tests” instead. The main idea is that as you move down the pyramid, tests tend to…