Lisa Notes
Author

Lisa Notes

Lisa's notes: musings on daily life, work, study, personal growth, and casual reflections.

78
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from Lisa Notes

78 recent articles
Lisa Notes
Lisa Notes
Feb 21, 2026 · Fundamentals

How to Convert Various Python Data Types to Integers

This tutorial explains why type conversion is needed in Python, describes the int(), str(), float() and bool() functions with their parameters, and provides a concrete example showing how to turn user input from a string into an integer for arithmetic.

Pythonboolfloat
0 likes · 4 min read
How to Convert Various Python Data Types to Integers
Lisa Notes
Lisa Notes
Feb 20, 2026 · Fundamentals

Master Python's input() Function: A Beginner’s Guide

This tutorial explains how Python's input() function works, covering its syntax, behavior, and return type, and provides concrete examples such as prompting for a password and age, illustrating how user input is captured and displayed in Python 3.

Pythonbeginnerinput
0 likes · 4 min read
Master Python's input() Function: A Beginner’s Guide
Lisa Notes
Lisa Notes
Feb 17, 2026 · Fundamentals

Python Print Function: A Beginner’s Guide to Output

This article introduces Python's print() function, explaining its purpose of displaying program results and detailing each parameter—self, *args, sep, end, and file—so beginners can understand how to control output formatting and destinations.

Pythonbasicsoutput
0 likes · 3 min read
Python Print Function: A Beginner’s Guide to Output
Lisa Notes
Lisa Notes
Feb 16, 2026 · Operations

How a Smart‑Hardware Team Cut Costs by 95% and Boosted GMV to $1.68B in One Year

By mapping information gaps, building a cross‑functional support system, and automating key workflows, a smart‑hardware operation reduced remote communication costs to zero, cut labor by 50%, lowered expenses by 95%, lifted efficiency by 50%, and generated roughly $1.68 billion GMV within a year.

automationcost reductioncross-functional collaboration
0 likes · 4 min read
How a Smart‑Hardware Team Cut Costs by 95% and Boosted GMV to $1.68B in One Year
Lisa Notes
Lisa Notes
Feb 15, 2026 · Fundamentals

Python Identifier Naming Rules and Conventions for Beginners

This guide explains the purpose of Python identifiers, outlines the character and naming rules—including case sensitivity and keyword restrictions—provides common naming patterns such as boolean prefixes and collection naming, and offers best‑practice recommendations for clear, maintainable code.

Pythonbest practicescoding style
0 likes · 4 min read
Python Identifier Naming Rules and Conventions for Beginners
Lisa Notes
Lisa Notes
Feb 14, 2026 · Fundamentals

Why Comments Matter in Python: A Beginner’s Guide

This article explains the importance of comments in Python, describing how they improve code readability for collaborators and future maintenance, and outlines the two comment styles—single‑line with # and multi‑line with triple quotes—along with practical examples.

Pythoncode readabilitycomments
0 likes · 3 min read
Why Comments Matter in Python: A Beginner’s Guide
Lisa Notes
Lisa Notes
Jan 26, 2026 · R&D Management

How Huawei Crafts Hit Products: An In‑Depth Walkthrough of the Full IPD Development Process

This article dissects Huawei's Integrated Product Development (IPD) methodology, detailing its six‑stage closed‑loop workflow, cross‑functional collaboration, risk‑gate mechanisms, and a four‑step strategy for handling strong stakeholders, while illustrating the approach with a 2023 MTO case study and industry‑wide adoption reasons.

Case StudyHuaweiIPD
0 likes · 48 min read
How Huawei Crafts Hit Products: An In‑Depth Walkthrough of the Full IPD Development Process