From the course: Introduction to Career Skills in Software Development
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
The software development process - Python Tutorial
From the course: Introduction to Career Skills in Software Development
The software development process
- Did you know, the Microsoft Windows operating system has roughly 50 million lines of code. Now that's a lot of software. 50 million lines of code? There's no way they wrote all of that at one time. So how did they do it? Well, software is developed in various phases known as the software development life cycle or SDLC. known as the software development life cycle or SDLC. This process allows companies to produce software of high quality in a timely efficient manner. There are seven phases of the SDLC. Let's walk through them together. The first is requirements gathering. This is where certain members of the software team work to understand what is needed by users and the business. They may conduct interviews, hold workshops, or research competitors to provide the direction for the project. The second phase is analysis. This is where team members begin to focus on the portion of the requirements that they plan…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.