SlideShare a Scribd company logo
3-Week Python Internship
Program
Fundamentals, Intermediate
Concepts, and Final Project
Week 1: Python Fundamentals
• Day 1: Introduction to Python
• - History & Applications
• - Installation & Setup
• - First Program
• - Variables & Data Types
Week 1: Python Fundamentals
• Day 2: Basic Syntax & Control Structures
• - Comments, Indentation
• - Operators
• - if, elif, else
• - Loops
Week 1: Python Fundamentals
• Day 3: Functions and Modules
• - Defining Functions
• - Arguments
• - Scope
• - Importing Modules
Week 1: Python Fundamentals
• Day 4: Data Structures - Part 1
• - Lists & Tuples
• - Indexing, Slicing
• - Methods & Iteration
Week 1: Python Fundamentals
• Day 5: Data Structures - Part 2
• - Dictionaries
• - Sets
• - Nested Structures
• - Practice
Week 2: Intermediate Python +
OOP
• Day 6: String & File Handling
• - String Methods
• - Formatting
• - File I/O
Week 2: Intermediate Python +
OOP
• Day 7: Error Handling
• - try/except
• - finally, else
• - Common Exceptions
Week 2: Intermediate Python +
OOP
• Day 8: OOP Basics
• - Classes & Objects
• - Constructors
• - Variables
Week 2: Intermediate Python +
OOP
• Day 9: OOP Concepts
• - Inheritance
• - Polymorphism
• - Encapsulation
Week 2: Intermediate Python +
OOP
• Day 10: Project Start
• - Choose Project
• - Team Planning
• - Design Phase
Week 3: Advanced + Project Work
• Day 11: Libraries and Packages
• - math, datetime, os
• - pip & pipenv
• - Intro to NumPy/Pandas
Week 3: Advanced + Project Work
• Day 12: APIs and JSON
• - What is API?
• - requests Module
• - Parsing JSON
Week 3: Advanced + Project Work
• Day 13: Project Development
• - Implementation
• - Debugging
• - Reviews
Week 3: Advanced + Project Work
• Day 14: Completion & Report
• - Final Touches
• - Documentation
• - Presentation Prep
Week 3: Advanced + Project Work
• Day 15: Presentations & Feedback
• - Group Presentations
• - Code Review
• - Q&A

More Related Content

PPTX
Detailed_3-Week_Python_Internship_Plan.pptx
PPTX
PPTX
Best Python Online Training with Live Project by Expert
PDF
Object Oriented Programming in Swift Ch0 - Encapsulation
PDF
It's the way of the present - Why you should use plone.app.contenttypes
PPTX
Paython courses in pune ppt
PPTX
sample Python ntes Python_with_AI_Course_Curriculum.pptx
DOCX
Python Outline.docx
Detailed_3-Week_Python_Internship_Plan.pptx
Best Python Online Training with Live Project by Expert
Object Oriented Programming in Swift Ch0 - Encapsulation
It's the way of the present - Why you should use plone.app.contenttypes
Paython courses in pune ppt
sample Python ntes Python_with_AI_Course_Curriculum.pptx
Python Outline.docx

Similar to Basic Python Training for two or three.pptx (20)

PPTX
OpenStack Doc Overview for Boot Camp
PPTX
Consultas en MS SQL Server 2012
PDF
Presto as a Service - Tips for operation and monitoring
PDF
Coursera data science specialization
PPTX
Django web framework
PPT
python training | python course | python online training
PDF
Python For Data Analysis Unlocking Insightsguide Brian P
ODP
ckan 2.0 Introduction (20140522 updated)
PPT
Lucene BootCamp
PPTX
Python certification training
PDF
Lecture 3 - Exploratory Data Analytics (EDA), a lecture in subject module Sta...
DOC
INFORMATICA ONLINE TRAINER
DOC
Informatica
DOC
Slideshare
DOC
INFORMATICA ONLINE TRAINING @ Qotraining
DOC
Slideshare
DOC
Informatica
DOC
INFORMATICA ONLINE TRAINING
DOC
Informatica
DOC
Informatica
OpenStack Doc Overview for Boot Camp
Consultas en MS SQL Server 2012
Presto as a Service - Tips for operation and monitoring
Coursera data science specialization
Django web framework
python training | python course | python online training
Python For Data Analysis Unlocking Insightsguide Brian P
ckan 2.0 Introduction (20140522 updated)
Lucene BootCamp
Python certification training
Lecture 3 - Exploratory Data Analytics (EDA), a lecture in subject module Sta...
INFORMATICA ONLINE TRAINER
Informatica
Slideshare
INFORMATICA ONLINE TRAINING @ Qotraining
Slideshare
Informatica
INFORMATICA ONLINE TRAINING
Informatica
Informatica
Ad

