Introduction
to
Python
Programmi
ng
by
Dr. Dubacharla Gyaneshwar
Department of Computer Science and Engineering
Indian Institute of Information Technology Raichur (IIIT-R)
AICTE-QIP-PG Certification Program 2024
Contents
•Why programming?
•What is Python?
•What are the real-world use cases?
•List of tools
•Getting started with Python programming
•Q&A session
Why programming?
Problem
•It is a set of coded instructions
•It helps solve complex problems efficiently
•It offers deterministic solutions
•It automates repetitive tasks accurately
Step 1
Step 2
Step n
Algorithm Flowchart
…….
Solution
Programming
What is Python?
•It is high-level, open-source programming language
with a large library and ecosystem.
•It is widely used in data science and artificial
intelligence.
•It has strong community support and extensive
documentation.
What are the real-world use cases?
List of
tools
Getting started with Python
programming
•Download and install Python using distributions or
package manger or IDEs
•Popular IDEs for Python are Visual Studio Code,
Jupyter Notebook, PyCharm, etc.
•Other popular tools are Anaconda distribution with
Spyder editor and Google Colab.
•Then install various python packages to start
programming.
Q&A
session
?
Thank
you!

More Related Content

PDF
Introduction to Python Programming 1st Edition S
PPTX
Mastering Python Programming: From Basics to Advanced Techniques
PDF
python training intitute in pitampura.pdf
PPT
👉Python Programming Course – Complete Overview 3.ppt
PPTX
Lecture 1.pptx
PPTX
Python programming ppt.pptx
PPTX
pdsa new ppt for subject marking and pyt
PDF
Mastering the Interview: 50 Common Interview Questions Demystified
Introduction to Python Programming 1st Edition S
Mastering Python Programming: From Basics to Advanced Techniques
python training intitute in pitampura.pdf
👉Python Programming Course – Complete Overview 3.ppt
Lecture 1.pptx
Python programming ppt.pptx
pdsa new ppt for subject marking and pyt
Mastering the Interview: 50 Common Interview Questions Demystified

Similar to python programming for basic level students (20)

PPTX
The-Power-of-Python-Programming.pptx
PPTX
Basic Python Introduction Lecture 1.pptx
PPTX
Introduction to Python Basics Programming
PDF
one of the best python training in kochi is zoople technologies
PPTX
1 - Python Programming Introduction.pptx
PPTX
PYTHON UNIT 1
PPTX
_python Raunak.pptx
PDF
THE ULTIMATE GUIDE ON PYTHON
PDF
Programming in Civil Engineering_UNIT 1_NOTES
PDF
Introduction-To-Python- a guide to master
 
