PinnedAllwin Raju50 python one-liners everyone should knowI was always amazed by how easily things can be done using python. Some of the tedious tasks can be done in a single line of code using…May 16, 202121May 16, 202121
Allwin RajuVisualise JSON data with this toolI always thought it would be cool to visualise the JSON data in the form of a flowchart or something like that so that it will be easier to…Jun 26, 20231Jun 26, 20231
Allwin RajuWhy you should use the dataclass from pythonPython provides us with a useful module called dataclasses. If the primary purpose of your class is just to store data, then you should…Jul 26, 2022Jul 26, 2022
Allwin RajuPlotting graphs using python and MatplotlibThis article focuses on plotting different types of graphs such as line charts, bar charts, pie charts, and scatter plots using Matplotlib…Oct 8, 2021Oct 8, 2021
Allwin Raju10 lesser-known facts about pythonPython is the only language to have an else condition for a “for loop”. It executes if the for loops terminates normally without any…Oct 6, 20213Oct 6, 20213
Allwin RajuFind IP address and location using pythonIn this article, we shall see how to fetch the IP address of the user using python with the help of the built-in requests module.Oct 6, 2021Oct 6, 2021
Allwin RajuCool things you can do with map in pythonWhat is a map() function?Sep 28, 2021Sep 28, 2021
Allwin RajuGet system information using pythonPython provides a built-in module called “platform” that enables us to fetch some of the information about our system such as OS…Sep 23, 2021Sep 23, 2021
Allwin RajuPush your code to the remote Git branchIf you wish to push the code in your local computer system to a particular branch in remote, then this article is for you. Follow the steps…Aug 4, 2021Aug 4, 2021
Allwin RajuDisadvantages of FlaskFlask is a micro-framework written in python. Flask is based on the Werkzeug WSGI toolkit and Jinja2 template engine. It is called a micro…May 30, 20212May 30, 20212