About 30 Days ago, I started a 30 day coding challenge with the aim to uplift others.
@gemmausiku showed that commitment!
Our goal @instincthub_ goal is to transition individuals with tech skills and give them competitive advantage.
#30dayswithpython
Python Tip 2: Help! I’m stuck.🤦🏾♀️🤦🏾♂️
When you encounter a new module in python, type dir(module_name) to list all the methods in the module. Type help(module_name.method_name) to get help on a particular method from a module.
#peerdotpi#pythonlearning#30dayswithPython