Linga Amandla Akho ePython
Linga i-Python yakho ku-syntax, umsebenzi nokuxhumeka, izakhiwo zedata, kanye nemiphumela kanye neindlela ye-object. Amabuzo angu-30, umphumela oyesikhashana ngolungiselelo, owamahhala futhi ayikho i-signup.
Yini i-Uhlahlandlela LwePython?
This is a scenario-based Python test: 30 short pieces of real code, each followed by a question about what actually happens when it runs. A function with a default argument that quietly remembers its last call. Two lists that look identical but are not the same object. A loop variable that a closure reads after the loop has already finished. You pick the answer that matches what Python actually does, not what looks like it should happen.
Funda KabanziBonisa Kancane
The 30 questions cover four areas — core syntax and types, functions/scope/closures, data structures and control flow, and errors/OOP and idioms. Those four are the places where reading Python and running Python quietly diverge, and where a job posting's Strong Python usually turns out to mean something specific once you are in the interview. You get a score in each area, so a weak spot shows up as a weak spot rather than as a lower total.
It takes about six minutes, there is no signup, and there is no code to write or execute — every question is read-and-predict, the same way a senior engineer reviews a pull request. Knowing the syntax and knowing what a specific piece of it does under specific conditions are different skills, and this measures the second one.