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…
Python for Beginners: Check For Subset in Python
Link: https://www.pythonforbeginners.com/basics/check-for-subset-in-python
A set in python is a data structure that contains unique immutable objects. In this article, we will discuss what is a subset of a set and how we can check for subset in python.
What is a Subset?
A su
Link: https://www.pythonforbeginners.com/basics/check-for-subset-in-python
A set in python is a data structure that contains unique immutable objects. In this article, we will discuss what is a subset of a set and how we can check for subset in python.
What is a Subset?
A su
PythonForBeginners.com
Check For Subset in Python - PythonForBeginners.com
Check For Subset in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: GitHub Copilot: Fly With Python at the Speed of Thought
Link: https://realpython.com/github-copilot-python/
GitHub Copilot is a thrilling new technology that promises to deliver to your code editor a virtual assistant powered by artificial intelligence, and it stirred up considerable controversy when it was
Link: https://realpython.com/github-copilot-python/
GitHub Copilot is a thrilling new technology that promises to deliver to your code editor a virtual assistant powered by artificial intelligence, and it stirred up considerable controversy when it was
Realpython
GitHub Copilot: Fly With Python at the Speed of Thought – Real Python
In this tutorial, you'll get your hands dirty with GitHub Copilot, a virtual pair programmer powered by artificial intelligence trained on billions of lines of code. You'll explore several practical use cases in Python for this amazing productivity tool.
Sebastian Pölsterl: scikit-survival 0.18.0 released
Link: https://k-d-w.org/blog/2022/08/scikit-survival-0.18.0-released/
I’m pleased to announce the release of
scikit-survival 0.18.0,
which adds support for scikit-learn 1.1.
In addition, this release adds the return_array argument to all models providing
predict_surviva
Link: https://k-d-w.org/blog/2022/08/scikit-survival-0.18.0-released/
I’m pleased to announce the release of
scikit-survival 0.18.0,
which adds support for scikit-learn 1.1.
In addition, this release adds the return_array argument to all models providing
predict_surviva
Sebastian Pölsterl
scikit-survival 0.18.0 released | Sebastian Pölsterl
I’m pleased to announce the release of
scikit-survival 0.18.0,
which adds support for scikit-learn 1.1.
In addition, this release adds the return_array argument to all models providing
predict_survival_function and predict_cumulative_hazard_function.
That…
scikit-survival 0.18.0,
which adds support for scikit-learn 1.1.
In addition, this release adds the return_array argument to all models providing
predict_survival_function and predict_cumulative_hazard_function.
That…
PyCon: Holding PyCon US 2023 in Salt Lake City, UT
Link: https://pycon.blogspot.com/2022/08/holding-pycon-us-2023-in-salt-lake-city.html
In light of recent anti-abortion legislation, we have received feedback and concern about hosting PyCon US 2023 in Salt Lake City, Utah. We hear this concern and recognize the risk and impact these la
Link: https://pycon.blogspot.com/2022/08/holding-pycon-us-2023-in-salt-lake-city.html
In light of recent anti-abortion legislation, we have received feedback and concern about hosting PyCon US 2023 in Salt Lake City, Utah. We hear this concern and recognize the risk and impact these la
Blogspot
Holding PyCon US 2023 in Salt Lake City, UT
In light of recent anti-abortion legislation, we have received feedback and concern about hosting PyCon US 2023 in Salt Lake City, Utah. We ...
IslandT: Create a music playing interface for windows 10
Link: https://islandtropicaman.com/wp/2022/08/16/create-a-music-playing-interface-for-windows-10/
In this article, I am going to create a music-playing interface for windows 10’s users with python with the help of pygame framework! Pygame has a mixer module that can play music and it is basically
Link: https://islandtropicaman.com/wp/2022/08/16/create-a-music-playing-interface-for-windows-10/
In this article, I am going to create a music-playing interface for windows 10’s users with python with the help of pygame framework! Pygame has a mixer module that can play music and it is basically
Kay Hayen: Nuitka Release 1.0
Link: https://nuitka.net/posts/nuitka-release-10.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 a large amount of new features, while
consolidating
Link: https://nuitka.net/posts/nuitka-release-10.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 a large amount of new features, while
consolidating
Real Python: Caching in Python With lru_cache
Link: https://realpython.com/courses/caching-python-lru/
There are many ways to achieve fast and responsive applications. Caching is one approach that, when used correctly, makes things much faster while decreasing the load on computing resources.
Python’s
Link: https://realpython.com/courses/caching-python-lru/
There are many ways to achieve fast and responsive applications. Caching is one approach that, when used correctly, makes things much faster while decreasing the load on computing resources.
Python’s
Realpython
Caching in Python With lru_cache – Real Python
Caching is an essential optimization technique. In this video course, you'll learn how to use Python's @lru_cache decorator to cache the results of your functions using the LRU cache strategy. This is a powerful technique you can use to leverage the power…
John Cook: Dump a pickle file to a readable text file
Link: https://www.johndcook.com/blog/2022/08/16/python-pickle/
I got a data file from a client recently in “pickle” format. I happen to know that pickle is a binary format for serializing Python objects, but trying to open a pickle file could be a puzzle if you d
Link: https://www.johndcook.com/blog/2022/08/16/python-pickle/
I got a data file from a client recently in “pickle” format. I happen to know that pickle is a binary format for serializing Python objects, but trying to open a pickle file could be a puzzle if you d
John D. Cook | Applied Mathematics Consulting
Dump a Python pickle file to a readable text file
How to convert a pickle file to a readable text file. Makes nested structures much easier to read.
PyCoder’s Weekly: Issue #538 (Aug. 16, 2022)
Link: https://pycoders.com/issues/538
#538 – AUGUST 16, 2022 View in Browser » NLP Forward With Transformer Models and Attention What’s the big breakthrough for Natural Language Processing (NLP) that has dramatically advanced machin
Link: https://pycoders.com/issues/538
#538 – AUGUST 16, 2022 View in Browser » NLP Forward With Transformer Models and Attention What’s the big breakthrough for Natural Language Processing (NLP) that has dramatically advanced machin
Pycoders
PyCoder’s Weekly | Issue #538
Issue #538 of the PyCoder’s Weekly newsletter, published Aug. 16, 2022.
James Bennett: Understanding async Python for the web
Link: https://www.b-list.org/weblog/2022/aug/16/async/
Recently Django 4.1 was released, and the thing most people seem interested in is the expanded async support. Meanwhile, for the last couple years the Python web ecosystem as a whole has been seeing n
Link: https://www.b-list.org/weblog/2022/aug/16/async/
Recently Django 4.1 was released, and the thing most people seem interested in is the expanded async support. Meanwhile, for the last couple years the Python web ecosystem as a whole has been seeing n
Python Bytes: #297 I AM the documentation
Link: https://pythonbytes.fm/episodes/show/297/i-am-the-documentation
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=RNrwpaG_bMk' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/297/i-am-the-documentation
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=RNrwpaG_bMk' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
I AM the documentation
News and announcements from the Python community for the week of Aug 16th, 2022
PyBites: Annotate all the things! Why you should care about Python type hints …
Link: https://pybit.es/articles/pp82-annotate-all-the-things-why-you-should-care-about-python-type-hints/
Listen now:
This week we have Will Frey on the podcast: ML engineer, Python “knowledge dictionary” and type hints fan & geek.
We talk about his background, how he learns / keeps up with Python’s fast
Link: https://pybit.es/articles/pp82-annotate-all-the-things-why-you-should-care-about-python-type-hints/
Listen now:
This week we have Will Frey on the podcast: ML engineer, Python “knowledge dictionary” and type hints fan & geek.
We talk about his background, how he learns / keeps up with Python’s fast
Pybites
Annotate All The Things! Why You Should Care About Python Type Hints ... - Pybites
This week we have Will Frey on the podcast: ML engineer, Python "knowledge dictionary" and type hints fan & geek.
John Ludhi/nbshare.io: Numpy Array vs Vector
Link: https://www.nbshare.io/notebook/396264078/Numpy-Array-vs-Vector/
Numpy Array vs Vector
This notebook explains the difference between Numpy Array and Vector.
If you are new to Numpy, please checkout numpy basics tutorial first.
Let us create
Link: https://www.nbshare.io/notebook/396264078/Numpy-Array-vs-Vector/
Numpy Array vs Vector
This notebook explains the difference between Numpy Array and Vector.
If you are new to Numpy, please checkout numpy basics tutorial first.
Let us create
Kushal Das: johnnycanencrypt 0.7.0 released
Link: https://kushaldas.in/posts/johnnycanencrypt-0-7-0-released.html
Today I released Johnnycanencrypt 0.7.0. It has breaking change of some function names.
create_newkey renamed to create_key
import_cert renamed to import_key
But, the major work done are in few dif
Link: https://kushaldas.in/posts/johnnycanencrypt-0-7-0-released.html
Today I released Johnnycanencrypt 0.7.0. It has breaking change of some function names.
create_newkey renamed to create_key
import_cert renamed to import_key
But, the major work done are in few dif
Python for Beginners: Check For Disjoint Sets in Python
Link: https://www.pythonforbeginners.com/basics/check-for-disjoint-sets-in-python
In python, sets are container objects that are used to store unique immutable objects. In this article, we will discuss disjoint sets in python. We will also discuss different approaches to check for
Link: https://www.pythonforbeginners.com/basics/check-for-disjoint-sets-in-python
In python, sets are container objects that are used to store unique immutable objects. In this article, we will discuss disjoint sets in python. We will also discuss different approaches to check for
PythonForBeginners.com
Check For Disjoint Sets in Python - PythonForBeginners.com
Check For Disjoint Sets in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
Real Python: How to Find an Absolute Value in Python
Link: https://realpython.com/python-absolute-value/
Absolute values are commonly used in mathematics, physics, and engineering. Although the school definition of an absolute value might seem straightforward, you can actually look at the concept from ma
Link: https://realpython.com/python-absolute-value/
Absolute values are commonly used in mathematics, physics, and engineering. Although the school definition of an absolute value might seem straightforward, you can actually look at the concept from ma
Realpython
How to Find an Absolute Value in Python – Real Python
Learn how to calculate the Python absolute value with abs(), implement the math behind it from scratch, and customize it in your own classes.
Read the Docs: Read the Docs newsletter - August 2022
Link: https://blog.readthedocs.com/newsletter-august-2022/
We continue to be excited about the expanded capacity we have with an additional team member.
Our focus for July has been around a lot of marketing and positioning,
trying to better understand how ou
Link: https://blog.readthedocs.com/newsletter-august-2022/
We continue to be excited about the expanded capacity we have with an additional team member.
Our focus for July has been around a lot of marketing and positioning,
trying to better understand how ou
Codementor: Why is Python a Perfect Choice for Developing Fintech Products?
Link: https://www.codementor.io/gerrardcooper14/why-is-python-a-perfect-choice-for-developing-fintech-products-1k0mrn3k8w
find the top 5 reasons why Python is an ideal programming language for developing Fintech web apps.
Link: https://www.codementor.io/gerrardcooper14/why-is-python-a-perfect-choice-for-developing-fintech-products-1k0mrn3k8w
find the top 5 reasons why Python is an ideal programming language for developing Fintech web apps.
Codementor: How to use MQTT in Python (Paho)
Link: https://www.codementor.io/emqtech/how-to-use-mqtt-in-python-paho-1wb54yon1o
This article introduces how to use the Paho MQTT client library in the Python project, and implements connection, subscribe, messaging, etc of MQTT.
Link: https://www.codementor.io/emqtech/how-to-use-mqtt-in-python-paho-1wb54yon1o
This article introduces how to use the Paho MQTT client library in the Python project, and implements connection, subscribe, messaging, etc of MQTT.
Python⇒Speed: Invasive procedures: Python affordances for performance measurement
Link: https://pythonspeed.com/articles/measuring-python-performance/
When your Python code is too slow, you need to identify the bottleneck that’s causing it: you need to understand what your code is doing.
Luckily, beyond pre-existing profiling tools, there are also a
Link: https://pythonspeed.com/articles/measuring-python-performance/
When your Python code is too slow, you need to identify the bottleneck that’s causing it: you need to understand what your code is doing.
Luckily, beyond pre-existing profiling tools, there are also a
Python⇒Speed
Invasive procedures: Python affordances for performance measurement
Learn a variety of—sometimes horrible—ways to instrument and measure performance in Python.