top of page


Python Practice Set (Part 18): Working with CSV Files
Knowing how to read, process, and write CSV files is a non-negotiable skill for any data-focused programmer. In this set, we'll master Python's built-in csv module to handle tabular data with ease.
Anubhav Somani
Sep 32 min read


Python Practice Set (Part 15): Pythonic Programming
This practice set focuses on four powerful tools that help you write more Pythonic code: List Comprehensions, Lambda Functions, map, and filter. These will allow you to perform complex operations on data with incredibly concise and elegant syntax.
Anubhav Somani
Sep 32 min read
bottom of page