Exclusive - Learn how to write programs in Python in this comprehensive and very hands-on 3-day course.Working within an engaging, hands-on learning environment, and guided by an expert instructor, this 3-day course is designed for students of any background looking to get started with Python programming, learn core Python programming concepts, and write effective Python code using the latest features and techniques. It's also suitable for existing programmers and developers with an interest in RPA/AI development, or data science related development with Python as the main scripting language. DAY 1: GETTING STARTED WITH PYTHON PROGRAMMING1- Python Variables and Data typesPython intro with a quick overview on the syntax, IDEsRecall how to declare/initialize variables of different data types in Python - Numeric, String, Bool, SequenceNaming Conventions & RulesFunctions and purpose of main()ArgumentsCommand line parametersWhite spacing basic rulesTypes as ObjectsType conversionMutable vs Immutable Objects2- Working with Strings in PythonString Literal - Escape SequencesFormatting String OutputPrinting and formatting