All public logs

Jump to navigation Jump to search

Combined display of all available logs of ICTED-WIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:22, 25 April 2024 Niraj talk contribs created page User:Niraj/Teaching-28 (Created page with "'''Teaching lesson plan 28 Subject: Python programming''' '''Date: 15 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Introduction to Django URLs''' '''Class: Bachelor''' '''Objective:''' Students will learn the basics of URL routing in Django, including defining URL patterns, mapping URLs to views, and organizing URL patterns in a Django project. '''Materials Needed:''' * Python installed (preferably Python 3.x) * Text editor or integra...") Tag: Visual edit
  • 21:16, 25 April 2024 Niraj talk contribs created page User:Niraj/Teaching-27 (Created page with "'''Teaching lesson plan 27 Subject: Python programming''' '''Date: 14 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Introduction to Django Templates''' '''Class: Bachelor''' '''Objective:''' Students will learn the fundamentals of Django templates, including syntax, template inheritance, context variables, loops, conditionals, and template tags. '''Materials Needed:''' * Python installed (preferably Python 3.x) * Text editor or integrat...") Tag: Visual edit
  • 21:12, 25 April 2024 Niraj talk contribs created page User:Niraj/Teaching-26 (Created page with "'''Teaching lesson plan 26 Subject: Python programming''' '''Date: 13 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Introduction to Django Views''' '''Class: Bachelor''' '''Objective:''' Students will learn the fundamentals of Django views, including defining views, handling HTTP requests, rendering templates, and passing context data to templates '''Materials Needed:''' * Python installed (preferably Python 3.x) * Text editor or integr...") Tag: Visual edit
  • 21:07, 25 April 2024 Niraj talk contribs created page User:Niraj/Teaching-25 (Created page with "'''Teaching lesson plan 25 Subject: Python programming''' '''Date: 12 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Introduction to Django Models''' '''Class: Bachelor''' '''Objective:''' Students will learn the fundamentals of Django models, including defining models, creating database tables, performing CRUD operations, and understanding relationships between models. '''Materials Needed:''' * Python installed (preferably Python 3.x) *...") Tag: Visual edit
  • 21:01, 25 April 2024 Niraj talk contribs created page User:Niraj/Teaching-24 (Created page with "'''Teaching lesson plan 24 Subject: Python programming''' '''Date: 11 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Setting Up Your First Django Web Application''' '''Class: Bachelor''' '''Objective''': Students will learn how to set up a basic Django web application, understand the Django project structure, create views, templates, and URLs, and run the development server. '''Materials Needed:''' * Python (preferably Python 3.x) * Text...") Tag: Visual edit
  • 12:00, 23 April 2024 Niraj talk contribs created page User:Niraj/Teaching-23 (Created page with "'''Teaching lesson plan 23 Subject: Python programming''' '''Date: 9 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Matplotlib for Data Visualization''' '''Class: Bachelor''' '''Objective:''' Students will learn how to use Matplotlib, a popular data visualization library in Python, to create various types of plots and effectively visualize data. '''Materials Needed:''' * Python interpreter with Matplotlib installed * Jupyter Notebook or...") Tag: Visual edit
  • 11:54, 23 April 2024 Niraj talk contribs created page User:Niraj/Teaching-22 (Created page with "'''Teaching lesson plan 22 Subject: Python programming''' '''Date: 8 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Handling Missing Data and Index Hierarchy in Pandas''' '''Class: Bachelor''' '''Objective:''' Students will learn how to handle missing data effectively and understand the concept of index hierarchy in pandas, enabling them to clean and structure datasets for analysis. '''Materials Needed:''' * Python interpreter with panda...") Tag: Visual edit
  • 11:48, 23 April 2024 Niraj talk contribs created page User:Niraj/Teaching-21 (Created page with "'''Teaching lesson plan 21 Subject: Python programming''' '''Date: 6 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Summary Statistics in Pandas''' '''Class: Bachelor''' '''Objective:''' Students will learn how to compute summary statistics using pandas, understand the different statistical measures available, and apply them to analyze and summarize data effectively. '''Materials Needed:''' * Python interpreter with pandas installed * Ju...") Tag: Visual edit
  • 11:43, 23 April 2024 Niraj talk contribs created page User:Niraj/Teaching-20 (Created page with "'''Teaching lesson plan 20 Subject: Python programming''' '''Date: 6 Feb 2024''' '''Time: 60 minutes''' '''Period: 3rd''' '''Teaching Item: Understanding Rank and Sort Operations in Pandas''' '''Class: Bachelor''' '''Objective:''' Students will learn about rank and sort operations in pandas, understand their applications in data analysis, and apply them to manipulate and analyze structured data effectively. '''Materials Needed:''' * Python interpreter with pand...") Tag: Visual edit
  • 11:38, 23 April 2024 Niraj talk contribs created page 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...") Tag: Visual edit
  • 11:29, 23 April 2024 Niraj talk contribs created page 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
  • 11:24, 23 April 2024 Niraj talk contribs created page 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...") Tag: Visual edit
  • 11:19, 23 April 2024 Niraj talk contribs created page 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,...") Tag: Visual edit
  • 11:13, 23 April 2024 Niraj talk contribs created page 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 *...") Tag: Visual edit
  • 07:53, 23 April 2024 Niraj talk contribs created page 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...") Tag: Visual edit
  • 07:47, 23 April 2024 Niraj talk contribs created page 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 *...") Tag: Visual edit
  • 07:41, 23 April 2024 Niraj talk contribs created page 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
  • 07:23, 23 April 2024 Niraj talk contribs created page 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...") Tag: Visual edit
  • 02:00, 13 April 2024 Niraj talk contribs created page 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
  • 01:57, 13 April 2024 Niraj talk contribs created page 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...") Tag: Visual edit
  • 00:18, 13 April 2024 Niraj talk contribs created page 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
  • 08:47, 12 April 2024 Niraj talk contribs created page 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...") Tag: Visual edit
  • 07:36, 12 April 2024 Niraj talk contribs created page 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. '...") Tag: Visual edit
  • 07:25, 12 April 2024 Niraj talk contribs created page 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...") Tag: Visual edit
  • 04:32, 8 April 2024 Niraj talk contribs created page 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...") Tag: Visual edit
  • 04:26, 8 April 2024 Niraj talk contribs created page 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
  • 04:16, 8 April 2024 Niraj talk contribs created page User:Niraj/MicroTeaching-3 (microteaching-3) Tag: Visual edit
  • 07:48, 4 February 2024 Niraj talk contribs created page 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...") Tag: Visual edit
  • 18:32, 30 November 2023 User account Niraj talk contribs was created