Day 1 of 10 Python Tricks in 10 Days
In Python, you can get the index of the item in the list by using enumerate instead of the range method, check this out ๐
#CodeNewbie#100daysofcode#programming#CodeNewbies
Programming languages are tools, use the ones that get the job done.
People don't prefer hammers because they like hammers.
Tho you can still use Python for everything
If you start to feel not learning a lot from tutorials, you should start reading others code.
Open source is an invaluable resource to learn from others and contribute.