Haseeb Kamal
  • Services
  • Road to Python mastery!
  • Contact
Sign in Subscribe

Data Science

A collection of 2 posts
Towards Robust and Error-Free Python Code With Pydantic
Code

Towards Robust and Error-Free Python Code With Pydantic

Finally! Python autocomplete that actually works (like in C# and Java) and type hinting support. Python is a dynamically typed language which means that type checking is performed at run-time (when executed). If there is an error in the code it will be thrown at execution. Languages such as Java,
15 Jan 2022 6 min read
Replace Python Lists and Make Your Code Orders of Magnitude Faster!
Code

Replace Python Lists and Make Your Code Orders of Magnitude Faster!

No fancy libraries and no complicated engineering, just one data structure - hash tables. Every beginner programmer loves for-loops because of their utility and how easy they are to understand. Similarly, everyone loves arrays. However more often than not, we start using arrays for everything without giving it a second
02 Jan 2022 6 min read
Page 1 of 1
Haseeb Kamal © 2025
Powered by Ghost