In this article, we will learn about the nature of the data stored that variables reference. Then, we will also learn about the memory management …
Author: Vinh Le
Variables and Constants in Python
1. Variables in Python A variable in Python represents a memory location (in RAM) that stores data for the program. We can change the value …
Types of operators in Python
An operator is a special symbol in Python used to perform arithmetic or logical operations on values or variables. Python supports operators such as: 1. …
How is a Python program executed?
1. How is a Python program executed? Python is frequently referred to as an interpreted language. However, the process of executing a Python program involves …
Introduction to Python Programming Language
1. Course Summary 2. Course Objectives Help students understand the knowledge of Python: 3. Course Learning Outcomes 4. Course Content Lesson 1 – Introduction to Python Programming …
In-class exam: install OS and use Command Prompt
1. Lesson objectives Review the knowledge of installing operating systems and using the Command Prompt command line interface. Test your ability to install OS and …
Using Command Prompt on Windows 10
1. Lesson objectives This lesson will instruct students on how to use basic commands in Command Prompt on Windows 10. 2. Introduction to the Command …
Install the CentOS operating system on the virtual machine
1. Lesson objectives This lesson will help students understand the installation steps for the CentOS operating system. By the end of this lesson, students will …
Back up and restore the operating system with Norton Ghost
1. Why is it important to back up the operating system? Creating a backup file of the partition containing the operating system is a way …
Install Windows 10 operating system on the virtual machine
1. Lesson objectives Teach students the process of installing the Windows 10 operating system on VMware. Students can install operating systems on both virtual and …