0% found this document useful (0 votes)
13 views4 pages

Comprehensive Python Assignment Guide

The document is a Python assignment submitted by Rohan, containing various topics such as strings, control structures, lists, NumPy, Matplotlib, and data manipulation techniques. Each section includes a placeholder for Python code, indicating that examples are to be provided in Jupyter Notebook style. The assignment covers a wide range of concepts from basic programming to data analysis and mathematical computations.

Uploaded by

GAMING BEAST YT
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views4 pages

Comprehensive Python Assignment Guide

The document is a Python assignment submitted by Rohan, containing various topics such as strings, control structures, lists, NumPy, Matplotlib, and data manipulation techniques. Each section includes a placeholder for Python code, indicating that examples are to be provided in Jupyter Notebook style. The assignment covers a wide range of concepts from basic programming to data analysis and mathematical computations.

Uploaded by

GAMING BEAST YT
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Python Assignment

Submitted By: Rohan

Python Strings
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Python Control Structures and Loops


Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Lists, Tuples, Dictionaries


Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

NumPy Arrays
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

NumPy Indexing
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Matplotlib Library
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')
Outlier Detection
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Pandas Series
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

DataFrames
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Data Cleaning
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Data Sorting and Filtering


Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Diabetes Dataset
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Tips Dataset
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Data Wrangling
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Sales Dataset
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Time Series Analysis


Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Area of Triangle
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Area of Circle
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Quadratic Equation
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Random Number
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Swap Two Variables


Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

Factorial
Jupyter Notebook Style Code Screenshot:
# Your Python code here
print('Example')

You might also like