Convenient matrices and other improvements Python 3.5 brought us
This is the sixth in a series of articles about features that first appeared in a version of Python 3.x. Python 3.5 was first released in 2015, and even though it has been out for a long time, many of the features it introduced are underused and pretty cool. Here are three of them.
The @ operator
The @ operator is unique in Python in that there are no objects in the standard library that implement it! It was added for use in mathematical packages that have matrices.
read more
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.