0% found this document useful (0 votes)
72 views

Weekly Report

We learned about modules, packages, and file handling in Python. Key topics included importing modules, the Python Package Installer (PIP), creating packages and modules, and using Pyinstaller. We also practiced opening, writing, and deleting files and folders in Python. The week concluded with a test to review concepts covered over the past four weeks.

Uploaded by

Atharv Joundal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views

Weekly Report

We learned about modules, packages, and file handling in Python. Key topics included importing modules, the Python Package Installer (PIP), creating packages and modules, and using Pyinstaller. We also practiced opening, writing, and deleting files and folders in Python. The week concluded with a test to review concepts covered over the past four weeks.

Uploaded by

Atharv Joundal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Week1: From 04-07-2022 To 09-07-2022

Expected Work:

Date Activities carried out Tasks

04-07- 1. The fundamentals of computer


2022 programming.
2. Setting up your programming
environment, Compilation vs.
interpretation.
3. Introduction to Python &Installation of
python 3.10.

Task 1:
05-07- 1. Python Literals. A)Write the program for
2022 print pyramid.
2. Single Line String Literal, Multiline
String Literal, Integer Literals, Float
Literals, List Literal, Boolean Literals.

06-07- 1. Exponentiation, Multiplication,


2022 Multiplication, Division, integer
division, addition.

Task 2:
1. Concept regarding to variables, Correct A)Write the keywords of
and incorrect variable names, Shortcut CPP and JAVA.
07-07-
operators.
2022
2. Creating variables & Assigning a new
value to an already existing variable&
Solving simple mathematical problems.

07-07- 1. Becoming familiar with the concept of


comments in Python, using and not
2022 using comments.
2. Replacing comments with code,
experimenting with Python code.

1. Inequality & Comparison Operators & Task 3:


Conditional execution
08-07- A)Write the program to
2022 2. Examples regarding to comparison accept 10 student data from
operators & Conditional execution(if- user with name, mobile no,
else, nested if-else, elif etc.). address and age.
B)Write a program to
accept two numbers from user
with option perform
arithmetic operation.

Weekly summarization of the above activities:


In this week, we studied about the fundamentals of computer programming, setting
up the programming environment, compilation vs. interpretation and introduction of python
and installation of python 3.10. Also we learned about python literals. We studied about
various operators like exponentiation, multiplication, division, integer division, addition. We
learned concepts regarding to variables, operators and also solved simple mathematical
problems using operators. concepts of comments was cleared. We learned about concepts and
examples related to the comparison operator and conditional execution.

Signature of Student: Signature of Industrial Supervisor:


Week2: From 11-07-2022 To 16-07-2022
Expected Work:

Date Activities carried out Tasks

11-07- 1. Practical’s of If ... Else, Indentation,


2022 Elif, Else, And, Or, Nested If, The
pass Statement

Task 4:
12-07- 1. Loops in Python A)Write a program for 3*3
2022 matrix & show even numbers.
2. Practical of While Loop, For Loop,
Break , Continue loops

13-07- 1. Loop control ,break and continue in


2022 Python
Task 5:
14-07- 1. Summary of the Loops , For loop, A)Write a program to display
2022 While loop grades by given marks using
python.

15-07- 1. Logic and bit operations in Python |


2022 and, or, not
2. Logical expressions(And, Or, Not)
Task 6:
16-07- 1. Lists - collections of data, List Items - A)Write a program to accept
2022 Data Types& Functions &methods 10 students information with
valid literals (first name, middle
2. Practical on The list() Construct or
name, last name, age, address,
Access List Items, Negative Indexing.
phone no, college name, roll no,
class, division, year).

Weekly summarization of the above activities:


In this week we perform practicals on if….else, elif, else, and, or, nested if,
the pass statement. Along with this we studied about loop concepts and the types of loop in
python. We learn loop control, break and continue in python. Also we studied logic and bit
operation and expressions in python. At last we studied what is the list in python, list items,
data types and functions and methods. Also we perform practicals an list() construct or
Access list Items, Negative Indexing.

Signature of Student: Signature of Industrial Supervisor:


Week3: From 18-07-2022 To 23-07-2022
Expected Work:

Date Activities carried out Tasks

18-07- 1. The bubble sort information.


2022
2. Operations on lists | slices, Sorting a
list
3. Slices, Slices - negative indices, Slices:
continued

Task 7:
19-07- 1. The inner life of lists A)Write a program to create
2022 even odd 2 list.
2. Powerful slices, function &
Parameterized functions
3. Slices - negative indices & continued
4. find the location of a given element
inside a list.

20-07- 1. Function , lists.


