Lisa Notes
Author

Lisa Notes

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

81
Articles
0
Likes
53
Views
0
Comments
Recent Articles

Latest from Lisa Notes

81 recent articles
Lisa Notes
Lisa Notes
Mar 31, 2026 · R&D Management

How to Allocate Time Effectively Across Multiple Projects

The article outlines practical steps for project managers and team members to allocate time across multiple projects, emphasizing clear goals, weekly task breakdowns, resource matching, regular progress checks, effective communication, prioritization, and reusable modules to improve efficiency and reduce risk.

Project Managementcommunicationmulti-project
0 likes · 3 min read
How to Allocate Time Effectively Across Multiple Projects
Lisa Notes
Lisa Notes
Mar 31, 2026 · Fundamentals

Python Basics: Common String and List Operations with Code Examples

This learning note demonstrates essential Python list and string techniques, including list concatenation with '+', membership testing using 'in' and 'not in', and various slicing methods, all illustrated with concrete code snippets and their output.

Code ExamplesListPython
0 likes · 3 min read
Python Basics: Common String and List Operations with Code Examples
Lisa Notes
Lisa Notes
Mar 30, 2026 · Fundamentals

Python Basics: Common Strings and an Introduction to Lists

This tutorial note walks through Python variables, demonstrates how lists can store multiple heterogeneous items, explains list declaration, indexing, modification, and shows two ways to iterate over a list with concrete code examples and their output.

ListsPythonStrings
0 likes · 3 min read
Python Basics: Common Strings and an Introduction to Lists
Lisa Notes
Lisa Notes
Mar 30, 2026 · R&D Management

How to Manage a New Project: A Practical Three‑Step Guide

The article outlines a mixed project‑management approach for new initiatives, detailing three concrete steps—planning with milestone breakdowns, daily stand‑up supervision, and strategic resource allocation with a technical lead and a 15% time buffer—to ensure clear plans, transparent progress, and rapid issue resolution.

Project Managementdaily standupmilestones
0 likes · 3 min read
How to Manage a New Project: A Practical Three‑Step Guide
Lisa Notes
Lisa Notes
Mar 29, 2026 · Fundamentals

Python String Formatting: % Placeholders vs f‑Strings Explained

This tutorial walks through Python's two main string formatting techniques—classic % placeholders and modern f‑strings—detailing specifiers like %d, %f, %s, %.2f, and providing concrete code examples that show how each method formats name, age, and salary variables.

PythonTutorialf-strings
0 likes · 3 min read
Python String Formatting: % Placeholders vs f‑Strings Explained
Lisa Notes
Lisa Notes
Mar 29, 2026 · Fundamentals

Java Class Definition: A Beginner’s Guide from Scratch

This tutorial walks through Java class fundamentals, covering class declarations, modifiers, member variables, methods, method overloading, and constructors with clear syntax examples and code snippets to help beginners write and understand Java classes.

ClassConstructorJava
0 likes · 8 min read
Java Class Definition: A Beginner’s Guide from Scratch
Lisa Notes
Lisa Notes
Mar 27, 2026 · Fundamentals

Python Learning Day 60: Mastering pass, while/for Loops, break‑continue and String Operations

This tutorial‑style note walks through Python’s pass statement, the mechanics of while and for loops (including nested loops and common pitfalls), the use of break and continue, and a comprehensive overview of string creation, slicing, case conversion, searching, replacement, and encoding, all illustrated with concrete code examples and expected outputs.

EncodingPythonSlicing
0 likes · 23 min read
Python Learning Day 60: Mastering pass, while/for Loops, break‑continue and String Operations
Lisa Notes
Lisa Notes
Mar 26, 2026 · Fundamentals

Java Classes and Objects: A Beginner’s Guide from Scratch

This article explains the fundamentals of object‑oriented programming in Java, covering objects, classes, inheritance, encapsulation, polymorphism, and packages with concrete examples that illustrate how real‑world concepts map to Java code and how objects interact through message passing.

EncapsulationInheritanceJava
0 likes · 12 min read
Java Classes and Objects: A Beginner’s Guide from Scratch