Open in app
Home
Notifications
Lists
Stories

Write
Sandipan Dutta
Sandipan Dutta

Home

About

Published in Level Up Coding

·Mar 8

Advanced Python: Dataclasses

Let us take a look at Python Dataclasses, introduced in Python 3.7. Dataclasses are a new addition to python modules that are going to make your life a lot easier as a Python developer. Even though it is not an advanced topic, we will cover it in this series. This…

Programming

3 min read

Advanced Python: Dataclasses
Advanced Python: Dataclasses

Published in Python in Plain English

·Feb 25

All About Views in Django REST Framework(DRF) — GenericAPIView and Mixins

A deep dive session on everything you need to know about Django REST Framework’s views with unit testing. — In this part, we will look into DRF’s Generic Views and Mixin classes. GenericAPIView class extends based on the APIView class. Most of the time when we write a web application we need to deal with a database. Some functions will add values in DB and some will remove them…

Python

6 min read

All about Views in Django REST Framework(DRF) — GenericAPIView and Mixins
All about Views in Django REST Framework(DRF) — GenericAPIView and Mixins

Published in Python in Plain English

·Feb 23

Advanced Python: Classes, Objects, and MRO

Learn about the inner workings of classes, objects, and MRO in Python 3. — Before we get started About this tutorial series: This is a tutorial series I am starting to cover some advanced topics in Python and to learn more about how Python really works behind the scene and how we can tweak it to our own needs. …

Python

5 min read

Advanced Python: Classes, Objects, and MRO
Advanced Python: Classes, Objects, and MRO

Published in Python in Plain English

·Jan 25

All about Views in Django REST Framework(DRF) — APIView

Deep dive session on everything you need to know about Django REST Framework’s views with unit testing. — Django is one of the most popular frameworks in Python. It helps you to build web applications with ease, comes with a lot of built-in features, a great community to help you out, and along with it comes other helper libraries/tools to reduce your pain in the neck. One such…

Python

6 min read

All about Views in Django REST Framework(DRF) — APIView
All about Views in Django REST Framework(DRF) — APIView

Published in Python in Plain English

·Aug 8, 2021

Let’s Create a SlackBot with Python! ‘Cause, Why Not?

Last November, Slack released the first version of Python Slack SDK and pushed the 2.x version, SlackClient, into maintenance. Today we will be using Python Slack SDK along with Slack-Bolt and Flask to create a chatbot in Slack. We are going to see how to send messages, reply in a…

Python

11 min read

Let’s Create a SlackBot with Python! ’Cause, Why Not?
Let’s Create a SlackBot with Python! ’Cause, Why Not?

Published in Analytics Vidhya

·Feb 13, 2021

The Mystery of Random Numbers

Today we will have a look at how your computer really generates a random number and most importantly is it truly ‘random’? What’s a Random number actually is? So to understand what a random number is we first need to understand what ‘Random’ actually means. Let’s say you want to throw a dart to a board…

Python Programming

3 min read


Published in Python in Plain English

·Jun 15, 2020

Creating a Custom Ansible Module (Part 1)

Hi folks! Today I am going to show you how to write a custom Ansible module for your specific use. You can find this and many other articles on DevOps, cloud, and automation in my personal blog. What is Ansible Module? I guess you already know what is Ansible and familiar with the basic…

Ansible

4 min read

Creating a Custom Ansible Module (Part 1)
Creating a Custom Ansible Module (Part 1)
Sandipan Dutta

Sandipan Dutta

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable