Sometimes, we want to access elements of Python dictionary by index In this article, we’ll…
Coding
Sometimes, we want to change the x axis in matplotlib so there is no white…
Sometimes, we want to find an item in list with Python. In this article, we’ll…
Sometimes, we want to fix pip install mysql-python fails with EnvironmentError: mysql_config not found. In…
Sometimes, we want to convert Python datetime to epoch with strftime. In this article, we’ll…
Sometimes, we want to send User-agent using Requests library in Python. In this article, we’ll…
With the release of TypeScript 3.7, some great new features that are included from ES2020…
JavaScript, like any other programming language, has many handy tricks that let us write our…
The core feature of Node.js is asynchronous programming. This means that code in Node.js may…
Since 2015, the JavaScript is evolving fast with lots of new features coming out in…