Entrance Announcement
MICTE 2080
2080 Magh 07
User contributions for Niraj
Jump to navigation
Jump to search
23 April 2024
- 10:3810:38, 23 April 2024 diff hist +3,472 N User:Niraj/Teaching-19 Created page with "'''Teaching lesson plan 19 Subject: Python programming''' '''Date: 5 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Introduction to Series in Pandas''' '''Class: Bachelor''' '''Objective:''' Students will learn about Series in pandas, understand their structure and capabilities, and apply them to manipulate and analyze one-dimensional labeled data effectively. '''Materials Needed:''' * Python interpreter with pandas installed * Jupyter N..." current Tag: Visual edit
- 10:3010:30, 23 April 2024 diff hist +67 User:Niraj →Teaching Tag: Visual edit
- 10:2910:29, 23 April 2024 diff hist +3,776 N User:Niraj/Teaching-18 Created page with "'''Teaching lesson plan 18 Subject: Python programming''' '''Date: 3 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Array Input and Output in NumPy''' '''Class: Bachelor''' '''Objective:''' Students will learn how to input and output array data using NumPy, understand various file formats supported for array storage, and apply file input/output operations to efficiently work with array data. '''Materials Needed:''' * Python interpreter w..." Tag: Visual edit
- 10:2410:24, 23 April 2024 diff hist +70 User:Niraj →Teaching Tag: Visual edit
- 10:2410:24, 23 April 2024 diff hist +3,470 N User:Niraj/Teaching-17 Created page with "'''Teaching lesson plan 17 Subject: Python programming''' '''Date: 2 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Universal Array Functions in NumPy''' '''Class: Bachelor''' '''Objective:''' Students will learn about universal array functions (ufuncs) in NumPy, understand their role in performing element-wise operations on arrays, and apply them to manipulate array data efficiently. '''Materials Needed:''' * Python interpreter with Num..." current Tag: Visual edit
- 10:2010:20, 23 April 2024 diff hist +60 User:Niraj →Teaching Tag: Visual edit
- 10:1910:19, 23 April 2024 diff hist +3,643 N User:Niraj/Teaching-16 Created page with "'''Teaching lesson plan 16 Subject: Python programming''' '''Date: 1 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Indexing Arrays in NumPy''' '''Class: Bachelor''' '''Objective:''' Students will learn about indexing and slicing arrays in NumPy, understand the syntax for accessing elements and subarrays, and apply indexing techniques to manipulate array data effectively. Prerequisites: Basic understanding of Python programming language,..." current Tag: Visual edit
- 10:1410:14, 23 April 2024 diff hist +62 User:Niraj →Teaching Tag: Visual edit
- 10:1310:13, 23 April 2024 diff hist +3,985 N User:Niraj/Teaching-15 Created page with "'''Teaching lesson plan 15 Subject: Python programming''' '''Date: 31 Jan 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Creating Arrays with NumPy''' '''Class: Bachelor''' '''Objective:''' Students will learn how to create arrays using NumPy, understand the different array creation functions available, and apply them to create arrays of various shapes and data types. '''Materials Needed:''' * Python interpreter with NumPy installed or IDE *..." current Tag: Visual edit
- 10:0610:06, 23 April 2024 diff hist −23 User:Niraj →Teaching Tag: Visual edit
- 10:0310:03, 23 April 2024 diff hist +110 User:Niraj →Teaching Tag: Visual edit
- 06:5406:54, 23 April 2024 diff hist +65 User:Niraj →Teaching Tag: Visual edit
- 06:5306:53, 23 April 2024 diff hist +3,520 N User:Niraj/Teaching-13 Created page with "'''Teaching lesson plan 13 Subject: Python programming''' '''Date: 29 Jan 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Handling Exceptions in Python''' '''Class: Bachelor''' '''Objective:''' Students will understand the concept of exceptions in Python, learn how to handle them using <code>try</code>, <code>except</code>, <code>else</code>, and <code>finally</code> blocks, and apply exception handling techniques to write robust and error-tole..." current Tag: Visual edit
- 06:4806:48, 23 April 2024 diff hist +85 User:Niraj →Teaching Tag: Visual edit
- 06:4706:47, 23 April 2024 diff hist +3,514 N User:Niraj/Teaching-12 Created page with "'''Teaching lesson plan 12 Subject: Python programming''' '''Date: 28 Jan 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Understanding Built-In Class Attributes in Python''' '''Class: Bachelor''' '''Objective:''' Students will understand the concept of built-in class attributes in Python, learn about commonly used built-in class attributes, and how to access and utilize them effectively. '''Materials Needed:''' * Python interpreter or IDE *..." current Tag: Visual edit
- 06:4306:43, 23 April 2024 diff hist +74 User:Niraj →Teaching Tag: Visual edit
- 06:4206:42, 23 April 2024 diff hist 0 User:Niraj/Teaching-11 No edit summary current Tag: Visual edit
- 06:4106:41, 23 April 2024 diff hist +3,572 N User:Niraj/Teaching-11 Created page with "'''Teaching lesson plan 11 Subject: Python programming''' '''Date: 25 Jan 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Creating Classes and Objects in Python''' '''Class: Bachelor''' '''Objective:''' Students will understand the concepts of classes and objects in Python, learn how to create classes, instantiate objects, define attributes and methods, and utilize inheritance. '''Materials Needed:''' * Python interpreter or IDE * Projector..." Tag: Visual edit
- 06:2306:23, 23 April 2024 diff hist +61 User:Niraj →Teaching Tag: Visual edit
- 06:2306:23, 23 April 2024 diff hist +3,068 N User:Niraj/Teaching-10 Created page with "'''Teaching lesson plan 10 Subject: Python programming''' '''Date: 25 Jan 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Python Modules & Packages''' '''Class: Bachelor''' '''Objective:''' Students will understand the concept of modules and packages in Python and learn how to create, import, and use them effectively in their code. '''Materials Needed:''' * Python interpreter or IDE * Projector * Internet access for additional resources '''1..." current Tag: Visual edit
15 April 2024
- 02:3202:32, 15 April 2024 diff hist +87 User:Niraj →Teaching Tag: Visual edit
- 02:3102:31, 15 April 2024 diff hist 0 User:Niraj/Teaching-8 No edit summary current Tag: Visual edit
13 April 2024
- 01:0101:01, 13 April 2024 diff hist +64 User:Niraj →Teaching Tag: Visual edit
- 01:0001:00, 13 April 2024 diff hist +3,276 N User:Niraj/Teaching-8 Created page with "'''Teaching lesson plan 8 Subject: Python programming''' '''Date: 24 Jan 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Python user defined functions''' '''Class: Bachelor''' '''Objective''': By the end of this lesson, students will be able to: # Understand the concept of user-defined functions in Python. # Define and call user-defined functions with and without parameters. # Learn about the scope of variables inside and outside functions. # Pr..." Tag: Visual edit
- 00:5700:57, 13 April 2024 diff hist +69 User:Niraj →Teaching Tag: Visual edit
- 00:5700:57, 13 April 2024 diff hist +3,749 N User:Niraj/Teaching-7 Created page with "'''Teaching lesson plan 7 Subject: Python programming''' '''Date: 22 Jan 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Using Pickle to Write Binary Files''' '''Class: Bachelor''' '''Objective''': By the end of this lesson, students will be able to: # Understand the purpose and functionality of the <code>pickle</code> module in Python. # Learn how to use <code>pickle</code> to serialize Python objects and write them to binary files. # Practice..." current Tag: Visual edit
12 April 2024
- 23:2023:20, 12 April 2024 diff hist +74 User:Niraj →Teaching Tag: Visual edit
- 23:1823:18, 12 April 2024 diff hist 0 User:Niraj/Teaching-6 No edit summary Tag: Visual edit
- 23:1823:18, 12 April 2024 diff hist +3,254 N User:Niraj/Teaching-6 Created page with "'''Teaching lesson plan 5 Subject: Python programming''' '''Date: 19 Jan 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Writing Binary Files Manually in Python''' '''Class: Bachelor''' '''Objective:''' By the end of this lesson, students will be able to: # Understand the concept of binary files and their importance in handling non-textual data. # Learn how to write binary data to files in Python manually. # Practice writing various types of bin..." Tag: Visual edit
- 23:1123:11, 12 April 2024 diff hist +68 User:Niraj →Teaching Tag: Visual edit
- 07:4807:48, 12 April 2024 diff hist +104 User:Niraj →Teaching Tag: Visual edit
- 07:4707:47, 12 April 2024 diff hist +3,073 N User:Niraj/Teaching-4 Created page with "'''Teaching lesson plan 4 Subject: Python programming''' '''Date: 18 Jan 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Exploring Input and Output in Python: Reading and Writing Text Files''' '''Class: Bachelor''' '''Objective:''' By the end of this lesson, students will be able to: # Understand the basics of input and output operations in Python. # Read data from text files using various methods. # Write data to text files using different tech..." current Tag: Visual edit
- 06:3706:37, 12 April 2024 diff hist +83 User:Niraj →Teaching Tag: Visual edit
- 06:3606:36, 12 April 2024 diff hist +3,231 N User:Niraj/Teaching-3 Created page with "'''Teaching lesson plan 3 Subject: Python programming''' '''Date: 17 Jan 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Understanding Ordered Sets with Tuples in Python''' '''Class: Bachelor''' '''Objective:''' By the end of this lesson, students will be able to: * Understand the concept of ordered sets. * Differentiate between sets and ordered sets. * Utilize tuples to create ordered sets in Python. * Apply ordered sets in various scenarios. '..." current Tag: Visual edit
- 06:2806:28, 12 April 2024 diff hist +760 User:Niraj →Teaching Tag: Visual edit
- 06:2506:25, 12 April 2024 diff hist +2,950 N User:Niraj/Teaching-2 Created page with "'''Teaching lesson plan 2 Subject: Python programming''' '''Date: 16 Jan 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Understanding and Using Ranges in Python''' '''Class: Bachelor''' '''Objective:''' By the end of this lesson, students will be able to: * Understand the concept of ranges in Python. * Create ranges with different start, stop, and step values. * Utilize ranges effectively in loops and indexing operations. * Recognize the memory..." current Tag: Visual edit
10 April 2024
- 10:4310:43, 10 April 2024 diff hist +115 User:Niraj →Teaching Tag: Visual edit
8 April 2024
- 03:3203:32, 8 April 2024 diff hist +54 User:Niraj →Micro-Teaching Tag: Visual edit
- 03:3203:32, 8 April 2024 diff hist +1,750 N User:Niraj/MicroTeaching-5 Created page with "'''Micro-Teaching lesson plan 5''' '''Subject: Python programming''' '''Date: 5 Dec 2023''' '''Time: 15 minutes''' '''Period: 1st''' '''Teaching Item: Tuples in Python''' '''Class: Bachelor''' '''Objective:''' By the end of this lesson, students will be able to: 1. Understand the concepts of Tuples in Python. 2. Apply basic operations and methods on Tuples. 3. Differentiate between Lists, Ranges, and Tuples. '''Materials Needed:''' - Python interpreter or ID..." current Tag: Visual edit
- 03:2903:29, 8 April 2024 diff hist 0 User:Niraj/MicroTeaching-4 No edit summary Tag: Visual edit
- 03:2703:27, 8 April 2024 diff hist +54 User:Niraj →Micro-Teaching Tag: Visual edit
- 03:2603:26, 8 April 2024 diff hist +1,714 N User:Niraj/MicroTeaching-4 Created page with "'''Micro-Teaching lesson plan 3''' '''Subject: Python programming''' '''Date: 4 Dec 2023''' '''Time: 15 minutes''' '''Period: 1st''' '''Teaching Item: Ranges in Python''' '''Class: Bachelor''' '''Objective:''' By the end of this lesson, students will be able to: 1. Understand the concepts of Ranges in Python. 2. Apply basic operations and methods on Ranges. '''Materials Needed:''' - Python interpreter or IDE - Projector for demonstration '''Lesson Plan:'''..." Tag: Visual edit
- 03:2303:23, 8 April 2024 diff hist −6 User:Niraj/MicroTeaching-3 No edit summary current Tag: Visual edit
- 03:1803:18, 8 April 2024 diff hist −28 User:Niraj/MicroTeaching-3 No edit summary Tag: Visual edit
- 03:1703:17, 8 April 2024 diff hist +53 User:Niraj →Micro-Teaching Tag: Visual edit
- 03:1603:16, 8 April 2024 diff hist +1,951 N User:Niraj/MicroTeaching-3 microteaching-3 Tag: Visual edit
25 February 2024
- 01:1801:18, 25 February 2024 diff hist +63 User:Niraj →Micro-Teaching Tag: Visual edit
4 February 2024
- 06:5206:52, 4 February 2024 diff hist +4 User:Niraj No edit summary Tag: Visual edit
- 06:5006:50, 4 February 2024 diff hist +60 User:Niraj No edit summary Tag: Visual edit
- 06:4806:48, 4 February 2024 diff hist +1,104 N User:Niraj/MicroTeaching-1 Created page with "'''Micro-Teaching lesson plan 1''' '''Subject: Python programming. Date: 1 Dec 2023''' '''Time: 15 minutes''' '''Teaching Item: Data Structure''' '''Class: Bachelor''' '''Specific objectives:''' At the completion of this lesson, students will be able to: * Define data structure * List out data structure types and explain two of them. '''Teaching materials:''' Beside the daily use materials I will use: * Laptop * [https://docs.google.com/presentati..." current Tag: Visual edit