Modern Python Projects Transcripts
Chapter: Managing Python project
Lecture: What is 'Project Management' in Python?
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In the previous chapter, we have created a scaffolding for our project. In this one, we will talk how to manage your project as it grows.
0:10
If the phrase project management has a negative association for you, don't worry. I'm not going to talk about gantt charts,
0:17
milestones and deadlines. Now, I will talk about the technical concepts of managing your
0:22
project. I will focus on the following issues, how to structure your project?. How to run some typical tasks like tests,
0:30
builds and so on? and how to manage dependencies for your project.