PPTX
We19 Learn Python! Why and How
DOCX
ONLINE ACCESSThank you for purchasing a new copy of In.docx
PPTX
INTRODUCTION TO PYTHON (a beginner's guide).pptx
DOCX
Python for Beginners.docx
PDF
Why Python Should Be Your First Programming Language
PPTX
python programming unit 1 wala ppt .pptx
PPTX
Chapter 2: Basics of programming pyton programming
PPTX
How to start Python? - lesson 1
PPTX
Introduction of Python, Software Training Institute
PDF
From Basics to Advanced: A Comprehensive Python Programming Guide
The-Power-of-Python-Programming.pptx
Basic Python Introduction Lecture 1.pptx
Introduction to Python Basics Programming
one of the best python training in kochi is zoople technologies
1 - Python Programming Introduction.pptx
PYTHON UNIT 1
_python Raunak.pptx
THE ULTIMATE GUIDE ON PYTHON
Programming in Civil Engineering_UNIT 1_NOTES
Introduction-To-Python- a guide to master
 
We19 Learn Python! Why and How
ONLINE ACCESSThank you for purchasing a new copy of In.docx
INTRODUCTION TO PYTHON (a beginner's guide).pptx
Python for Beginners.docx
Why Python Should Be Your First Programming Language
python programming unit 1 wala ppt .pptx
Chapter 2: Basics of programming pyton programming
How to start Python? - lesson 1
Introduction of Python, Software Training Institute
From Basics to Advanced: A Comprehensive Python Programming Guide
Ad

Recently uploaded (20)

PDF
August 2025 - Top 10 Read Articles in Network Security & Its Applications
PPTX
AUTOMOTIVE ENGINE MANAGEMENT (MECHATRONICS).pptx
PPTX
CN_Unite_1 AI&DS ENGGERING SPPU PUNE UNIVERSITY
PPTX
Module 8- Technological and Communication Skills.pptx
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PDF
LOW POWER CLASS AB SI POWER AMPLIFIER FOR WIRELESS MEDICAL SENSOR NETWORK
PPTX
Petroleum Refining & Petrochemicals.pptx
PDF
Design of Material Handling Equipment Lecture Note
PPT
Chapter 1 - Introduction to Manufacturing Technology_2.ppt
PDF
Cryptography and Network Security-Module-I.pdf
PPTX
Chemical Technological Processes, Feasibility Study and Chemical Process Indu...
PPTX
Management Information system : MIS-e-Business Systems.pptx
PDF
Introduction to Power System StabilityPS
PPTX
"Array and Linked List in Data Structures with Types, Operations, Implementat...
PDF
Java Basics-Introduction and program control
PPTX
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
PPTX
Principal presentation for NAAC (1).pptx
PPTX
Sorting and Hashing in Data Structures with Algorithms, Techniques, Implement...
PDF
Prof. Dr. KAYIHURA A. SILAS MUNYANEZA, PhD..pdf
PDF
Computer System Architecture 3rd Edition-M Morris Mano.pdf
August 2025 - Top 10 Read Articles in Network Security & Its Applications
AUTOMOTIVE ENGINE MANAGEMENT (MECHATRONICS).pptx
CN_Unite_1 AI&DS ENGGERING SPPU PUNE UNIVERSITY
Module 8- Technological and Communication Skills.pptx
Exploratory_Data_Analysis_Fundamentals.pdf
LOW POWER CLASS AB SI POWER AMPLIFIER FOR WIRELESS MEDICAL SENSOR NETWORK
Petroleum Refining & Petrochemicals.pptx
Design of Material Handling Equipment Lecture Note
Chapter 1 - Introduction to Manufacturing Technology_2.ppt
Cryptography and Network Security-Module-I.pdf
Chemical Technological Processes, Feasibility Study and Chemical Process Indu...
Management Information system : MIS-e-Business Systems.pptx
Introduction to Power System StabilityPS
"Array and Linked List in Data Structures with Types, Operations, Implementat...
Java Basics-Introduction and program control
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
Principal presentation for NAAC (1).pptx
Sorting and Hashing in Data Structures with Algorithms, Techniques, Implement...
Prof. Dr. KAYIHURA A. SILAS MUNYANEZA, PhD..pdf
Computer System Architecture 3rd Edition-M Morris Mano.pdf
Ad

python programming for basic level students

  • 1. Introduction to Python Programmi ng by Dr. Dubacharla Gyaneshwar Department of Computer Science and Engineering Indian Institute of Information Technology Raichur (IIIT-R) AICTE-QIP-PG Certification Program 2024
  • 2. Contents •Why programming? •What is Python? •What are the real-world use cases? •List of tools •Getting started with Python programming •Q&A session
  • 3. Why programming? Problem •It is a set of coded instructions •It helps solve complex problems efficiently •It offers deterministic solutions •It automates repetitive tasks accurately Step 1 Step 2 Step n Algorithm Flowchart ……. Solution Programming
  • 4. What is Python? •It is high-level, open-source programming language with a large library and ecosystem. •It is widely used in data science and artificial intelligence. •It has strong community support and extensive documentation.
  • 5. What are the real-world use cases?
  • 7. Getting started with Python programming •Download and install Python using distributions or package manger or IDEs •Popular IDEs for Python are Visual Studio Code, Jupyter Notebook, PyCharm, etc. •Other popular tools are Anaconda distribution with Spyder editor and Google Colab. •Then install various python packages to start programming.