#python3
Read more stories on Hashnode
Articles with this tag
I always wanted to be a techie. Right from when I knew Software engineering was a profession. Someone who can master any technology, spin up any...
Lists Only a single data point for each item To find an item we have to loop the whole list my_books = ["Atomic Habits", "Life is what you make it",...
I was teaching PythonToProject Bootcamp the other day. As an add-on module, I was teaching Iterators and how to implement custom iterators in...
What does the "yield" keyword do in Python? · "yield" is a Python keyword that can be used in a function instead of return. def scale_vector(vector,...
Were there times when Python idle prints pages of traceback, or you've fiddled around long enough now you're at the bottom of the screen? All you need...
Tips for writing code like a veteran Pythonista · As a Python trainer, I get to work with pynewbies across the spectrum. It doesn't matter whether they...