0% found this document useful (0 votes)
4 views3 pages

Python

The Python Course Outline spans 3 months and covers fundamental programming concepts and the Python language, including installation, syntax, data structures, control flow, and object-oriented programming. Participants will learn to create programs, use functions, and work with files, culminating in a certificate of completion. The course emphasizes Python's versatility and suitability as a first programming language.

Uploaded by

sheeszain2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views3 pages

Python

The Python Course Outline spans 3 months and covers fundamental programming concepts and the Python language, including installation, syntax, data structures, control flow, and object-oriented programming. Participants will learn to create programs, use functions, and work with files, culminating in a certificate of completion. The course emphasizes Python's versatility and suitability as a first programming language.

Uploaded by

sheeszain2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

python TM INFO

Python Course Outline


Duration: 3 months

Step-by-step guidance

Introduction to python and computer programing:


* The fundamentals of computer programming, how the computer works, how the program
is executed, how the programming language is defined and constructed.

* The difference between compilation and interpretation.


* What Python is, how it is positioned among other programming languages, and what
distinguishes the different versions of Python.

Why Learn Python?


* Python is a general-purpose, versatile and popular programming language. It's great as a
first language because it is concise and easy to read, and it is also a good language to have in any
programmer's stack as it can be used for everything from web development to software development
and data science applications Database Management System etc.

Take-Away Skills
* This course is a great introduction to both fundamental programming concepts and the
Python programming language.

Installing:
* Python in window systems, run the Python installation file * An environment variable
* IDLE(Integrated Development Environment) in windows, the python IDLE in install along
with python. * PyCharm install the PyCharm community version on window

1.Start:

* Get started with Python syntax and then create a program. * Data Types, Variables
* Primitive types, Characters & Strings, Boolean, Working with variables and its scope, Type
conversion and casting.

2.0perators and Expressions

* Introduction of operators, Arithmetic operators, Relational operators, Assignment operator


Logical operators,
Increment and decrement operators.

3.Control Flow

* Learn how to build control flow into your python code by including if, else, and elif
statements as well as try and except statements.

Pearson

VI-JEAuthorized academy vrnwareIT ACADEMY Red Hat CISCO AcademyNetworking C-)Alibaba ACADEMYCloud MicrosoftIT Academy FOUNDATIONLINUX compTlA
Test Center

(021) 35044999 +92 332 241 5471 +92 330 364 4999 [email protected] Owww.infotics.edu.pk
python TM INFO
4.Data Structure

* Learn about lists, tuple a data structure in Python used to store ordered groups of data.

5.Dictionary

* Learn all about the Python dictionary structure and how to create and use key-value pairs in
your code.

6.Loops

* Loops are structures that let you repeat Python code over and over. Learn how to read
loops and write them to solve your own problems.

7.Functions

* Learn about code reuse with Python functions. Apply that knowledge to create functions
for reusable structure.

8.0bject-Oriented Programming (OOP).

* Object-oriented programming (OOP) is a computer programming model that organizes


software design around data, or objects, rather than functions and logic. An object can be defined as
a data field that has unique attributes and behavior.

9.ModuIes

* Learn how modules work in the Python programming language.

10.Classes

* Learn about the differences between data types in Python and how to create your own
classes, objects, and interfaces.

11.Files

* Learn how to work with files. Investigate the properties of text.

12. A certificate

Earn a certificate of completion for course.

13.Next Step

You've completed to Learn Python 3x course! What's next?


Pearson
VI-JEAuthorized academy vrnwareIT ACADEMY Red Hat CISCO AcademyNetworking C-)Alibaba ACADEMYCloud MicrosoftIT Academy FOUNDATIONLINUX compTlA
Test Center

(021) 35044999 +92 332 241 5471 +92 330 364 4999 [email protected] Owww.infotics.edu.pk

You might also like