lordsarcastic

lordsarcastic

Follow
homebadgesnewsletter
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Map and Filter functions

Nov 7, 20223 min read

There's the last guy called reduce but it's not here because it's like the odd guy out and requires a dedicated article to it Let us map Before we...

Map and Filter functions

Lambda functions in Python

Nov 4, 20222 min read

JS folks will love this one · Lambda functions are in short, anonymous functions. Literally one-liners that would make you blush with praise. They are...

Lambda functions in Python

Strong VS weak typing

Nov 3, 20222 min read

Strongly typed languages possesses grace. · While static and dynamic typing is usually about when types are known, strong and weak typing is about how...

Strong VS weak typing

Digital images: How images work

Jun 22, 20227 min read

Whole images on the screen hold little or no significance compared to the everyday objects you see, digital images hold much water among the wonders...

Digital images: How images work

What's that *args stuff in Python?

Oct 26, 20214 min read

We've all called functions or methods of a class and then we see our editor show stuffs like so: The focus is on *values part of the picture. Most...

What's that *args stuff in Python?

Eliminate boredom and reduce tension with Abstract models in Django

Sep 12, 20213 min read

In this article, I will show you how to leverage inheritance in your Django models to ensure elegant, clean and neat code. · Working with Django, we get...

Eliminate boredom and reduce tension with Abstract models in Django