If you're curious to understand how the software that you are using every day has been created, or you are eager to write your own programs but don’t know where to start, this course is for you! The course contains the essential concepts that anyone who is new to coding should learn in order to start writing simple code. This course is designed with the beginner in mind and packed full of example code in Python. By the end of the course, you will also know more about object-oriented programming.
- Access 10 lectures & 12 hours of content 24/7
- Know the main components of a computing machine for storing digital information in binary
- Create variables, set their data types & use operators for complex calculations
- Control the flow of the program by writing conditional statements for recursion
- Construct programs using structures such as classes & instances