A simple calculator
Accept two numbers, choose an operation and display a result.
Input · OperatorsGo from wondering how code works to writing your own Python scripts. Build a foundation in programming, practise solving problems and prepare for your first certification milestone.
# A small beginning. A useful skill.
goal = "Build something useful"
first_step = "Learn Python"
print(first_step)
print(goal)A program is a set of instructions. This course helps you turn an idea into steps a computer can follow, then write, test and improve those steps in Python.
Build practical coding habits and an understanding of software development that you can carry into further study.
Designed for aspiring programmers, students, graduates and professionals exploring technical skills. Team leaders and project managers can also use it to better understand software development.
Progress from how programs work to organising your own code.
Understand how programs run, how an interpreter differs from a compiler, and where Python fits.
Curriculum summary based on the official course syllabus .
Examples of what you could practise as your skills develop. These are illustrative project ideas, not confirmed assessed course projects.
Accept two numbers, choose an operation and display a result.
Input · OperatorsCheck answers, count a score and give feedback.
Conditions · LoopsGroup a few expenses and calculate category totals.
Dictionaries · FunctionsA Python Institute credential assessing fundamental Python knowledge, including data types, containers, control flow, functions and the runtime environment.
Python Essentials 1 supports exam preparation. Course completion and passing the certification exam are separate achievements.
For the currently listed PCEP-30-02 exam; a further 5 minutes is allocated for the NDA/tutorial. Check the current exam version before booking. Exam-voucher inclusion in the academy package is to be confirmed.
View official certification detailsWhen you’re ready, progress to modules, file processing and object-oriented programming, with PCAP preparation.