Lexicon
⌘K
GuidesNotesExploreWriteMy Library
Sign in

Browse

Networking

  • OSI Model
  • TCP vs UDP
  • TCP/IP Model
  • Layer 2 & Layer 3 Networking

Programming

  • Start Here — How to Solve a Problem
  • From if/else to DSA — The Whole Path
  • Problem Solving
  • DSA Practice — Learn by Solving
  • C Programming
  • Python

Bug Bounty

  • Only Bug Bounty Checklist You'll Ever Need!!!
  • Only Bug Bounty Checklist You'll Ever Need!!! V2

My Notes

  • Python Conditional Statements - The Complete Breakdown
  • Python Data Types - The Complete Breakdown
  • Python Dictionaries - The Complete Breakdown
  • Python Exception Handling - The Complete Breakdown
  • Python Functions - The Complete Breakdown
  • Python Lists vs Arrays — The Real Story
  • Python Loops - The Complete Breakdown
  • Python OOP - The Complete Breakdown
  • The f Thing in Python - f-strings

Python

  • Python String Manipulation Functions - Full Reference
+ Suggest a guide

Lexicon

a personal knowledge base

Community

Notes

Writing from across Lexicon — the latest first.

  • My Notes

    The f Thing in Python - f-strings

    The f Thing in Python — f-strings So what even is it? Okay so imagine you're writing a text message to a friend and you want to include their name and age in…

    SScorpion X Dev·7/24/2026
  • Bug Bounty

    Only Bug Bounty Checklist You'll Ever Need!!!

    Global Manual Bug Bounty Checklist Purpose: A target-agnostic, manual-first checklist for authorized web, API, SaaS, identity, business-logic, integration, a…

    SScorpion X Dev·7/24/2026
  • My Notes

    Python Data Types - The Complete Breakdown

    Python Data Types — The Complete Breakdown So what even is a data type? When you store something in a variable, Python doesn't just save the value — it also …

    SScorpion X Dev·7/24/2026
  • My Notes

    Python Dictionaries - The Complete Breakdown

    Python Dictionaries — The Complete Breakdown So what even is a dictionary? A list stores things in order and you access them by position — skills[0] , skills…

    SScorpion X Dev·7/24/2026
  • Test

    Testing 2.0

    Testing 2.0.0.0.0.0. 2028

    Scorps·7/24/2026
  • My Notes

    Python OOP - The Complete Breakdown

    Python OOP — The Complete Breakdown So what even is OOP? You've been writing procedural code — functions, variables, loops, all running top to bottom. That w…

    SScorpion X Dev·7/24/2026
  • Introduction to Algorithms

    Searching

    Chapter: Searching Algorithms 1. Introduction to Searching Searching is one of the most fundamental operations in computer science. A searching algorithm is …

    scorpionxdev1·7/23/2026
  • Trial

    Hi trial Version of me

    Hello From Aria. Hello helloooo Hello version 2,

    AAria·7/23/2026
  • My Notes

    Python Conditional Statements - The Complete Breakdown

    Python Conditional Statements — The Complete Breakdown So what even is a conditional? Your code runs top to bottom, line by line. Every line executes. That's…

    SScorpion X Dev·7/23/2026
  • My Notes

    Python Functions - The Complete Breakdown

    Python Functions — The Complete Breakdown So what even is a function? You've been writing code that runs top to bottom, once, in one shot. That works for sma…

    SScorpion X Dev·7/23/2026
  • Networking

    Layer 2 & Layer 3 Networking

    Layer 2 & Layer 3 Networking — Complete Notes Written for Nokia Software/QA Co-op Prep | Kalyan Gopalam | Northeastern University M.S. Cybersecurity --- Tabl…

    SScorpion X Dev·7/22/2026
  • Bug Bounty

    Only Bug Bounty Checklist You'll Ever Need!!! V2

    Global Manual Bug Bounty Checklist Purpose: A target-agnostic, manual-first checklist for authorized web, API, SaaS, identity, business-logic, integration, a…

    SScorpion X Dev·7/22/2026
  • My Notes

    Python Exception Handling - The Complete Breakdown

    Python Exception Handling — The Complete Breakdown So what even is an exception? Your code is running fine. Then something goes wrong — a user types text whe…

    SScorpion X Dev·7/22/2026
  • My Notes

    Python Loops - The Complete Breakdown

    Python Loops — The Complete Breakdown So what even is a loop? Imagine you have a list of 1000 usernames and you want to print every single one. You could wri…

    SScorpion X Dev·7/22/2026
  • Python

    Python String Manipulation Functions - Full Reference

    Python String Manipulation Functions — Full Reference Every built-in method available on Python's str type, with a description and 2 code examples for each. …

    SScorpion X Dev·7/22/2026
  • My Notes

    Python Lists vs Arrays — The Real Story

    Python Lists vs Arrays — The Real Story Wait, does Python even have arrays? Kind of. Sort of. Not really — but also yes. Here's the thing nobody tells you up…

    SScorpion X Dev·7/22/2026