In this article, we'll take a look at Python's stream processing utility function, map. This
function can enable us to write powerful list/stream-processing routines that can be easy to read
and understand. (more…)
Read more »
If we call a language a high level language, then it becomes necessary for that language to have object oriented paradigm. This chapter will guide you through how to implement the concept of classes, constructors, destructor, instances, class variables an... (more…)
Read more »
I’ll take you step by step through how I recovered the source code of remapped compiled Python opcodes. (more…)
Read more »
Today I am going to introduce a new concept for Python developers: typeclasses.It is a concept behind our new dry-python library called classes. (more…)
Read more »