Evolving Threat Series – Infiltrating Python’s Software Supply Chain

ZDNet published this interesting post 2 days ago titled “Two malicious Python libraries caught stealing SSH and GPG keys” which sets stage… Read more

Similar

Find the Longest Common Prefix Using Python

The challenge Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "". Example 1: Input: ["flower","flow","flight"] Output: "fl" Example 2: Input: ["dog","racecar","car... (more…)

Read more »

What Is Python Best For?

Recently I had a discussion over Reddit over why would someone would use Python over other programming languages. The discussion was pretty good and thus I thought about writing a post about it. First of all, let me give you my thoughts on Python. Python ... (more…)

Read more »