17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Create A Code Writing ChatGPT A.I. Site With Django Python
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
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.
Who this course is for:
This course is geared towards anyone who’s interested in programming ChatGPT from Open AI.
This course is aimed towards beginers through intermediate Coders who want to learn the to build Apps With Django and Python
Requirements
No special tools are necessary to take this course
A Basic Understanding of Python and Django Is Helpful
Last Updated 2/2023
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
.pad/0
43 KB
.pad/1
593.9 KB
.pad/10
211.8 KB
.pad/11
133.4 KB
.pad/12
272.1 KB
.pad/13
935.5 KB
.pad/14
499.6 KB
.pad/15
470.3 KB
.pad/16
154.7 KB
.pad/17
444.8 KB
.pad/18
804.2 KB
.pad/19
918.7 KB
.pad/2
310.5 KB
.pad/20
145.6 KB
.pad/21
396.5 KB
.pad/22
786.6 KB
.pad/23
12.5 KB
.pad/24
13.2 KB
.pad/25
137.9 KB
.pad/26
940.4 KB
.pad/27
594.7 KB
.pad/28
1014.5 KB
.pad/29
224.3 KB
.pad/3
122.3 KB
.pad/30
762.1 KB
.pad/31
637.9 KB
.pad/32
570.3 KB
.pad/33
987.1 KB
.pad/34
808.5 KB
.pad/35
719.7 KB
.pad/4
108.5 KB
.pad/5
651.1 KB
.pad/6
594.7 KB
.pad/7
343.7 KB
.pad/8
849.2 KB
.pad/9
841.9 KB
TutsNode.net.txt
63 B
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/1. Setup and Installation/1. Introduction.mp4
38.2 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/1. Setup and Installation/2. Install Python.mp4
30.3 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/1. Setup and Installation/3. Install Sublime Text and Git Bash Terminal.mp4
70 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/1. Setup and Installation/4. Set Up A Virtual Environment.mp4
79.6 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/1. Setup and Installation/5. Django Start Project and App.mp4
53.4 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/2. Version Control With Git and Github/1. Create SSH Key.mp4
74.6 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/2. Version Control With Git and Github/2. Set Up Git and Github.mp4
102.9 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/3. Build Out The Website/1. Settings and Urls.mp4
77.1 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/3. Build Out The Website/10. Add Select Box.mp4
143.9 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/3. Build Out The Website/11. Create Form Action.mp4
129.4 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/3. Build Out The Website/12. Null Select.mp4
103.8 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/3. Build Out The Website/2. Create A Homepage.mp4
68 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/3. Build Out The Website/3. Extends Base.mp4
76.9 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/3. Build Out The Website/4. Create A Navbar.mp4
64.4 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/3. Build Out The Website/5. Intro To Prism.mp4
80.8 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/3. Build Out The Website/6. Download and Install Prism.mp4
90.1 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/3. Build Out The Website/7. Add CSS and Javascript.mp4
46 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/3. Build Out The Website/8. Use Prism on the Homepage.mp4
81.5 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/3. Build Out The Website/9. Add Form.mp4
108.2 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/4. OpenAI API/1. OpenAI Introduction.mp4
111.7 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/4. OpenAI API/2. Create API Request.mp4
150.7 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/4. OpenAI API/3. Parse API Response.mp4
64 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/4. OpenAI API/4. Add Suggestion Page.mp4
62.3 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/4. OpenAI API/5. Create Suggestion Request.mp4
67.9 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/5. User Authentication/1. Authentication Setup.mp4
60.4 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/5. User Authentication/2. Login and Logout View.mp4
79.2 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/5. User Authentication/3. Register User View.mp4
72.2 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/5. User Authentication/4. Signup Form.mp4
152.4 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/5. User Authentication/5. Create Register Page.mp4
109.2 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/5. User Authentication/6. Login.mp4
113.4 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/5. User Authentication/7. Login Error Handling.mp4
62.8 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/6. Save Code To Database/1. Create The Code Model.mp4
92.7 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/6. Save Code To Database/2. Save Code To Database.mp4
65.1 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/6. Save Code To Database/3. Create Past Code Page.mp4
141.9 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/6. Save Code To Database/4. Delete Code Items.mp4
82.5 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/6. Save Code To Database/5. Final.mp4
18.2 MB
[TutsNode.net] - Create a Code Writing ChatGPT A.I. Site With Django Python/7. Conclusion/1. Bonus Lecture.mp4