Python From a White Sheet
The exact sequence nine students have already walked, from a blank file to a program that asks questions, checks the answers and refuses bad input. No prior programming. No maths. You will break it repeatedly, on purpose.
- trending_upBeginner
- schedule5h 43m
- menu_book12টি পাঠ
- publicEnglish
- boltফ্রি পুল
ব্রিফিং
Most beginner courses show you working code and ask you to admire it. This one plants the bug and lets it fire. You will write one program across four modules. It starts as a single `print` line and finishes as something that asks a question, cleans up whatever the person typed, decides what to do with it, does arithmetic on it, rejects nonsense and loops until it is satisfied. Every failure you meet on the way is one a real student hit first: the trailing space, the capital letter, the missing colon, the result you forgot to store, the number that was secretly a piece of text. By the end you will not have memorised Python. You will be able to find out why something does not work, which is the actual job.
কোর্স রূপরেখা · 4টি মডিউল
lockঅ্যাক্সেসের সঙ্গে আনলক হয়- 01 First Contact3টি পাঠ·1h 13m
Nothing here is conceptual. You type, you run, you read what the computer says back. The only skill being trained in this module is reading an error message instead of panicking at it.
- 02 Functions and Decisions3টি পাঠ·1h 27m
Two rules arrive in this module and they hold for the rest of your life in Python. All definitions above, all calls at the bottom. And indentation is imaginary brackets — the computer decides what…
- 03 Cleaning What People Type3টি পাঠ·1h 8m
Dirty dishes go in the sink before the cupboard. Nothing a person typed goes into your logic until it has been through clean().
- 04 Numbers, Validation and Loops3টি পাঠ·1h 55m
Garbage in, garbage out. input() always hands you text, even when it looks like a number, and the program that trusts it is the program that crashes in front of someone.
প্রায়ই জিজ্ঞাসিত
- Python From a White Sheet-এ আমি কী শিখব?
- The exact sequence nine students have already walked, from a blank file to a program that asks questions, checks the answers and refuses bad input. No prior programming. No maths. You will break it repeatedly, on purpose.
- আমার কি পূর্ব অভিজ্ঞতা লাগবে?
- না — Python From a White Sheet মৌলিক বিষয় থেকে শুরু হয় এবং শিক্ষানবিশদের জন্য উপযুক্ত।
- Python From a White Sheet শেষ করতে কতক্ষণ লাগে?
- Python From a White Sheet-এ 4টি মডিউল ও 12টি পাঠ রয়েছে। আপনি নিজের গতিতে শেখেন।
- আমি কীভাবে অ্যাক্সেস পাব?
- Python From a White Sheet ফ্রি পুলের অংশ — একটি ফ্রি অ্যাকাউন্ট তৈরি করুন এবং এটি আপনার সংগ্রহে যোগ করুন।