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.
Challenge: Creating a simple application
From the course: AI-Powered Software Development: Coding, Testing, and System Design
Challenge: Creating a simple application
(soft upbeat music) - [Instructor] All right, well, now that we've seen the basics of writing code using AI tools, it's time for you to do a little challenge that's gonna help you put what we've learned so far into practice. So your challenge here is gonna be to create a simple application. We'll get started here just by creating this file. By the way, you can write this in any programming language that you want. I'm gonna do Python here just to keep it consistent with the other files that we've done so far. But if you wanna use something like JavaScript or Go, or if you want to create a web app out of this thing, you go right ahead and do that. But anyway, your task here is gonna be to use the AI tools that we've covered here so far to create an expense tracker program. So I'm gonna create a file here called expense_tracker.py, and really the goal here is for you to get as much practice, as much variety as possible while…
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
-
-
-
-
-
-