Posts for Jekay

Passionate about People and the impact we could make with software and design
Jekay
Jekay wrote

Setting up a virtual environment for your Django Project

One of the tasks that could be confusing for a beginner starting out with Python on the Windows Operating System (OS) is creating a virtual environment for projects. In this article, we will go through how to create a virtual environment for a Django project in Windows 10 virtualenv : is a Python tool used […]

July 28, 2020 in Beginners & Django
Jekay
Jekay wrote

Creating Django REST API Documentation with Swagger UI

An Application Programming Interface (API) is a method by which two computers are can communicate with each other. Web APIs are the type of APIs used on the internet. APIs allow developers to separate concerns in software either as functional components or a service-oriented manner. Django is a Python framework that allows for building web […]

July 14, 2020 in Django