Are you wondering how to remove spaces from a string in Python? You are in the right place, keep reading,[…]
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.
Are you wondering how to remove spaces from a string in Python? You are in the right place, keep reading,[…]
Read moreKnowing how to reverse a Python string is basic knowledge you should have as Python developer. This can also apply[…]
Read moreDo you know how to check if two strings are anagrams of each other in Python? It’s a common problem[…]
Read moreThe Python reduce function is one of those topics you encounter the more you code in Python. It might sound[…]
Read moreThe tail command is a very useful Linux command when working with files. Do you want to know how to[…]
Read moreYou might have seen a Python recursion error when running your Python code. Why does this happen? Is there a[…]
Read moreThe next() function is useful when working with iterators and it’s a must-know for Python developers. The Python next() function takes[…]
Read moreKnowing how to write a unit test in Python is critical for developers. Just writing your application code is not[…]
Read moreIn this tutorial we will create a stack in Python step-by-step. The stack is a LIFO (Last-in First-out) data structure.[…]
Read moreKnowing how to check if a Python string contains a number can be something you will have to do at[…]
Read more