Differences Between Python and C Language

Differences Between Python and C Language

Differences Between Python and C LanguageExplained in Simple Terms by a Northeastern Senior——Py&C—— Understand the differences between Python and C language in just 3 minutes! A Northeastern senior speaks the truth, stop saying you can’t tell them apart! Let’s talk about it. Do any of you feel that when programming languages are mentioned, Python and … Read more

The Magic of Microcontroller Programming: Separation of Powers

The Magic of Microcontroller Programming: Separation of Powers

In microcontroller programming, many people can complicate issues that seem simple, creating a mess akin to a spider web in a forest. In fact, according to the philosophy of programming magic, strictly dividing the process of program handling into departments, each performing its own duties, and ensuring that departments do not interfere with each other’s … Read more

ESP32 | Sensor 09 – OLED Display

ESP32 | Sensor 09 - OLED Display

01 Overview The OLED screen has advantages such as high contrast, low power consumption, wide viewing angles, and self-emissive pixels, making it suitable for small display applications like wearable devices and desktop widgets. This OLED display has a size of 0.96 inches, with a resolution of 128×64 pixels, and uses I2C communication, driven by the … Read more

Common Software Architectures for Microcontroller Development

Common Software Architectures for Microcontroller Development

Microcontroller programs are familiar to everyone, but few truly consider the architecture used. As program development continues to increase, having a solid architecture becomes essential. 1. Time-Slice Polling Method This is a program architecture design scheme that lies between sequential execution methods and operating systems. This design scheme aims to help embedded software developers elevate … Read more

Introduction to MATLAB for Beginners: Overview and Tips for New Users

Introduction to MATLAB for Beginners: Overview and Tips for New Users

Introduction to MATLAB for Beginners: Overview and Tips for New Users:This video lasts approximately 75 minutes, covering the practical significance of learning MATLAB, an introduction to the MATLAB interface and basic operations, effective use of help documentation and online resources, writing source code, and learning methods for MATLAB, providing a comprehensive guide for beginners.

Mastering Conditional Statements in Python: Teaching Your Program to Think

Mastering Conditional Statements in Python: Teaching Your Program to Think

In daily programming, we often need to let the program perform different operations based on different situations. For example: deciding whether to bring an umbrella based on the weather, categorizing grades based on scores, or displaying different content based on user permissions. All of these require the use of conditional statements. Today, I will guide … Read more

Python Programming – From Beginner to Practice

Python Programming - From Beginner to Practice

The reason I wanted to learn about Python programming is that AI is developing too quickly now, and everything relies on programming. Therefore, I wanted to understand the logic and rules of the most popular programming language today. I asked several AI platforms for recommendations on books about Python programming, and this book ranked in … Read more

Day 20: Developing Programming Habits in 21 Days: C++ Problem Solving

Day 20: Developing Programming Habits in 21 Days: C++ Problem Solving

Learn programming with Lao Ma by “leveling up and battling”! Involves examination: Computer Society Programming Ability Level Certification (GESP) Event content: Provides real exam questions of different levels for students to practice Preparation advice: Choose corresponding questions based on your preparation level Additional value: Can be used as preparation training for whitelist competitions Day 20: … Read more

GESP C++ Level 1 Study Guide for Scoring Above 90

GESP C++ Level 1 Study Guide for Scoring Above 90

On September 27, children will face the GESP C++ Level 1 exam. Here, we summarize common exam points and common mistakes for this level, allowing students to identify gaps in their knowledge and strive for a score of 90 or above. The explanation is quite detailed, so please read patiently. In this era of short … Read more