0% found this document useful (0 votes)
7 views12 pages

Python 101: A Beginner's Guide

Python 101 provides an overview of the Python programming language. It was first implemented in 1989 and saw its first major release in 1994. Python is a dynamic, interpreted, object-oriented programming language that is free, open-source, and embeddable. It has a huge library of functions and is easy to learn. The document covers Python language features, functions, classes, lists and tuples through code samples and provides additional learning resources.

Uploaded by

Devsa2006
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views12 pages

Python 101: A Beginner's Guide

Python 101 provides an overview of the Python programming language. It was first implemented in 1989 and saw its first major release in 1994. Python is a dynamic, interpreted, object-oriented programming language that is free, open-source, and embeddable. It has a huge library of functions and is easy to learn. The document covers Python language features, functions, classes, lists and tuples through code samples and provides additional learning resources.

Uploaded by

Devsa2006
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Python 101

Saif Al Harthi @SaifAlHarthi

Outline
History Language Functions Classes Lists and Tuples Resources

History
First Implemented in 1989 First Major release was in 1994 Made by Guido van Rossum Been used by Google since the companys early beginnings

Language features
Dynamic Language Interpreted Free and open Srouced OO Language Embeddable and Extensible HUGE!!!! Amounts of libraries Easy to learn

Functions
This a sample of a function

Can you Guess What it does?

Classes
Here is a Class Sample

Lists and Tuples


Tuples cannot be changed after initialization Lists are More Flexible (Add , remove , Search , extend and Pop) Lists are Used alot

Tuple Sample

Lists Sample

Resources
[Link] [Link]

Thank You

Q&A

You might also like