Gopi Python Resume1-2
Gopi Python Resume1-2
Professional Summary:
Enthusiastic and highly motivated fresher seeking a Python Full Stack Developer position to apply my
knowledge in Python core and advanced, Django, Flask, HTML, CSS, Bootstrap, JavaScript, and
SQLite3 to contribute to innovative web development projects.
Education:
Completed a Bachelor of Technology Civil engineering degree from Loyola Engineering College
Sattenapalli, Andhra Pradesh between 2015 to 2020.
Skills:
Certifications:
Personal Projects:
Project 1:
Developed a web application using Django framework for managing construction projects,
including project tracking, budgeting, and resource allocation.
Created a responsive website using HTML, CSS, and JavaScript, implementing interactive
features and ensuring cross-browser compatibility.
Implemented RESTful APIs for data retrieval and integration with third-party services
Project 2:
CRUD Project:
CRUD stands for Create, Read, Update & Delete. These are the four basic operations which
are executed on Database Models. We are developing a web app which is capable of
performing these operations.
Since we are developing a library app, let’s take an example of the same. In a library, books
are objects.
The books have attributes like name, author, etc. We need an application which can perform
CRUD operations on book object.
1. Read Operation
2. Create Operation
3. Update Operation
The ability of the application to edit the stored value in the database.
4. Delete Operation