Matt Harrison
Python π + Data Science π trainer @__metasnake__ π¦ Speaker β Author π¨βπ« Instructor (@Stanford) π£ DM for Sponsorship
View on πThreads
Big O notation (pronounced Big-Oh) is a way to discuss how long an algorithm takes to run. It is also called "runtime complexity". Understanding this is key for technologists. Le...
I often teach about Decorators in Python. Many know how to use them, but few can write them. These are tricky because nested functions make our brains hurt. Here are some hints...
I often teach about Decorators in Python. Many know how to use them, but few can write them. These are tricky because nested functions make our brains hurt. Here are some hints...
A thread about pandas... (The library not the animal) πΌπ§΅ https://t.co/OoPLFlmTJz
Big O notation (pronounced Big-Oh) is a way to discuss how long an algorithm takes to run. It is also called "runtime complexity". Understanding this is key for technologists. Le...