News

Take advantage of the high-level async functions in Python’s asyncio library to write more efficient Python applications.
Take advantage of caching and the lru_cache decorator to relieve your Python functions from repetitive heavy lifting.
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I ...
In the example above, the calculate_squares function didn’t need any parameters, but what if we wanted to make our log_performance decorator work with any function that takes any parameters?
Still using Excel for your data analysis? Learn how to leverage Python so you can work with larger datasets and automate repetitive tasks.