Categories
Programming Python Learning

Python Learning Lesson 5

Lesson 5 Slides

Topics covered in the Slides

  • Comments
  • Formatted strings
  • String indexing

Categories
Programming Python Learning

Python Learning Lesson 4

Lesson 4 Slides

Topics covered in the Slides

  • String concatenation
  • Type conversion

Categories
Programming Python Learning

Python Learning Lesson 3

Lesson 3 Slides

Topics covered in the Slides

  • Variables
  • Sequential Steps
  • Augmented assignment operator
  • Expressions v/s Statements
  • Strings

Categories
Programming Python Learning

Python Learning Lesson 2

Lesson 2 Slides

Topics covered in the Slides

  • Python Data types
  • Python Operators
  • Print statements
  • Fun with Python and Math combo.

Categories
Programming Python Learning

Python Learning Lesson 1

Lesson 1 Slides

Topics covered in the Slides

  • What is a Programming Language?
  • Why Python?

The slides also talk about applications of Programming like Artificial intelligence (AI) with link to my notes on AI.

Categories
Technology

Building a computer

One of the projects that I undertook was to build myself a gaming computer. The following link is to my essay in which I talk about how to build a computer.

Building a Computer

Categories
Math

AP Calculus: Finding area of a region

Finding the area of a region between 2 lines/Curves

Question:

If the shaded region “R” in Fig. 1 below is the region bounded by the graph of the function f(x) = x + 4 and g(x) = 3 – x/2 over int[1, 4], find area of the region “R”

Solution:

Categories
Programming

About Me