Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

SAL EDUCATION

SAL ENGINEERING AND TECHNICAL INSTITUTE


Opp. Science city, Sola-Bhadaj Road, Ahmedabad, Gujarat 380060
Ph:- 079 67129000 Website: www.sal.edu.in

Student’s Weekly Report of Internship

Student Name: Nilesh Mansukhbhai Vekariya


Enrollment Number: 201260116001
Name Of Organization: Qspiders
External Guide Name: Shivu D
External Guide Contact Email: Shivu.d@qspiders.in Mob 8867277575
details: No:
Internal Faculty Guide Name: Prof. Neil Saxena

Work done in last Week with description (Attach supporting Documents Like
Diagram, Data Dictionary, Screen Shot of each Work):

Week-12 (08/04/24-13/04/24)

1) OOPs, Class, Object:

In Python, object-oriented Programming (OOPs) is a programming paradigm that


uses objects and classes in programming. It aims to implement real-world entities
like inheritance, polymorphisms, encapsulation, etc. in the programming. The
main concept of OOPs is to bind the data and the functions that work on that
together as a single unit so that no other part of the code can access this data.
OOPs Concepts in Python
 Class
 Objects
 Polymorphism
 Encapsulation
 Inheritance
 Data Abstraction

Python Class
A class is a collection of objects. A class contains the blueprints or the prototype
from which the objects are being created. It is a logical entity that contains some
attributes and methods.
 Classes are created by keyword class.
 Attributes are the variables that belong to a class.
 Attributes are always public and can be accessed using the dot (.) operator.
Eg.: Myclass.Myattribute

Python Objects
The object is an entity that has a state and behavior associated with it. It may be
any real-world object like a mouse, keyboard, chair, table, pen, etc. Integers,
strings, floating-point numbers, even arrays, and dictionaries, are all objects.
An object consists of:
 State: It is represented by the attributes of an object. It also reflects the
properties of an object.
 Behavior: It is represented by the methods of an object. It also reflects the
response of an object to other objects.
 Identity: It gives a unique name to an object and enables one object to
interact with other objects

2) SQL – ORDER BY:

In SQL, the ORDER BY clause is used to sort the result set of a query based on one
or more columns. It allows you to specify the order in which you want the rows to
be returned. The basic syntax of the ORDER BY clause is as follows:
column1, column2, etc.: Columns based on which you want to sort the result set.
ASC: Ascending order (default).
DESC: Descending order.

3) Background Properties:

 In CSS, background properties are used to control the appearance of the


background of an HTML element. They allow you to set background colors,
images, gradients, and control how they are repeated, positioned, and sized.
Here are some commonly used background properties in CSS:
 background-color: Sets the background color of an element.
 background-image: Specifies an image to be used as the background of an
element.
 background-repeat: Defines how a background image is repeated.
 background-position: Sets the starting position of a background image.
 background-size: Specifies the size of the background image.
 background-attachment: Sets whether a background image scrolls with the
content or remains fixed.
 background-origin: Specifies where the background image or color starts in an
element.
 background-clip: Defines how far the background extends within an element's
box.

Total Working Hrs: ____48__________ Signature of Student:

The above entries are correct and the grading of work done by Trainee is
Excellent Very Good Good Fair Below Average Poor

Signature of External Guide with Company Seal: Signature of Internal Guide

Date: Date:

You might also like