Recently uploaded (20)

PDF
NewMind AI Monthly Chronicles - July 2025
PDF
KodekX | Application Modernization Development
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Encapsulation theory and applications.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
cuic standard and advanced reporting.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Empathic Computing: Creating Shared Understanding
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Chapter 3 Spatial Domain Image Processing.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
NewMind AI Monthly Chronicles - July 2025
KodekX | Application Modernization Development
Diabetes mellitus diagnosis method based random forest with bat algorithm
Encapsulation theory and applications.pdf
Machine learning based COVID-19 study performance prediction
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
cuic standard and advanced reporting.pdf
MYSQL Presentation for SQL database connectivity
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Spectral efficient network and resource selection model in 5G networks
Understanding_Digital_Forensics_Presentation.pptx
Review of recent advances in non-invasive hemoglobin estimation
The Rise and Fall of 3GPP – Time for a Sabbatical?
Network Security Unit 5.pdf for BCA BBA.
Empathic Computing: Creating Shared Understanding
Encapsulation_ Review paper, used for researhc scholars
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Chapter 3 Spatial Domain Image Processing.pdf
The AUB Centre for AI in Media Proposal.docx
Ad

Basic Python Training for two or three.pptx

  • 1. 3-Week Python Internship Program Fundamentals, Intermediate Concepts, and Final Project
  • 2. Week 1: Python Fundamentals • Day 1: Introduction to Python • - History & Applications • - Installation & Setup • - First Program • - Variables & Data Types
  • 3. Week 1: Python Fundamentals • Day 2: Basic Syntax & Control Structures • - Comments, Indentation • - Operators • - if, elif, else • - Loops
  • 4. Week 1: Python Fundamentals • Day 3: Functions and Modules • - Defining Functions • - Arguments • - Scope • - Importing Modules
  • 5. Week 1: Python Fundamentals • Day 4: Data Structures - Part 1 • - Lists & Tuples • - Indexing, Slicing • - Methods & Iteration
  • 6. Week 1: Python Fundamentals • Day 5: Data Structures - Part 2 • - Dictionaries • - Sets • - Nested Structures • - Practice
  • 7. Week 2: Intermediate Python + OOP • Day 6: String & File Handling • - String Methods • - Formatting • - File I/O
  • 8. Week 2: Intermediate Python + OOP • Day 7: Error Handling • - try/except • - finally, else • - Common Exceptions
  • 9. Week 2: Intermediate Python + OOP • Day 8: OOP Basics • - Classes & Objects • - Constructors • - Variables
  • 10. Week 2: Intermediate Python + OOP • Day 9: OOP Concepts • - Inheritance • - Polymorphism • - Encapsulation
  • 11. Week 2: Intermediate Python + OOP • Day 10: Project Start • - Choose Project • - Team Planning • - Design Phase
  • 12. Week 3: Advanced + Project Work • Day 11: Libraries and Packages • - math, datetime, os • - pip & pipenv • - Intro to NumPy/Pandas
  • 13. Week 3: Advanced + Project Work • Day 12: APIs and JSON • - What is API? • - requests Module • - Parsing JSON
  • 14. Week 3: Advanced + Project Work • Day 13: Project Development • - Implementation • - Debugging • - Reviews
  • 15. Week 3: Advanced + Project Work • Day 14: Completion & Report • - Final Touches • - Documentation • - Presentation Prep
  • 16. Week 3: Advanced + Project Work • Day 15: Presentations & Feedback • - Group Presentations • - Code Review • - Q&A