Building Python App Using ChatGPT
Building Python App Using ChatGPT
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Agenda
In this session, we will discuss:
● Types of Applications Developed on ChatGPT
● Building a Web Page from scratch using ChatGPT
● Game Development using ChatGPT
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Types of Applications Development on
ChatGPT
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Types of Applications Development on ChatGPT
● Web Development: Use frameworks like Django, Flask, and FastAPI to create web applications, APIs,
● Machine Learning and AI: Use TensorFlow, PyTorch, Scikit-learn, and Keras to build predictive
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Types of Applications Development on ChatGPT
● Networking: Create applications that work with network protocols, sockets, and even develop chat
applications.
● Database Applications: Connect to and work with databases using SQLAlchemy, Django ORM, or
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Building a Web Page from scratch
using ChatGPT
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Building a Web Page from scratch using ChatGPT
Prompt 1:
Consider you being an employee of an organization in the role of a web developer.
The task provided to you is to build a simple website application. Now let us know the
steps to be followed in order to start the development.
Prompt 2:
Since you have listed the steps for web app development. Now provide the content plan
and requirements for the company website.
Prompt 3:
Considering the above content plan please provide a blueprint
Prompt 4:
Let’s build the website in modules
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Game Development using ChatGPT
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Game Development using ChatGPT
Prompt 1:
What is tic tac toe game and its rules ?
Prompt 2:
Requirements to build the game
Prompt 3:
Frontend and backend code to build tic tac toe game.
Prompt 4:
Execute the above code
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Summary
A quick recap:
● Listed various applications that can be developed in Python using ChatGPT like Web Development, Machine
Learning and AI, Data Analysis and Visualization, Game Development etc.
● Using ChatGPT demonstrated web page development from scratch.
● Finally we understood the process of game development in ChatGPT by creating a Tic-Tac-Toe game.
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited