A common problem in Python is to find out where in a list a specific item is. There are a[…]
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.
This blog is here to teach programming in a practical and effective way that will give you the confidence to make even a bigger difference in your current job, to look for your dream job or to build your own dream project.
A common problem in Python is to find out where in a list a specific item is. There are a[…]
Read moreAre you getting started with Python? Learning how to create a password generator can be the perfect project to learn[…]
Read moreIf you are getting familiar with Python classes you might have heard the term instance method. What are instance methods?[…]
Read moreDoes Python have private methods in the same way other programming languages do? In this tutorial we will answer this[…]
Read moreHave you ever asked yourself why when you create a Python Flask application you pass __name__ to the Flask class?[…]
Read moreAre you wondering how to find the minimum and maximum values in a Python dictionary? Here you will find the[…]
Read moreDo you have to sort a list of tuples in your Python program? Are you trying to figure out if[…]
Read moreKnowing how to split a Python string is a skill to learn as a Python developer. Let’s see how you[…]
Read moreDoes Python have a ternary operator? Yes it does! In this tutorial you will learn everything about it so you[…]
Read moreHave you seen the syntax error “unexpected EOF while parsing” when you run a Python program? Are you looking for[…]
Read more