Python
I am here because I love to sharing my
knowledge.
2
Hello!
Roadmap
3
1 3 5
6
4
2
What is Python? First Program
Variables,
Literals, Data
Types
Download
Python
Rules for
Identifiers
And comments
Input in python
What is
Python?
Python is a programming
language that lets you work
quickly and integrate systems
more effectively.
4
Applications of python
1. Web Development
2. Game Development
3. Machine Learning
4. Mathematics
5. Education: Python is a superb language for teaching
programming, both at the introductory level and in more
advanced courses.
6. Desktop GUI
7. Software Development: Python is often used as a support
language for software developers, for build control and
management, testing, and in many other ways.
8. Operating System
9. Artificial Intelligence
10. Internet of Things (IoT)
5
Download
Python
6
https://www.python.org/downloads/
Where to use python online
▪ Ideone : https://ideone.com/
▪ GBD compiler:
https://www.onlinegdb.com/
▪ Google Colab:
https://colab.research.google.com/
And many more...
7
Hello World!
My first program in python
8
Input in python
Using input()
9
10
Exercise
1. Write a program to enter a number and print 5 times of
that number. (number *5).
2. Write a program to define a set of numbers in table of
19.
3. Write a program to input two numbers and print their
sum.
Solutions
11
Link for all Code
https://colab.research.google.com/driv
e/1yMTEr3tL7eYkYeiuXwgVNuxqc7MF
bMhA?usp=sharing
Extra Resources
● https://www.youtube.com/watch?v=73
DKe1W5KmU&t=9s
● https://www.youtube.com/watch?v=Er
J0DHZIHVk
● https://www.youtube.com/watch?v
=-KToCMl9XT0
● https://www.youtube.com/watch?v
=SF7IYpAab60&t=4s
Any questions?
14

python programming codes detailed slide.pptx

  • 1.
  • 2.
    I am herebecause I love to sharing my knowledge. 2 Hello!
  • 3.
    Roadmap 3 1 3 5 6 4 2 Whatis Python? First Program Variables, Literals, Data Types Download Python Rules for Identifiers And comments Input in python
  • 4.
    What is Python? Python isa programming language that lets you work quickly and integrate systems more effectively. 4
  • 5.
    Applications of python 1.Web Development 2. Game Development 3. Machine Learning 4. Mathematics 5. Education: Python is a superb language for teaching programming, both at the introductory level and in more advanced courses. 6. Desktop GUI 7. Software Development: Python is often used as a support language for software developers, for build control and management, testing, and in many other ways. 8. Operating System 9. Artificial Intelligence 10. Internet of Things (IoT) 5
  • 6.
  • 7.
    Where to usepython online ▪ Ideone : https://ideone.com/ ▪ GBD compiler: https://www.onlinegdb.com/ ▪ Google Colab: https://colab.research.google.com/ And many more... 7
  • 8.
    Hello World! My firstprogram in python 8
  • 9.
  • 10.
    10 Exercise 1. Write aprogram to enter a number and print 5 times of that number. (number *5). 2. Write a program to define a set of numbers in table of 19. 3. Write a program to input two numbers and print their sum.
  • 11.
  • 12.
    Link for allCode https://colab.research.google.com/driv e/1yMTEr3tL7eYkYeiuXwgVNuxqc7MF bMhA?usp=sharing
  • 13.
    Extra Resources ● https://www.youtube.com/watch?v=73 DKe1W5KmU&t=9s ●https://www.youtube.com/watch?v=Er J0DHZIHVk ● https://www.youtube.com/watch?v =-KToCMl9XT0 ● https://www.youtube.com/watch?v =SF7IYpAab60&t=4s
  • 14.