0% found this document useful (0 votes)
2 views

Python Programming 1

Uploaded by

back94013
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Python Programming 1

Uploaded by

back94013
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 13

Python Programming

You are about to become a Pythonista


Happy Pythoning
Dive into Python
What is Programming?
• It is not easy to define programming now because we need to first what a program is.
• It is all started from the problems that exist in our world
• Computer as a tool can be used to solve many of these problems
• But before you can use the computer to solve a problem, you need first solve the problem in a
pen and paper.
• First you have to break the problem into smaller problems and then device a step-by-step
procedure that solve each smaller problem, them combine these step-by-step procedures into a
single complete step-by-step procedure that solve the original problem
• The step-by-step procedure is referred to as the algorithm
• The algorithm is written (or noted) using different notations. It can be simply English
statements, flow charts, or pseudocode.
• Regardless of the notation that is used to describe the algorithm, the notation can not be
executed by the computer. The algorithm is needed to be written (noted, stated, converted or
translated) to a language that a computer can execute. The process to write the algorithm in a
language that the computer can understand and execute is referred to as the programming and
the translated algorithm is referred to as the program.
• Programming is a super rewarding, but complex skill to learn
Python is
• Popular
• Amazing
• Powerful
• Easy
• Great
• Fast
Before you learn how to program
• Since you will use a computer to program, you need first to
know what is a computer is, its components, how it work and
on what they work on.
• So, you need to know some basic concepts starting with data,
information, input, output, hardware components such input
devices, output devices, processing devices (such as CPU),
storage devices (such as main memory and secondary
storage), binary numbers, instructions , operating systems,
Windows, macOS, Linux, Terminal, command prompt. Web ,
internet
Why Python?
• The world’s most popular programming language. But Why?
• Versatile programming language.
• Web App Development
• Data Analysis
• Machine Learning
• Python Community and ecosystem
• Python Is a Full-Spectrum Language
• It can be used by beginners and professional
• It can be used for small and powerful apps
Why Python?
• Python Libraries
• Python Standard Library (having batteries included)
• Third-Party Libraries
• open-source
• Freeware
Why Python is popular?
• quality of libraries you will have available
• The number of job openings
• Variable
• Function
• Loop
• Method
• String
• Float
• Integer
Who Should take this course?
• Engineers
• Biologists
• Statisticians
Python Skills Supercharge your career
• Supercharge your career with python skills
• Fantastic career opportunities for any programmer who
masters it
• Automate tasks and solving problems through Python
programs
C vs. Python
Learning by Doing
• Be sure to actually type in the code snippets you encounter
in the training. Don’t copy and paste

You might also like