PLOTTING WITH PYPLOTDATA VISUALIZATION
Plot bar graphs, histograms,
frequency polygons, box plots, and
scatter plots.
Purpose of plotting; drawing and saving following
types of plots using Matplotlib – line plot, bar
graph, histogram, pie chart, frequency polygon,
box plot and scatter plot.
Customizing plots: color, style (dashed, dotted),
width; adding label, title, and legend in plots.
Newly added topic- LINE
PLOTS
II: Software Engg and Agile
Methods
BASIC SOFTWARE ENGINEERING15 marks
The entire topic has been
removed
III: Database Query using
SQL
DATA MANAGEMENT (DM-2) –
renamed
MARKS-15
DATABASE QUERY USING SQL
MARKS-25
Increase in the weightage
by 10 marks BUT
UNIT 3 (2019-20)
Renamed as UNIT 2
Write a minimal Django based
web application that parses a GET
and POST request, and writes the
fields to a file – flat file and CSV
file. Interface Python with an SQL
database
SQL commands: aggregation
functions, having, and group by,
order by.
Math functions: POWER (), ROUND (), MOD ().
Text functions: UCASE ()/UPPER (), LCASE ()/
LOWER (), MID ()/SUBSTRING ()/SUBSTR (),
LENGTH (), LEFT (), RIGHT (), INSTR (), LTRIM (),
RTRIM (), TRIM ().
Date Functions: NOW (), DATE (), MONTH (),
MONTHNAME (), YEAR (), DAY (), DAYNAME ().
Aggregate Functions: MAX (), MIN (), AVG (),
SUM (), COUNT (); using COUNT (*).
Querying and manipulating data using Group by,
Having, Order by.
Operations on Relations - Union, Intersection,
Minus, Cartesian Product, JOIN
DJANGO REMOVED
INTERFACE PYTHON
WITH AN SQL DATABASE
REMOVED.
NEWLY ADDED:
Math functions: POWER (),
ROUND (), MOD ().
Text functions: UCASE ()/
UPPER (), LCASE ()/LOWER
(), MID ()/SUBSTRING ()/
SUBSTR (), LENGTH (), LEFT
(), RIGHT (), INSTR (), LTRIM
(), RTRIM (), TRIM ().
Date Functions: NOW
(), DATE (), MONTH (),
MONTHNAME (), YEAR (),
DAY (), DAYNAME ().
Operations on Relations:
Union, Intersection, Minus,
Cartesian Product, JOIN