Bash has several internal variables and in this article we will look at the variable $$. What does this variable[…]
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.
Bash has several internal variables and in this article we will look at the variable $$. What does this variable[…]
Read moreIf you are working with Linux at some point you will likely start writing Bash scripts. The more your code[…]
Read moreThe Bash array data type gives you a lot of flexibility in the creation of your shell scripts. Bash provides[…]
Read moreIn this article I will show you the results of a case study I created that looks at how Python[…]
Read moreYou will learn how to rename the labels of columns in Pandas. This is very common when you work with[…]
Read moreIn this tutorial you will learn to draw with the Python Turtle module. It’s a fun way to learn Python[…]
Read moreThe for loop in Python is one of the main constructs you should be aware of to write flexible and[…]
Read moreUsing args and kwargs can be quite cryptic especially if you are new to Python. Let’s find out together all[…]
Read moreDecorators are something you will encounter in your development journey. Let’s find out how Python decorators work and how you[…]
Read moreIt’s very common to copy a list in your Python programs. But, what should you absolutely know about copying lists?[…]
Read more