Aug-29-2019, 11:22 PM
Hello!
I've googled then googled some more, but I still can't seem to find an explanation of when and why I should be using certain built-ins in Python.
I'm about half way through the Python Crash Course book (first attempt at learning programming), and I've been steadily building my own programs that do simple things, like taking inputs and displaying information about a subject, or even a logbook program for the job I currently have.
I feel like I'm doing things that WORK so far, but I feel at the same time that I should be 'classing' my code up and utilizing all the awesome functions that Python already comes with, like functions, classes and more complex loops etc. etc.
I just don't know what the correct usage scenario is for things like that.
Am I perhaps just not writing complex enough code yet to even need most of the built-ins? Should I not even think about this type of stuff?
Most of my code right now is just stuff like, get input, compare it to something then return a string, or print this list if a condition is met.
Thanks in advance if anyone takes the time to read this and answer!
I've googled then googled some more, but I still can't seem to find an explanation of when and why I should be using certain built-ins in Python.
I'm about half way through the Python Crash Course book (first attempt at learning programming), and I've been steadily building my own programs that do simple things, like taking inputs and displaying information about a subject, or even a logbook program for the job I currently have.
I feel like I'm doing things that WORK so far, but I feel at the same time that I should be 'classing' my code up and utilizing all the awesome functions that Python already comes with, like functions, classes and more complex loops etc. etc.
I just don't know what the correct usage scenario is for things like that.
Am I perhaps just not writing complex enough code yet to even need most of the built-ins? Should I not even think about this type of stuff?

Thanks in advance if anyone takes the time to read this and answer!
