Open in app
Home
Notifications
Lists
Stories

Write
Dinesh Kumar K B
Dinesh Kumar K B

Home

About

Published in Python in Plain English

·Jul 27

How to Read ‘env’ Variables Without Using the os Module in Python

Using pydantic settings to read environment variables — Introduction: Environment variables are commonly used to store your client_ids, host names, database names, port numbers, secrets and what not in the form of key-value pairs. These are usually the values that you don't want to store in your code for two reasons. While working in real-time projects you often work…

Python 3

5 min read

How to Read ‘env’ Variables Without Using the os Module in Python
How to Read ‘env’ Variables Without Using the os Module in Python

Published in Geek Culture

·Jul 14

Getting your feet wet with postgresql

Understanding the basic queries of SQL — Introduction: This article discusses and introduces you to basic, yet essential SQL queries that we use in our day to day work. Though most of the projects today use ORMs like SQLAlchemy it is good to know how to write basic raw SQL queries. Understanding raw SQL queries could also come…

Sql

8 min read

Getting your feet wet with postgresql
Getting your feet wet with postgresql

Published in Geek Culture

·Jul 8

Create your first React App

Getting started with reactjs — Introduction: I had always had the curiosity to learn front end technology. Though I had worked on and off on JavaScript, never got the profound knowledge.Now that I have some time, I thought I could start my journey with react. This article discusses how to create your first app using react…

Java Script

5 min read

Create your first React App
Create your first React App

Published in CodeX

·Jun 29

Why you should stop using retrying in python

retrying is not maintained anymore. Use tenacity instead. — Introduction: If you are a web developer, you know how annoying server errors could be or any error for that matter.Imagine having a huge block of code that downloads/uploads a file which ends up throwing an exception at the nth minute.Well, unfortunately this happens a lot. Trust me fella, I have…

Python

6 min read

Why you should stop using retrying in python
Why you should stop using retrying in python

Published in Python in Plain English

·Jun 13

List & Download Files from SharePoint Using Python

Download files from MS SharePoint using Office365 Python SDK — Introduction: This article explains how to download your documents to Microsoft SharePoint using Python. We will be using the python office365 SDK client to interact with SharePoint. If you’d like to know how to upload files to SharePoint, then please click here. What is a SharePoint? SharePoint in Microsoft 365 is a cloud-based service, hosted…

Python 3

2 min read

List & Download Files from SharePoint Using Python
List & Download Files from SharePoint Using Python

Published in Geek Culture

·Jun 9

ZigZag String Conversion in python

How to convert your string to a zigzag string in python — Introduction: This post discusses the solution for zigzag string conversion in leetcode. Please note that there may be multiple solutions for this problem and the solution discussed here is just one among them. Any alternative or better solutions are welcome. Problem Statement: Given a string, convert the string to zigzag format and print…

Competitive Programming

4 min read

ZigZag String Conversion in python
ZigZag String Conversion in python

Published in Python in Plain English

·Apr 25

How to Upload Files to SharePoint Using Python

Upload files to MS SharePoint using Office365 Python SDK — Introduction: This article explains how to upload your files to Microsoft SharePoint using Python. What is a SharePoint? SharePoint in Microsoft 365 A cloud-based service, hosted by Microsoft, for businesses of all sizes. Instead of installing and deploying the SharePoint Server on-premises, any business can subscribe to a Microsoft 365 plan or to the standalone…

Python

3 min read

How to Upload Files to SharePoint Using Python
How to Upload Files to SharePoint Using Python

Published in Python in Plain English

·Apr 5

How Video Games Helped Me Improve My Programming Attitude

A correlation between video games and programming — Introduction: Hello there, I am Dinesh Kumar. I am a Python developer by profession and play video games at leisure. Well, sometimes the former and the latter switch places. I’d say that playing video games requires a lot of patience and perseverance. So does programming. Many people believe that programming is…

Programming

7 min read

How Video Games Helped Me Improve My Programming Attitude
How Video Games Helped Me Improve My Programming Attitude

Published in Python in Plain English

·Mar 25

How to Download Attachments From Outlook Using Python and MSAL

Automate your Outlook attachment downloads using Python — Introduction: This article describes how to download email attachments from an Outlook mailbox using python. We will be using the following libraries to accomplish this task. MSAL Microsoft Graph API GitHub - AzureAD/microsoft-authentication-library-for-python: Microsoft Authentication Library… Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Azure Active Directory. These…github.com

Msal

3 min read

How to Download Attachments From Outlook Using Python and MSAL
How to Download Attachments From Outlook Using Python and MSAL

Published in Geek Culture

·Mar 10

Asynchronous iterators in python

How to write async for loops in python — Introduction: We have all worked with iterators and iterables in python by now as a developer. This post is not another difference between or comparison between iterators and iterables in python. Let me the spare that. …

Asynchronous

3 min read

Asynchronous iterators in python
Asynchronous iterators in python
Dinesh Kumar K B

Dinesh Kumar K B

Python Back-End Developer, AWS | Django | Flask | Azure | www.linkedin.com/in/dineshkumarkb | https://dock2learn.com

Following
  • Nikhil Adithyan

    Nikhil Adithyan

  • Hubert Liang📊🚀🐶

    Hubert Liang📊🚀🐶

  • Anand Tripathi

    Anand Tripathi

  • Chris Webb

    Chris Webb

  • Medium Creators

    Medium Creators

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable