Message from Python discussions

November 2018

— Yeah

— 

Also it's not bad to actually type out code someone else wrote while learning because you have a chance of retaining how and why they did something but I'm talking about short source code

— Exactly, this is why people cant write a decent function

— Functions are supposed to pretty direct and do just one thing, some people write functions that should be broken down into 4+ separate functions

Message permanent page

— If that makes sense

— Nice logic

— Hmm? Sarcasm?

— No

— Sorry, its not sarcasm, tbh is a good logic, writing functions to do exactly one thing

— There is a lot of sqlite3 tutorials out there

— Your basically just using python to send SQL statements to an sqlite db object its not much more complicated than that, everything else ur either processing input or output

Message permanent page

— At least to my knowledge