#python3
Read more stories on Hashnode
Articles with this tag
With Deep-Live-Cam · We've had deep fakes for a couple of years now, but the process is compute and time intensive. We've reached the point where it can...
ImportError: cannot import name PickleSerializer · Recently revisited updating the M1 Macbook Air to use the latest version of Pyspark and Python 3.10....
Attempting to catch up on a backlog of study days. My focus has been on a coding question a day (sometimes it span multiple days) or a system design...
Just some learnings from doing chess coding problems. Chessboard Representation A chessboard can be represented as a two-dimensional array of the...
Sometimes we need to determine every combination of sets of items. This cross/unrestricted-join is known as a Cartesian or cross product. For...
Transitioned to a new team and working primarily with Python. The challenges will be with data-analysis , big data, and hopefully eventual machine...