The Python assert statement is one of the tools that as a Python developer is available to you to make[…]
Read more
Learn to Code. Shape Your Future
CodeFather is the place where people from all over the world learn to code and build knowledge that helps them shape their future.
The Python assert statement is one of the tools that as a Python developer is available to you to make[…]
Read moreKnowing how to create an abstract class in Python is a must-know for Python developers. In this guide you will[…]
Read moreWhen you create a Python application there is one thing that can make your life a lot easier: class inheritance.[…]
Read moreUnderstanding how to work on the definition of a Python Class is the first step to move from procedural programming[…]
Read moreKnowing how to replace a string in a file helps if you want to create Bash scripts to automate the[…]
Read moreOne of the basic things required in Bash is detecting the number of arguments passed to a script. The reason[…]
Read moreIf you are either familiar with Python or if you are starting with it now, it’s likely that you have[…]
Read moreThe error “too many values to unpack” is common in Python, you might have seen it while working with lists.[…]
Read moreUnderstanding how Python virtualenv works is one of the things you should know when you get started with Python. Python[…]
Read moreI have heard people asking what is the difference between grep and find multiple times in the last few years.[…]
Read more