CircleCI

Code

Publishing a Python package

In this tutorial, we will build a simple Python package to Pypi and create a continuous integration (CI) pipeline for it.

Read
Code

Pushing a project to GitHub

Using GitHub is a prerequisite of most of the tutorials on CircleCI as well as other CI platforms, so it is helpful to learn to use it. In this tutorial, I’ll show you how to push a project to GitHub

Read
Code

Continuous integration for Django projects

I use CircleCI frequently as my CI-CD tool. In this article, I take readers through the simple process of setting up a CI pipeline running through Github and CircleCI using a Django project.

Read
Code

Setting up continuous integration with GitHub (On CircleCI)

I use CircleCI frequently as my CI-CD tool. In this article, I take readers through the simple process of setting up a CI pipeline running through Github and CircleCI using a Python application.

Read