Three Most Important Files in a Python Project
Short and Sweet
Learn about the three most important files in a Python project.
Topics Covered Include:
-
Makefile
-
Dockerfile
-
requirements.txt
Learning Objectives
-
Learn to use the Makefile to build a Python project.
-
Learn to use the Dockerfile to build a Python project.
-
Learn to use the requirements.txt to install Python packages.
Additional Popular Resources