Ternary Operator in Python: To Use or Not to Use?
Does Python have a ternary operator? Yes it does! In this tutorial you will learn everything about it so you[…]
Read moreLearn 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.
Does 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 moreHave you ever seen the TypeError object is not callable when running one of your Python programs? We will find[…]
Read moreHave you ever heard about the list comprehension in Python? It simplifies the way you work with lists and it[…]
Read moreIf you are getting started with Python one of the topics you will encounter soon are functions. Here is how[…]
Read moreAre you considering learning coding and are you thinking about Python as a language? In this article I will answer[…]
Read moreUse this cheatsheet to find out the meaning of a given chmod command. Understand how each command translates into filesystem[…]
Read moreThe tuple is a basic Python data type. It’s important to understand it and to know how to use it.[…]
Read moreIf you haven’t used the Python zip() function yet this is an opportunity to look at how it works and[…]
Read morePrinting even and odd numbers from a Python list is a good exercise if you are getting started with Python[…]
Read more