Stay Curious Stay Hungry

Learn to Code, But With Fun
- Tutorials

How to set up atom for python in 2022?
May 24, 2022
In 2022, there’s no doubt that using a text editor like Atom is essential to improve the efficiency of your work. To set up atom

How to Collapse cells in a jupyter notebook
May 9, 2022
Data Science projects can be particularly tough to produce and work on and can also be a mammoth task to replicate. It is here where

How To Change The Working Directory In A jupyter Notebook in 2 simple methods?
April 19, 2022
More often than not when we are coding, we encounter situations when all the code we wanted to write happens to end up in a

How to use python dictionary comprehension
February 14, 2022
Dictionaries are powerful built-in data structures in Python that store data in pairs. For more info on What is a Dictionary do check the Wikipedia

4 Easy Ways to beat python fizzbuzz Challenge in Interview
June 18, 2021
Fizz Buzz is a basic programming challenge that is commonly posed in software developer job interviews. Today in this tutorial, we will see how we