May 1, 2024
3 minute read
Conditional programming is a fundamental concept in computer programming that allows you to control the flow of execution based on certain conditions. It enables you to make decisions and perform different actions depending on whether a condition is true or false.
Why Learn Conditional Programming
There are several reasons why learning conditional programming is important:
e0lg7g|
Find a path to becoming a Conditional Programming. Learn more at:
OpenCourser.com/topic/e0lg7g/conditional
Reading list
We've selected 11 books
that we think will supplement your
learning. Use these to
develop background knowledge, enrich your coursework, and gain a
deeper understanding of the topics covered in
Conditional Programming.
This book, written by the creator of C++, provides a comprehensive treatment of conditional programming in C++, covering topics like the if statement, the switch statement, and the conditional operator.
Provides a thorough treatment of conditionals and control flow in Python, covering topics like the if statement, the while loop, and the for loop. Mertz Python Software Foundation Fellow.
Provides a concise and clear introduction to conditionals and flow control in JavaScript, covering topics like the if statement, the switch statement, and the ternary operator. Crockford is the creator of the JSON data format.
Provides practical guidance on writing effective conditional statements in JavaScript. Herman JavaScript expert and a member of the TC39 committee responsible for the ECMAScript standard.
Provides a practical introduction to conditional programming in R, covering topics like the if statement, the switch statement, and the ifelse() function. Wickham is the creator of the tidyverse, a collection of R packages for data science.
Provides a comprehensive overview of conditional programming in Swift, covering topics like the if statement, the switch statement, and the guard statement. Eidhof member of the Swift Core Team.
Provides a comprehensive introduction to conditional programming in Rust, covering topics like the if statement, the match statement, and the ? operator. Klabnik member of the Rust Core Team.
Provides a clear and concise introduction to conditional programming in Go, covering topics like the if statement, the switch statement, and the && and || operators. Kernighan is one of the creators of the C programming language.
Covers the basics of conditional programming in PHP, including if statements, switch statements, and ternary operators. Lockhart Zend Certified PHP Engineer and has authored several books on PHP.
Provides a comprehensive introduction to conditional programming in Java, covering the basics of conditional statements, branching, looping, and control flow. Sanders is the Project Lead of the Apache Harmony Project.
Good reference for Python programmers who want to learn more about conditional statements and looping constructs in Python. VanderPlas recipient of the NumFOCUS Lightspeed Award.
For more information about how these books relate to this course, visit:
OpenCourser.com/topic/e0lg7g/conditional