Final Internship Report
Final Internship Report
Type Partnership
Founded 2016
A R Design Services is an ISO CERTIFIED 9001:2015 privately held company based in Hyderabad. It is a rapidly
growing organization in the domain of Software Development, Web Design & Web Development and
Cybersecurity Consulting, SEO Marketing. A R Design Services pursues a policy of “Praising Innovation”. We
bring the same highest level of Enthusiasm & Expertise to large international companies and small local business
alike our team is efficient, focused, and committed to helping a client reach their web goals.
A R Design Services is a Development, Security, and Operations (DevSecOps) company in Hyderabad, consisting
of a creative and multi-talented team comprised of Web Designers, Web Developers, Graphic Designers, Digital
Marketers, Mobile Application Developer, and Cybersecurity consultants.
A R Design Services offers customer-oriented services and delivers creative and effective results. Giving immense
priority to our clients need in the design and development. As security is a major concern, therefore A R Design
Services always work with the concepts of Development, Security, and Operations (DevSecOps) to give our clients
safest and creative output.
A R Design Services has a long and proven record of successful performances for several reputed clients across
industries. We as a company can help you in beating these vast resources for the benefit of your company or
organization. We fulfil the needs of every client with the utmost care and creativity.
A R Design Services uses expert and professional Project Management Tools, intuitive course-plotting, world-class
design, and the latest software development methods. Because we understand that we have to evolve with the
fast-running world. We help forefront your businesses by rendering a technological edge to it. All this while
reducing redundant costs and effort.
1
1. Topics covered during internship
The purpose of my internship is enhancing my skill in Django framework. This internship gave
me workplace experience before I actually enter in the real workplace and also it improves my
resume. The goal was not just enhancing my development skills but it was developing my
communication skills, work-place ethics and team management.
Name of Topic
Week 1 Introduction of
Company and Internship plan
Basics Of Python
Basics Of HTML, CSS, JS
Introduction to Django
Django Project Structure
Intro to PostgreSQL
Django Database Migrations
-
Week 4 Profile Viewing System
2
Continue with above task
Django Cookie
-
Week 5 Made a real time chat application
using Django channels and web
sockets.
1.4)System Requirements
I. Hardware Requirement
i. Laptop or PC
Windows 7 or higher
I3 processor system or higher
4 GB RAM or higher
100 GB ROM or higher
ii. Laptop or PC
Python
Sublime text Editor
3
2.Task performed
1. TOOLS AND TECHNOLOGIES
By using Django, we can build web applications in very less time. Django is designed in such a
manner that it handles much of configure things automatically, so we can focus on application
development only.
The MVT (Model View Template) is a software design pattern. It is a collection of three
important components Model View and Template. The model helps to handle database. It is a
data access layer which handles the data.
The template is presentation layer which handles user interface part completely. The View is
used to execute the business logic and interact with a model to carry data and renders a
template.
1. Python
2. Any IDE to run python (PyCharm, VS Code)
3. PostgreSQL (Database)
4. pgAdmin (to handle database)
4
2. TASK DESCRIPTION
Task 1
Output Screenshot
Task 2
5
Output Screenshot
6
Task 3
Task Description Exe file that extracts all information about user’s system.
Output Screenshot
7
After entering the name the program exits and sends all information to the server.
8
Task assigned:
o 1. Create a Form Using Django
3. REFLECTION NOTES
9
3.3 Realtime Applicability of Technologies Learnt
For developing a Web Application or API Backend
For Rapid Development of some web application
Instagram – This python-based photo and video sharing social network is crazy popular, and
it need s to process huge amounts of data and mange an even greater number of iterations
between users every single second.
Spotify – To develop the app, Spotify bet on Python for both backend services and machine
learning. And in order to make the most of this programming language, they also combined
it with the Django Framework.
YouTube – Originally it was a PHP-based project, but the constant need to improve its
performance and add new functionalities forced to YouTube to turn Python as well.
10
4. CONCLUSION
The Internship helped in giving a bit insight of how the corporate world feels like and the
importance of team work in a project to complete the project on time.
The Internship also helped me learn a lot of new technical stuff such as responsiveness of a
website, PHP frameworks, Folder Hierarchy and management of project, work-place ethics etc.
11
REFERENCES
The references that I am giving over here includes the tools and
technologies documentations, some playlists or YouTube Video guide
and some terms that has been encountered by me and was very helpful
in development.
1. YouTube
2. Django Official Documentation
12