Dinesh Kumar K B
Display Markdown Text in Command Line using Python
Dump the plain text help in your command line interfaces today
Caveats of using return with try/except in Python
Behaviour of return with try/except in Python
How to Write syslog to a Remote Server Using Python
Forward syslogs from Docker container to a remote server
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…
How to Implement Pagination Using FastAPI in Python
Use fastapi-pagination library to paginate API responses
How to Filter Outlook Emails With a Subject Using Python
Use MSGraph search API query to filter email messages.
List & Download Files from SharePoint Using Python
Download files from MS SharePoint using Office365 Python SDK
How to Upload Files to SharePoint Using Python
Upload files to MS SharePoint using Office365 Python SDK
How to Download Attachments From Outlook Using Python and MSAL
Automate your Outlook attachment downloads using Python
Best Python Libraries to Write Reports to PDF
Create tables in PDF using Python Libraries
How to Store Your Secrets Using Vault and Python
Manage your secrets using Vault and Python — Dock2Learn
Package Data Files to pyinstaller Binaries
Resolve file not found errors in pyinstaller
Access files from AWS S3 using pre-signed URLs in Python
Generate pre-signed URLs for S3 objects in Python
Why you should start using Python dataclasses
Use Dataclasses in Python to store attributes