PinnedPrimerPyinPython in Plain EnglishTalk Rust 1: The “Rustification” of Python… what’s the big deal?In a recent episode of Real Python podcast, Wes McKinney, the creator of Pandas, was asked: “What’s something that you are excited about…Mar 245Mar 245
PrimerPyinPython in Plain EnglishAn Explanation to Fearless Concurrency in Rust (and Comparison against Python)Most modern languages support concurrent programming, few would have the guts to position itself as a fearless one. Granted that concurrent…Sep 15Sep 15
PrimerPyinPython in Plain EnglishBitwise Operations in Python and C/C++ part 2: more useful operatorsIn my previous article, I introduced three basic bitwise operators and their not-so-obvious use cases. There are three more useful bitwise…Sep 5Sep 5
PrimerPyinPython in Plain EnglishBitwise Operations in Python and C part 1: More than just a bit wiseBitwise operations provide developers with a set of convenient tools to manipulate the original bit patterns of binary numbers/variables…Sep 5Sep 5
PrimerPyinCodeXMultiprocessing vs. Multithreading: A Concept Refresh on Concurrency and Parallel Processing.People tend to mix up multiprocessing with multithreading and sometimes they are even used interchangeably. For non-professional…Sep 3Sep 3
PrimerPyinPython in Plain EnglishUse Regular Expression in PythonI have to admit I hate regular expressions, or regex. But last week, when I had to go through some legacy codes, the validation module was…Sep 3Sep 3
PrimerPyinCodeXHow to prepare yourself as a competent tech professional during the age of economic uncertainty?Today I had to let go of a junior developer in my team. As a small team tech leader, I have tried everything to keep my people around…Aug 28Aug 28
PrimerPyinCodeXTalk Rust: Build a CLI CSV tool with Rust part 2 improvements.In my previous article, I built a minimal useable CLI tool that convert a csv file into a json file. I’ve already pointed out several areas…Aug 27Aug 27
PrimerPyinCodeXTalk Rust: Build a CLI CSV tool with RustIt’s been a while since I wrote anything major in Rust and my Rust skills are getting rusty (no pun intended). I’ve been promoting Rust…Aug 23Aug 23