Dinesh Kumar K B


Display Markdown Text in Command Line using Python

Dump the plain text help in your command line interfaces today

Python programmingMarkdownProgramming

Caveats of using return with try/except in Python

Behaviour of return with try/except in Python

Python

How to Write syslog to a Remote Server Using Python

Forward syslogs from Docker container to a remote server

SyslogDockerDocker Log

How to Mock FastAPI Dependencies in pytest

This post explains how to mock your API dependencies while testing. While creating routes in fastapi, we usually add dependencies for various reasons. To name a few, decoding a jwt token or parsing a…

MockPytestPython

How to Implement Pagination Using FastAPI in Python

Use fastapi-pagination library to paginate API responses

PythonPaginationFastAPI

How to Filter Outlook Emails With a Subject Using Python

Use MSGraph search API query to filter email messages.

PythonMSGraphOutlook

List & Download Files from SharePoint Using Python

Download files from MS SharePoint using Office365 Python SDK

PythonSharepointOffice365

How to Upload Files to SharePoint Using Python

Upload files to MS SharePoint using Office365 Python SDK

PythonSharepointOffice365

How to Download Attachments From Outlook Using Python and MSAL

Automate your Outlook attachment downloads using Python

PythonOutlook

Best Python Libraries to Write Reports to PDF

Create tables in PDF using Python Libraries

PythonPdfReportlab

How to Store Your Secrets Using Vault and Python

Manage your secrets using Vault and Python — Dock2Learn

VaultPythonSecrets

Package Data Files to pyinstaller Binaries

Resolve file not found errors in pyinstaller

PythonPyinstallerCoding

Access files from AWS S3 using pre-signed URLs in Python

Generate pre-signed URLs for S3 objects in Python

PythonAwsS3

Why you should start using Python dataclasses

Use Dataclasses in Python to store attributes

PythonDataclassesPython3.7