Making an Advent of Code solution for beginners!
Making an Advent of Code solution for beginners!,What is Advent of Code? a fun series of coding challenges all through december! (If you don't know about them, Check it out!) So I ...
How programming Language Works in less than 2mins
How programming Language Works in less than 2mins,Hey, i am Prakash Pawar and today i will try to explain you how Programming Language works inside the computers. Computer only und...
Python urldecode on command line
Python urldecode on command line,I have some logs that contain url with encoded characters and I need to extract some data out of the urls. Searching around lead me to this stackex...
Oh gosh, I’m blogging again
Oh gosh, I’m blogging again,dusts off shoulders So it’s been a while since I’ve done this. That’s right, I’m blogging again. Prepare your food rations and gallons of water bec...
Next version of Masonite – v2.1 released! The Modern Python Web Framework
Next version of Masonite - v2.1 released! The Modern Python Web Framework, Introduction Masonite 2.1 has been released! Masonite is an amazing MVC and true batteries included web f...
Repasando Artículos: Monads For Functional Programming
Repasando Artículos: Monads For Functional Programming, Repasando Artículos (4 Part Series) 1 Repasando Artículos: Why Functional Programming Matters 2 Repasando Artículos: Mon...
Help me with points to be considered while coding to avoid execution overhead in Python
Help me with points to be considered while coding to avoid execution overhead in Python, 原文链接:Help me with points to be considered while coding to avoid execution overhead in ...
Map a string in Python with enumerate
Map a string in Python with enumerate,Problem: create a map of the letters and indices in a string. My first approach was to loop over the string using range(len(s)), and checking ...
A Telegram Bot that manages your torrents
A Telegram Bot that manages your torrents,The bot solves simple problem: it allows you to manage torrents downloads started either on your raspberry pi or on your pc under linux fr...
Learning Python: From Zero to Hero
Learning Python: From Zero to Hero, First of all, what is Python? According to its creator, Guido van Rossum, Python is a: “high-level programming language, and its core design p...
Unsupervised clustering for faster pairwise distance computation
Unsupervised clustering for faster pairwise distance computation,Recently at work, I was given a list of locations(around 70k+) with their lat and long coordinates. My task was to ...
Checking your project dependencies for vulnerabilites
Checking your project dependencies for vulnerabilites,In the light of the recent case of introducing malicious code through a popular JavaScript module on npm, I like to mention sn...