API Star, a Python 3 Framework from the Makers of Django Rest Framework

apistar – A smart Web API framework, designed for Python 3. 🌟… Read more

Similar

Create Word Clouds in Python

In this article, you’ll learn to create your own word cloud in Python. We’ll be using an easy-to-use module called `wordcloud`. Based on the official documentation, this module has the following advantages: (more…)

Read more »

Python: Running Makefiles on Windows

Linux owners configure makefiles so as to have easy commands to perform operations such as make dependencies to pip install required packages. Here are the dry simple steps to run makefiles in Python projects on Windows. Download git for windows. You shou... (more…)

Read more »