Computing in Python I: Fundamentals & Procedural Programming
The Computing in Python I: Fundamentals and Procedural Programming is a free online course offered by IBM conducted by the Edx. In this course you can learn the fundamentals of computing in Python, including variables, operators, and writing and debugging your own programs.
About this course
- This course starts from the beginning, covering the basics of how a computer interprets lines of code; how to write programs, evaluate their output, and revise the code itself; how to work with variables and their changing values; and how to use mathematical, boolean, and relational operators.
- By the end of this course, you'll be able to write small programs in Python that use variables, mathematical operators, and logical operators.
- For example, you could write programs that carry out complex mathematical operations, like calculating the interest rate necessary to reach a savings goal, recommending apparel options based on weather patterns, or calculating a grade based on multiple percentages.
What you'll learn
- How a computer processes programming code
- The write-run-debug cycle of writing code, running it, and revising it based on its output.
- Procedural programming, or how to write sequential lines of code.
- Variables, their types, and their role in complex programs.
- Mathematical operators for arithmetic operations, exponents, and more.
- Relational operators for evaluating relative values or set membership.
- Boolean operators for resolving complex logical statements.
Duration: 05 weeks
Timings: 9 – 10 hours per week
Self paced
https://www.edx.org/course/computing-in-python-i-fundamentals-and-procedural
Last Date