Open in app
Home
Notifications
Lists
Stories

Write
anurag kumar
anurag kumar

Home

Jun 16, 2021

Quickstart Guide for Python Eve: Setting up

Python REST API framework designed for human beings Problems I faced I have known about Python eve framework for quite some time now. But recently I thought of using it in my project because of its usefulness. And then I hit a roadblock of less documentation and took me a good amount of…

Eve

5 min read

Quickstart Guide for Python Eve: Setting up
Quickstart Guide for Python Eve: Setting up

Jun 16, 2021

Building Flask REST App with Flask-Restful+Auth+MongoDB

Create a complete web API with Python, Flask, JWT, and MongoDB using sustainable coding practices. Before we start: This guide is aimed towards beginners / intermediate level. So, a bit of python knowledge and object-oriented programming fundamentals are required. Creating an API with a database backend is a great programming…

Flask

10 min read

Building Flask REST App with Flask-Restful+Auth+MongoDB
Building Flask REST App with Flask-Restful+Auth+MongoDB

Jun 16, 2021

Caching result of a method in Python

Recently I was working on adding a new feature to an existing legacy code. But then while working on it, I found a sweet problem which was quite new for me. def get_obj(): model_obj = model() # Some large database query return model_obj def get_obj_value(self): obj = self.get_obj() return obj …

Caching

2 min read

Caching result of a method in Python
Caching result of a method in Python
anurag kumar

anurag kumar

Graduate from The National Institute of Engineering. Currently, I am working as a backend developer in a FinTech firm.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable