Open in app
Home
Notifications
Lists
Stories

Write
Dinesh Kumar K B
Dinesh Kumar K B

Home
About

Published in Python in Plain English

·Pinned

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 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

3 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 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

Published in Geek Culture

·Mar 8

How to avoid file name collisions in pytest

Significance of __init__.py in pytest — Introduction: While writing unit tests for projects with multiple directories using pytest, have you ever tried naming two test files in different directories with same name? Let’s try doing that with a small example. Naming test files: Let’s say we have a directory structure like below. -- tests |__unit |__dir1 |__test_file.py |__dir2 |__test_file.py

Python

3 min read

How to avoid file name collisions in pytest
How to avoid file name collisions in pytest

Published in Geek Culture

·Feb 10

Coroutines vs Coroutine Functions in Python

The subtle difference between coroutine and coroutine functions. — Introduction: There is a common misconception that coroutine functions and coroutine objects are the same. Well! Not exactly. Though they co-exist, there is a teeny tiny difference between both. It is important to understand the difference between them. What are coroutines? Simply put, A coroutine is a regular Python function that is prefixed with…

Python 3

3 min read

Coroutines vs Coroutine Functions in Python
Coroutines vs Coroutine Functions in Python

Published in Geek Culture

·Feb 8

An introduction to asyncio in python

Hello asyncio world! — Introduction: Asyncio is a tool for concurrent programming in python which is more light weight than threads and multi-processing. This works based on a event-loop which executes a collection of tasks and the significance is , these tasks have the liberty to choose when to yield control back to the event…

Python 3

3 min read

An introduction to asyncio in python
An introduction to asyncio in python

Published in Python in Plain English

·Jan 13

Fixtures in pytest: All You Need to Know

What are fixtures? They are nothing but regular functions that are run by pytest before executing an actual test function. — For non-members, this story is available here. Introduction: pytest is a software testing framework that can be used in all levels of testing such as unit, functional. It provides command-line options which automatically find and execute your tests. The striking feature of pytest is the plethora of plugins that are available…

Pytest

6 min read

Fixtures in pytest: All You Need to Know
Fixtures in pytest: All You Need to Know
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
  • Emma Jhonson

    Emma Jhonson

  • Medium Creators

    Medium Creators

  • Soumadri Banerjee

    Soumadri Banerjee

  • An Truong

    An Truong

  • Nikhil Adithyan

    Nikhil Adithyan

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable