Category
Library
7-Day Challenge
Land Your First Data Science Job
A proven roadmap to prepare for $75K+ entry-level data roles. Perfect for Data Scientist ready to level up their career.
Build portfolios that hiring managers love
Master the Python and SQL essentials to be industry-ready
Practice with real interview questions from tech companies
Access to the $100k/y Data Scientist Cheatsheet
Requests
1 min readHow to use requests in Python
Use 'requests' library in python to send HTTP requests and receive response, also pass headers, cookies, json payload in the request
3/5/2023Read More
Library
1 min readThe simple method to install a Python library
To install a Python library such as Pandas, use pip or conda package manager by typing "pip install [library_name]" or "conda install [library_name]" and then import it in your script to start using it.
2/9/2023Read More
Fundamentals
1 min readHow to create your own library in Python
Creating a custom library in Python involves creating a new directory, adding an __init__.py file, creating modules with related functions/classes, importing and exposing desired functions/classes in __init__.py, and importing the library in other scripts.
2/9/2023Read More
Pandas
1 min readHow to install the Pandas library for Python
Learn how to install the Pandas library on any operating system using the pip Python package manager.
4/28/2022Read More
Library
1 min readHow to do fuzzy text matching in Python
How to do fuzzy text matching in Python. How to use the Levenstein distance to compute the steps difference between two texts.
10/4/2021Read More
Free Newsletter
Master Data Science in Days, Not Months π
Skip the theoretical rabbit holes. Get practical data science skills delivered in bite-sized lessons β Approach used by real data scientist. Not bookworms. π
Weekly simple and practical lessons
Access to ready to use code examples
Skip the math, focus on results
Learn while drinking your coffee