Pratik Sah

I’m Pratik Sah, a proud Indian full stack developer who loves coding and a die-hard fan of Chelsea ⚽ FC. It was nice meeting you. - ThePratikSah ✌️

Solve “TypeError: ‘module’ object is not callable” in Python

Being a Python programmer, we all have seen this error at some point of time where our shell is showing typeerror: ‘module’ object is not callable and this post will help you understand why we see this error in our console. Hey guys, welcome back and in this post, we are going to see why …

Solve “TypeError: ‘module’ object is not callable” in Python Read More »

Solved: Python is not recognized as an internal or external command

Hello, Programmers! Many of us have already worked with Python and at some point in time we all have faced this error of “Python is not recognized as an internal or external command”. Now, this error is shown to us mainly because of two reasons. Either your system don’t have python installed or maybe it …

Solved: Python is not recognized as an internal or external command Read More »

Solve IndentationError: unindent does not match any outer indentation level

Majority of the time new Python developers face one common problem and that is of IndentationError: unindent does not match any outer indentation level and they are not able to figure out why this error occurred. In this post, I’ll be discussing some of the ways to overcome IndentationError. But before getting started, I’d like to …

Solve IndentationError: unindent does not match any outer indentation level Read More »

How to Check Python Version in Windows, Linux and Mac

This post is all about how to check Python version on your computer. But before getting started, let’s know a bit about Python. Python is one of the most popular programming languages. And due to its awesome developer community, you can easily see a lot of different versions getting released quite frequently. There are two …

How to Check Python Version in Windows, Linux and Mac Read More »