If you could go back and tell your junior-dev self ONE thing, what would it be?
Mine: stop trying to memorize syntax. Nobody cares. Learn how to read docs and debug like a detective.
What's yours?
Been a while since i ended the #30Daysofpython challenge (my brain; its just been 2 days, bro)🙂
Today i wrote a code that prints the multiplication table of a number given.
#coding#justdoit
Day 18 of #30DaysofPython
Learnt data types in more details.
- Common data types like integer, complex, boolean, set, etc
- How to get and check the data type of variable(s) using functions like type() function and also isintance() function.
#buildinpublic#coding#JustDoIt