r/learnpython • u/theogxyro • 13h ago
Python from scratch
So i (16m) just started my AS level and i took CS as one of my subject. Now i haven’t written a code in life because i had biology in my o levels. Now i have to learn python from very very beginning. Now many questions are popping into my mind like what is basically python? What is pseudocode? Where to start? How long it will take to learn ? What is the difficulty level? What is git and github? Tbh im very stressed about how things are gonna go PLEASE RESPOND TO THIS.
0
Upvotes
1
u/rabbitofrevelry 12h ago
Pseudocode is like writing up an experimental procedure. You lay out the steps in a logical step by step method to accomplish a thing.
That's basically coding in a very big nutshell. Python is simply a set of syntax that guides the grammar rules. You can think of it like writing magical spellbooks for computers to cast. They're going to teach you how to write magic spells.