// resources

Resources

// Code Example
hello.py
Your first Python script. One instruction. One result. That's how it starts.
44 downloads 25 Apr 2026 → Set Up Python (Don’t Overthink It)
[ download ]
// Code Example
variables.py
See how labels work in practice. Change a value — watch everything update.
[ download ]
// Code Example
strings_basics.py
Text is data. See how strings work in practice — quotes, concatenation, and why "25" is not the same as 25.
51 downloads 25 Apr 2026 → Text is Data Too
[ download ]
// Code Example
strings_indexing.py
Every character has a position. See how indexes work — from zero to negative.
51 downloads 25 Apr 2026 → Every Character Has a Number
[ download ]
// Code Example
strings_slicing.py
Take exactly the piece you need. All slicing variations in one file.
55 downloads 25 Apr 2026 → Take a Piece of the String
[ download ]
// Code Example
strings_methods_1.py
Your string's basic toolkit in action. len, upper, lower, strip, replace — with examples and chaining.
51 downloads 25 Apr 2026 → Methods — Your String’s Toolkit
[ download ]
// Code Example
strings_methods_2.py
Search, split, and rebuild. See how in, find, count, startswith, split, and join work in practice.
50 downloads 25 Apr 2026 → Working With What’s Inside Strings
[ download ]
// Code Example
data_types.py
Not all values are the same. See the four basic types in action — str, int, float, bool — and why type() is your best f…
47 downloads 25 Apr 2026 → Not All Values Are the Same
[ download ]
// Code Example
print_formatting.py
Your output, your rules. sep, end, and f-strings — everything you need to print clean, structured results.
49 downloads 26 Apr 2026 → Your Output, Your Rules
[ download ]
// Code Example
input_basics.py
Your program is listening. See how input() works — from basic text to numbers and a real age calculator.
48 downloads 26 Apr 2026 → Your Program Is Listening
[ download ]
// Exercise
username_generator.py
Your first mini project. Build a username generator using input, string methods, and slicing — three parts, increasing …
[ download ]
// Other
string_mistakes.py
7 mistakes almost every beginner makes with strings. Wrong way, error, right way — all in one file.
53 downloads 26 Apr 2026 → Common String Mistakes
[ download ]
// Cheatsheet
Strings — The Full Picture
Everything you've learned about strings — in one place. Indexing, slicing, methods, formatting, input, and common mista…
50 downloads 26 Apr 2026 → Strings — The Full Picture
[ download ]
// Achievement
strings_complete_medal.stl
You finished the Strings chapter. Download, print, and keep it. You earned it.
44 downloads 28 Apr 2026 → This One's Yours — Strings
[ download ]
// Code Example
numbers_basics.py
int or float — Python decides. See how numbers work, how types are assigned, and why "25" is not 25.
41 downloads 28 Apr 2026 → Python Loves Numbers
[ download ]
« first« ← prev 1 / 3 next → last »»