This course provides a solid foundation for programming in any language, using Python to explore core concepts and structures of programming languages. It covers basic statements and expressions, working with different types of data, and troubleshooting errors. The course also compares how code is written in several languages and provides guidance on choosing a programming language. It's an ideal starting point for anyone looking to embark on their coding journey.
This course provides a solid foundation for programming in any language, using Python to explore core concepts and structures of programming languages. It covers basic statements and expressions, working with different types of data, and troubleshooting errors. The course also compares how code is written in several languages and provides guidance on choosing a programming language. It's an ideal starting point for anyone looking to embark on their coding journey.
Learning Objectives
Understanding the fundamentals of programming
Identifying what programming and a programming language is
Writing and running source code
Using an Integrated Development Environment (IDE)
Recognizing the benefits of Python
Installing Python and Visual Studio Code on different operating systems
Running Python on the command line and in an IDE
Working with basic statements, expressions, and troubleshooting issues
Introducing variables and data types
Working with numbers, strings, whitespace, and comments
Making decisions in code and exploring conditional code
Creating, calling, and setting parameters for functions