2022
2. Practical on Functions, Lists, Prime
numbers - how to find them
Task 8:
21-07- 1. Three-parameter functions A)Write a program to find
2022 given number is prime or not.
2. Practical on Functions, Testing
triangles, Creating functions |
factorials, Creating functions |
Fibonacci numbers, Creating functions
| recursion

22-07- 1. Sequence types and mutability


2022
2. What is a tuple 7 its use
3. What is a dictionary
4. Practical on Tuple, Dictionaries

1. Python Set Task 9:


23-07- 2. Removing items from the set A)Write a program to create
2022 dictionaries for name and address
3. Difference between discard() and
saving.
remove()
4. Intersection of two sets
Practical on Code Using curly braces,
Code Using set() method, Code Using
add() method, Code Using discard()
method, Code using union | operator,
Code using union() method

Weekly summarization of the above activities:


In this week, we studied about bubble sort, operations on lists like slices,
sorting list and slices with negative indices. The inner life of lists, powerful slices, functions
and parameterized functions and finding the location of a given element inside a list. Along
with function, list and three parameterized functions we studied about sequence type and
mutability, what is tuple and what is dictionary in Python. We learn about python set. In this
week we perform practicals based on functions, lists, prime numbers, creating function,
practicals on tuple and dictionary.

Signature of Student: Signature of Industrial Supervisor:

Week4: From 25-07-2022 To 30-07-2022


Expected Work:

Date Activities carried out

25-07-2022 1. What is a module


2. Importing a module
3. Importing a module: the as keyword
4. Useful modules | math, random
5. Practical on Importing a module, Importing a module | * and as,
Importing a module | aliasing

26-07-2022 1. What is a package


2. Python Package Installer (PIP)
3. Practical on How to install pip

27-07-2022 1. What is a package


2. Practical on create module file, Some steps to create packages.

28-07-2022 1. Pyinstaller Package


2. Practical on Installation of the Pyinstaller Package

29-00-2022 1. File Handling


2. Practical on Python File Open, Python Delete File, Delete Folder

30-00-2022 1. Revision
2. Test based on python

Weekly summarization of the above activities:


In this week we studied what is module and how to import a module. We
perform practically how to import module. Also we learned what is package, what is
PIP(Python Package Installer).We perform praticals on how to install PIP, creating module
file. Installation of pyinstall package. We learned file handling along with practicals on file
open, delete file, delete folder.

Signature of Student: Signature of Industrial Supervisor:


Week5: From 1-08-2022 To 6-08-2022

Expected Work:
Date Activities carried out Tasks
1. Tkinter.
01-08- 2. What is Tkinter?
2022
3. Python Tkinter Button, Entry.
1. Python Tkinter Frame, Label,Canvas. Task 11:
02-08- A)Create a form using
2022 Tkinter.

1. Numpy. 5.
03-08- 2. Machine Learning(ML).
2022
3. Data set, types.
4. Practicals on mean, median and mode.
1. Pandas-Theory of pandas. 3.
04-08- 2. Practicals on pandas.
2022

1. scipy-Introduction on scipy. 4.
05-08- 2. Installation of scipy.
2022
3. scipy constants.

1. What is matplotlib? 3.
06-08- 2. Machine Learning- Scatter Plot, Linear
2022 Regression, Multiple Regression.

Weekly summarization of the above activities:


In this week we learned about the Tkinter. In Tkinter we learned Tkinter
Button, Entry, Frame, Label and Canvas. Along with this we studied about concept Numpy,
Machine Learning, Data set. Also perform the practicals based on mean, median and mode.
We studied about pandas, scipy, installation of scipy, scipy constants and matplotlib. Also
we perform practicals on pandas. In ML we learned scatter plot, Linear Regression and
multiple Regression.

Signature of Student: Signature of Industrial Supervisor:


Week6: From 08-08-2022 To 13-08-2022

Expected Work:

Date Activities carried out


1. What is Artificial Intelligence(AI)?
08-07-2022 2. Goals, Advantages, Disadvantages, Applications and Types of AI.
3. Search algorithms in AI.
1. What is OpenCV?
09-07-2022 2. Installation of OpenCV.

1. What is Tenser Flow?


10-07-2022 2. History of Tenser Flow.
3. Installation of Tenser Flow.

1. Presentation of project.
11-08-2022 2. Final Report checking.

1. Test.
12-08-2022

1. FINAL EXAM
13-08-2022

Weekly summarization of the above activities:


In this week we studied about Artificial Intelligence, goals, advantages,
disadvantages, applications and types of AI, search algorithm in AI. Also we learned
what is OpenCV, installation of OpenCV, what is Tensor flow and installation of
Tensor flow.
Signature of Student: Signature of Industrial Supervisor:

You might also like