Open in app

Sign in

Write

Sign in

Allwin Raju
Allwin Raju

384 Followers

Home

About

Pinned

50 python one-liners everyone should know

I 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 python. I have gathered some of my favorite one-liners from python. …

Python

5 min read

50 python one-liners everyone should know
50 python one-liners everyone should know
Python

5 min read


Jun 26

Visualise JSON data with this tool

I 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 get an idea of the data structure, how it is categorised and so on. What if I tell you there is…

Json

2 min read

Visualise JSON data with this tool
Visualise JSON data with this tool
Json

2 min read


Jul 26, 2022

Why you should use the dataclass from python

Python provides us with a useful module called dataclasses. If the primary purpose of your class is just to store data, then you should definitely consider using the dataclasses module from python. Why should you use it? The key advantage of using a dataclass is that it automatically creates all the dunder methods for you…

Python

3 min read

Why you should use the dataclass from python
Why you should use the dataclass from python
Python

3 min read


Oct 8, 2021

Plotting graphs using python and Matplotlib

This article focuses on plotting different types of graphs such as line charts, bar charts, pie charts, and scatter plots using Matplotlib, which is arguably the most popular graphing and data visualization library for Python. Graphs are mathematical structures that represent pairwise relationships between objects. Matplotlib Matplotlib is a comprehensive library…

Python

5 min read

Plotting graphs using python and Matplotlib
Plotting graphs using python and Matplotlib
Python

5 min read


Oct 6, 2021

10 lesser-known facts about python

Python is the only language to have an else condition for a “for loop”. It executes if the for loops terminates normally without any “break”.

Python

3 min read

10 lesser-known facts about python
10 lesser-known facts about python
Python

3 min read


Oct 6, 2021

Find IP address and location using python

In 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. What is the request module in python? The requests module allows you to send HTTP requests like GET, POST, PUT and DELETE using Python. …

Python

2 min read

Find IP address and location using python
Find IP address and location using python
Python

2 min read


Sep 28, 2021

Cool things you can do with map in python

What is a map() function? The map() function will take two arguments one a function and another an iterable (list, tuple, etc), and performs the function passed to each item of the iterable and returns a map object. The map object can take different types of functions. They are A normal function A lambda function …

Python

4 min read

Cool things you can do with map in python
Cool things you can do with map in python
Python

4 min read


Sep 23, 2021

Get system information using python

Python provides a built-in module called “platform” that enables us to fetch some of the information about our system such as OS, processor, system version, etc Let us look at some of the methods one by one with an example for each 1. Machine type The machine() method returns the machine type of…

Python

3 min read

Get system information using python
Get system information using python
Python

3 min read


Aug 4, 2021

Push your code to the remote Git branch

If 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 below. Add a .gitgnore file [The files and directories mentioned in this file will not be pushed to the remote] touch .gitignore 2. Initialise git. This command will add a .git file to your local directory git init 3. Add the files to be committed to the remote code

Git

1 min read

Push your code to the remote Git branch
Push your code to the remote Git branch
Git

1 min read


May 30, 2021

Disadvantages of Flask

Flask is a micro-framework written in python. Flask is based on the Werkzeug WSGI toolkit and Jinja2 template engine. It is called a micro framework because it does not require tools or libraries. Flask supports various extensions that can add additional functionalities. Few applications that use flask are Pinterest LinkedIn …

Python

5 min read

Disadvantages of Flask
Disadvantages of Flask
Python

5 min read

Allwin Raju

Allwin Raju

384 Followers

Python Developer

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams