Python 1
Python 1
Module 1 Introduction
1.1 Objectives
Programming knowledge become more important in the business world. Even if you are not working
as a programmer, basic coding skills can help you a lot in your study and career.
This video aims at providing basic coding skills in Python for people without any
programming background.
Throughout these 18 modules, we will learn basic coding, data management, and finally
data analytics to help decision making.
1.4 Installation
You can run Python in both a software and a cloud environment.
1. Anaconda - Jupyter
2. Colab (Recommended)
Anaconda is a distribution of the Python programming languages, so you can run Python scripts by
using Anaconda.
1. The platform has a wide range of data science packages.
2. The environment is user-friendly.
3. It provides tools for users to collect data from other sources.
3. Click “I agree”.
Instruction
1. Search “Colab” from the web.
Go to “Welcome to Colaboratory – Google
Research”
1.5 Exercises
Please try the following codes on Jupyter notebook and Colab to see what the output would be:
1. print(“Hello”)
2. 32+53
4. 26*18
5. print(“H\ne\nl\nl\no”)
End of Module 1