Python Development: Getting Started with Programming in Python

placeholder

Python is a beneficial language for use in a lot of development projects particularly Java/C++ development. In this course youll learn the basics of Python programming. Youll start by installing Python on your local machine and practice writing code using the Python shell. Next youll perform basic math and logical operations in Python. Youll create Python variables and see how you can assign and access values stored in these variables. Youll then use built-in functions which are part of the core Python programming language to perform simple calculations and operations. Finally youll explore strings in Python work creating strings using single double and triple quotes depending on the use case. Youll then briefly examine the use of complex data types such as lists tuples sets and dictionaries. When youre finished with this course youll be able to execute simple Python commands on Jupiter notebooks.