Course: 36 Videos
Length: 2.5 Hours
Price: $49
In this course I’ll teach you how to make web apps for Django and Python, and how to connect those apps to the OpenAI (makers of ChatGPT) Text Completion Artificial Intelligence API and have it fix code that you submit as well as write code that you ask it to write.
We’ll use Python, Django, and the Bootstrap Framework to build a cool Coding website that connects to OpenAI.
You’ll be able to:
– Submit your Code and have the A.I. suggest fixes
– Ask The A.I. To write code for you.
– Choose from over a dozen programming languages
– Save your code responses to the Database
– View Past Code Responses from the Database
We’ll use a database to save all of the code answers that you’ve received from the OpenAI API, and we’ll query that database and output the answers on their own web page.
Finally, I’ll discuss how to connect to OpenAI with an API Key, query the engine, and parse the responses in the correct way and output the answers to the homepage of your Django app.
If you’ve seen ChatGPT recently and want to learn how to use these tools programmatically, then this is the course for you!
We’ll use the Bootstrap CSS Framework to make our Django web app look a little more modern and professional. This will allow us to make our site look great, very quickly and easily– without knowing much about design.
Course Content…
Module 1 | Create a Code Writing ChatGPT A.I. Site With Django Python |
Unit 1 | Introduction | Video 1 |
Unit 2 | Install Python | Video 2 |
Unit 3 | Install Sublime and GitBash | Video 3 |
Unit 4 | Create Virtual Environment | Video 4 |
Unit 5 | Start Project and App | Video 5 |
Unit 6 | Generate SSH Key | Video 6 |
Unit 7 | Github Version Control | Video 7 |
Unit 8 | Settings and URLS | Video 8 |
Unit 9 | Create Homepage | Video 9 |
Unit 10 | Extends Base | Video 10 |
Unit 11 | Create Navbar | Video 11 |
Unit 12 | Intro To Prism | Video 12 |
Unit 13 | Download Prism | Video 13 |
Unit 14 | Add CSS and JS | Video 14 |
Unit 15 | Prism On Homepage | Video 15 |
Unit 16 | Forms | Video 16 |
Unit 17 | Select Box | Video 17 |
Unit 18 | Form Action | Video 18 |
Unit 19 | Null Select | Video 19 |
Unit 20 | OpenAI Intro | Video 20 |
Unit 21 | AI Request | Video 21 |
Unit 22 | Parse Response | Video 22 |
Unit 23 | Suggestion Page | Video 23 |
Unit 24 | Suggest Request | Video 24 |
Unit 25 | Authentication Setup | Video 25 |
Unit 26 | Login / Logout | Video 26 |
Unit 27 | Register View | Video 27 |
Unit 28 | Signup Form | Video 28 |
Unit 29 | Register Page | Video 29 |
Unit 30 | Login | Video 30 |
Unit 31 | Login Error Handling | Video 31 |
Unit 32 | Code Model | Video 32 |
Unit 33 | Save To Database | Video 33 |
Unit 34 | Past Page | Video 34 |
Unit 35 | Delete Code | Video 35 |
Unit 36 | Final | Video 36 |