cat, city, roof-7662965.jpg

Programming Perspective using SQL as point of reference

One major reason why most programmers find it hard to adapt to new programming languages is that they’re stuck in their current programming language perspective or viewpoint. You probably heard the saying “if the only tool you have is a hammer, then every problem looks like nails to you” (or something like that) — and …

Programming Perspective using SQL as point of reference Read More »

Why you should know Pythons Partial if you’re using TKinter

If you haven’t used the “partial” function, it essentially allows you to shorten the signature of your function calls, usually when you keep passing the same initial arguments to them. Simple Use Case Example, say you have a function that multiplies 2 numbers and returns the result: Normally, you’d use it like this: Nothing new …

Why you should know Pythons Partial if you’re using TKinter Read More »

Multi-verse of Basic: Using VB.Net Control in VB6 Application

You wouldn’t be thinking of doing this unless you’re supporting old/legacy applications that cannot be upgraded. Heck, you might not even know what VB6 is 🙂 That’s exactly why this kind of article rarely ever gets written 🙂 And that’s one of the main reasons I created a blog — so I can post these …

Multi-verse of Basic: Using VB.Net Control in VB6 Application Read More »