
Introduction to the Course and Style of Learning:
This course will help you understand tenants of coding and prepare you for the exciting journey toward becoming Python Coder.
You will be required to think of ways to break the code!
You will be challenged to think what is the other way to do the same thing and why did Python developer decided a particular way!
We will learn all major python concept but most importantly learn import and use of print command to learn python!
Python is a language for non programmers
Skips a lot of things you need to know or ideas to make code simple and execute faster
Aimed so that you can write a dirty code very quickly
Compared to other programming language it is loosely typed
Probably the language to do anything you can imagine: Web development, Analytics, Machine Learning, Web scraping, Blockchain
To understand basic pillar of programming, Python is the best language to start with
Python removed a lot of pedantic styles in coding and tries to make a guess of what you want.
The boundaries of code is indentation and not curly brackets
Made for non programmers to write code without getting into complexity
Compared to Java it is 1/4 the code but 4 times slow
The soul of the language is to interpret what you wrote and run it rather than being too strict about the coding rules
Python is a very popular programming language used by companies like Google, Facebook, Amazon, Microsoft, etc. Python is used for all variety of things like building websites using Django Python, web scraping, data analysis, machine learning, and natural language processing using Python. Python allows you to code fast, building complex applications with minimum lines of code and use existing libraries and use cloud infrastructure resulting true use of Infra on Cloud and code that is 5 times less than Java and 10 times less than C++ / C#. Python 101 Beginners Coding Boot-camp Class for Analytics. Python Programming for Beginners Course: Python 101 Intro to Python. Python 101 Bootcamp is build up based on the Python classes for Analytics taken in NYC, New York by Shivgan Joshi. Having taught at various bootcamps in NYC and gathering feedback from students this course addresses all the major topics you need to get started for Python Anlytics if you have never programmed.
Create Azure Notebook Account
Downloading Python Anaconda to your laptop
Intro to common terminology for running Python (AWS, Jupyter, Azure Notebook)
Hello World Practice, Variables, data types, functions, loops
Print Hello World Azure Notebooks & Anaconda Book and Content Functions (Arguments and Return) Loops (For While) If else List/Dictionary Nested Loops with if else
Over 100 code snippets to learn the same concept from different angle and poses