We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

How to get started with Python and GitLab CI

Formal Metadata

Title
How to get started with Python and GitLab CI
Subtitle
A GitLab CI Introduction
Alternative Title
How to get started with GitLab CI and Python
Title of Series
Number of Parts
637
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
If you develop web apps with Python and want to take your project to a cloud platform like Heroku, using a continuous integration tool can help you with this process and optimize time and resources. Running tests and deploying your app are some tasks that this tool can help you with. Through this talk you will know how to use GitLab CI on your Python projects.