Scholar Zones

Python Lesson16

Python From Scratch Lesson 16 PDF (Python Math & JSON)

Welcome to the sixteenth lesson of the “Python From Scratch” series! In this lesson, we will be exploring two important topics in Python programming – math and JSON. We will begin by learning about the math module, which provides a wide range of mathematical functions and constants in Python. We will learn how to use the math module to perform various mathematical operations, such as trigonometry, logarithms, and exponentials.

Python From Scratch Lesson 16 PDF (Python Math & JSON) Read More »

Python Lesson13

Python From Scratch Lesson 13 PDF (Python Arrays, Classes and Objects)

Welcome to the thirteenth lesson of the “Python From Scratch” series! In this lesson, we will be exploring three important topics in Python programming – arrays, classes, and objects. We will begin by learning about arrays, which are collections of data that are stored in a contiguous block of memory. We will cover how to create arrays, access their elements, and perform operations on them.

Python From Scratch Lesson 13 PDF (Python Arrays, Classes and Objects) Read More »

Python Lesson10

Python From Scratch Lesson 10 PDF (If … Else)

Welcome to the tenth lesson of the “Python From Scratch” series! In this lesson, we will be exploring one of the fundamental control structures in programming – the “if…else” statement. The “if…else” statement allows us to control the flow of our program based on certain conditions, enabling us to create programs that can make decisions and respond to different

Python From Scratch Lesson 10 PDF (If … Else) Read More »