coding-noob.hashnode.devDay 3: Understanding Python Strings: Slicing, Indexing & Function ChainingToday I learned about: Strings (Definition). String Slicing. Indexing in Strings. Chaining of Functions. Definition: In Python, anything in “ “ (double quotes) is a String data type. To make a multiline string, we can use “‘ “‘. String Slicing ...Feb 4·1 min read
coding-noob.hashnode.devProject 1: Making Python TalkI decided to build my first small project while learning about PIP install and Python modules. Nothing Fancy: Making Python talk, using a text-to-speech library and this article documents how i did it and my learnings. Step 1: Install the text-to-spe...Jan 5·1 min read
coding-noob.hashnode.devDay 2: Variables and Data TypesToday I learned about: Variables. Data Types. Types Of Operator. Type Function and Type Casting. I/P Function. Variables Variables are used to store data in Python. Instead of writing values again and again, we can assign them to a variable na...Dec 15, 2025·2 min read
coding-noob.hashnode.devDay 1: I Learned 4 things.Today I learned about: Modules PIP Install REPL A really Stupid mistake I made. Modules Just like books have chapters, Python has modules. Think of modules as pre-written chapters in a book that you can use in your book (code) and don’t need to...Dec 1, 2025·2 min read
coding-noob.hashnode.devBeginning Python Learning: Day 0 ExperiencesToday is the first day of my learning the Python programming language. I am doing it by following a 10:53-hour-long video on YouTube. Link I am going to learn in public and will be posting about my learning on LinkedIn and X. Also, this is my first t...Nov 24, 2025·1 min read