
In this section, you will learn how to install Anaconda and setup the environment.
Navigate the Spyder environment from the Anaconda Navigator suite, use the console for quick tests, and run code with F9 for a line and F5 for the full program.
You will be able to perform basic mathematical calculations in python after finishing up this lesson.
Learn how casting in Python converts numbers to strings or floats, converting integers to floats, removing decimals, and why phone numbers are stored as strings in databases.
Explore how variables capture data in Python, including declaring and typing automatically, casting between integers, strings, floats, and complex numbers, and Python's case sensitivity.
Explore conditions in Python using if and else to control program flow, including indentation, pass statements, and nested checks, with and/or logic and one-line conditionals.
Build your first Python program by inputting a loan amount, casting to integer, and calculating the monthly payment plan to show years and months to pay off.
Learn to perform a Yelp API call by creating an API key, exploring Yelp Fusion, and using Python to fetch and print business data with location filters.
Access API data by converting responses to JSON, navigate dictionaries and lists, and extract restaurant details like name, rating, review_count, is_close, and phone for later analysis.
Store API data by clearing variables, building a list of business dictionaries, and converting to a pandas data frame, with aliasing and exploring rating and review count.
Wanting to learn about Python, or programming in general? You have come to the right place!
Python is the most popular programming language. Part of the appeal is because how easy it is to carry out development in Python, and the large community support. It's no wonder that this a language with a significant demand, and average annual salary being $100,000.
It's a language used by many companies, such as Facebook, NASA, Amazon, Instagram, and many others. It is used in wide applications, across different business sectors, such as web development, programming, machine learning/AI, and data science.
This course will teach you the basics around computer programming. You will also learn how to code in Python using Spyder IDE. There are also quizzes to be taken to test your knowledge.
No prior knowledge in computer programming is required. Towards the end of the course, we will also learn how programmers automate their workload by using Windows Task Schedular. We will create a program and it will automatically run at its designated time.
Following topics will be covered:
Installing Anaconda and Python
Using Spyder IDE
Numbers
Strings
Variables
Casting
Conditions
Loops
Error handling
Working with APIs
Data frames
Writing to files
Using Windows Task Schedular