People writing on Lexicon and the notes they've published lately.
Scorpion X Dev
@scorpionxdev · 13 posts
Aria
@aria_23 · 1 post
scorpionxdev1
@scorpionxdev1 · 1 post
@aria_231 · 0 posts
Husky gopalam
@huskyneu · 0 posts
Scorps
@scorpiontest2 · 0 posts
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…
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 …
Trial
Hi trial Version of me
Hello From Aria. Hello helloooo Hello version 2,
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…
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…
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…
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…
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…
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…
Only Bug Bounty Checklist You'll Ever Need!!! V2
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…
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 …
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…
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. …
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…
Lexicon
a personal knowledge base