From the course: AI-Powered Software Development: Coding, Testing, and System Design
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Generating scripts
From the course: AI-Powered Software Development: Coding, Testing, and System Design
Generating scripts
- [Instructor] All right. So now that we're a little bit more familiar with what the main categories of options are when it comes to AI-powered software development, what we're gonna do next is go through a series of demos that will help us understand how this fits in with our regular flow when we're just writing basic codes. So we're gonna start off by writing a script here. Let's just start off by creating a new file, and we'll call this file something like random_password.py. So a few things I wanna mention about this. First of all, this is gonna be a script that just generates simple random passwords for the user. And I'm using Python here because that's probably the language that you're gonna be most familiar with. But the thing to know is that most of these tools are very capable when it comes to writing code in a wide variety of different programming languages. So if you prefer Go, or C++, or whatever you prefer,…
Contents
-
-
Code generation and completion: What are my options?5m 9s
-
(Locked)
Generating scripts8m 40s
-
(Locked)
Generating functions8m 27s
-
(Locked)
Generating classes5m 4s
-
(Locked)
AI-assisted error resolution5m 8s
-
(Locked)
Code review and quality checks3m 44s
-
(Locked)
Creating documentation3m 3s
-
(Locked)
Challenge: Creating a simple application2m 6s
-
(Locked)
Solution: Creating a simple application9m 6s
-
-
-
-
-
-