Comprehensive Compilation Process in CUnderstand how the compiler works in generating your executable fileMay 23, 2022·3 min read
Simple Breakdown of the Array Concept in CUnderstand the Basics of an Array as a C developerJan 3, 2022·4 min read
Let's Debug this Python Code for a Friend NowHere's a code I comprehensively debugged for a friend...Did I do it well?Dec 28, 2021·4 min read
Debate: Print Function Vs String Formatting MethodsLet's debate on this Christmas gist I have for you....Dec 25, 2021·2 min read
Trip Back to Variables and Keywords in PythonIf you're a python developer with months or years of experience, you can begin to imagine how it was when you started learning variables and keywords in this language. You started with creating variables with the python rule in the documentation that...Dec 22, 2021·3 min read
If-Else Block Statements in One Line in COne-line statement code for the If-else blockDec 9, 2021·3 min read
String Formatting in PythonLearn the different ways to implement str.format() in your codeDec 3, 2021·3 min read