SlideShare a Scribd company logo
Hello, Python
Presented by
Romar Mayer Micabalo
DevOps SysAdmin, Innovuze Solutions, Inc.
@hardwyrd (Twitter)
http://blog.rmr.micabalo.xyz
Have you programmed code before?
If yes, what was the purpose?
If no, would you wanna know how to program some code
ASAP?
Before we start
Python, the language
Multi-purpose language introduced by Guido Van
Rossum in the late 1980s.
First version published publicly is 0.9.0 in 1991.
As of this presentation, versions 2.7.11 and 3.5.1
are the current releases.
Why take up Python ?
● simple for beginners
● powerful for professionals
● clean, elegant and easy to understand code
● whitespace enforcement
● lots of community-contributed modules and
libraries
● code will run on Windows, Linux, Unix, Mac OS
X with little to no modifications
● huge, supportive, and friendly communities
worldwide
Source: TIOBE Index January 2016 http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
Hello, Python
Source: http://r4stats.com/2014/02/25/job-trends-improved/
Source: https://www.wantedanalytics.com/analysis/posts/is-python-the-must-have-programming-language
Source: http://cacm.acm.org/blogs/blog-cacm/176450-python-is-now-the-most-popular-introductory-teaching-language-
at-top-us-universities/fulltext
Source: http://www.payscale.com/research/PH/Skill=Python/Salary
What can I do with Python?
● Web and Internet Development
● Database Access
● Desktop GUIs
● Scientific & Numerical crunching
● Education
● Network Programming
● Software & Game Development
Where do I start ?
Learn to code with Python from these sites:
https://www.pythonanywhere.com/try-ipython/
http://www.codecademy.com/
https://www.udacity.com/
https://code.org/
http://exercism.io/
Where do I start?
Python is bundled in Linux and OS X.
Linux can be downloaded online for FREE.
Choose between Fedora, Debian, Ubuntu and
many others.
How do I start?
● create your own Github account
● download or read e-books online for free
● enroll in online classes for Python
● join Python groups
●
● and … just code in Python!
import random
with open('attendees.txt', 'r+') as f:
itgx = f.read().split('n')
winner = random.choice(itgx)
print('{}'.format(winner))
itgx.remove(winner)
f.write('n'.join(itgx))
Went Python for its
Introduction to Programming subject starting 2nd
Semester 2014
The Philippines has its own Python super-group
Python Philippines (PythonPH)
http://www.python.ph
PythonPH holds an annual event called
PyConPH.
PyConPH 2016 happens at the University of the
Philippines Cebu campus on February 27 – 28,
2016.
http://pycon.python.ph
Cagayan de Oro's own local Python group is
PyTsada
https://www.facebook.com/groups/itgpytsada/
QUESTIONS ?
Presented for DevCon CDO at
Alubijid National Comprehensive High School
(ANCHS)
Alubijid, Misamis Oriental
Philippines
January 30, 2016

More Related Content

PDF
Python - basics
PDF
Free & Open Source Software
PPT
Python in telecommunications (in 7 minutes)
PDF
[SCTI 2011] - (Des)protegendo mídias USB
PDF
Software Heritage: let's build together the universal archive of our software...
PDF
Using latest LibreOffice on openSUSE Leap 15 - by modern packaging systems
PDF
LibreOffice: The Office Suite with Mixing Bowl Culture
Python - basics
Free & Open Source Software
Python in telecommunications (in 7 minutes)
[SCTI 2011] - (Des)protegendo mídias USB
Software Heritage: let's build together the universal archive of our software...
Using latest LibreOffice on openSUSE Leap 15 - by modern packaging systems
LibreOffice: The Office Suite with Mixing Bowl Culture

Viewers also liked (11)

PDF
Cirriculum Vitate - Pimpisa P.
DOC
ProfBizExpert_Pimpisa_20160525
PDF
Hilfe braucht Partner Broschüre
DOCX
Historia de la Calidad
PPTX
Conversion Rate Optimisation - A fundamental part of your digital marketing s...
DOCX
PPTX
Let's debate
PDF
CURRICULUM VITAE World Bank Format V3
PPTX
Recursos TIC y en el aula. Educación Infantil
DOC
Proyecto lectoescritura
PPTX
Gathering Intel from the Dark Web to Identify and Prioritize Critical Risks
Cirriculum Vitate - Pimpisa P.
ProfBizExpert_Pimpisa_20160525
Hilfe braucht Partner Broschüre
Historia de la Calidad
Conversion Rate Optimisation - A fundamental part of your digital marketing s...
Let's debate
CURRICULUM VITAE World Bank Format V3
Recursos TIC y en el aula. Educación Infantil
Proyecto lectoescritura
Gathering Intel from the Dark Web to Identify and Prioritize Critical Risks
Ad

Similar to Hello, Python (20)

PPTX
Phython Programming Language
PPTX
Python Prgramming basics for Beginnerss for User friendly interface
PPTX
An Introduction To Python - Python, Print()
PPTX
Chapter 2: Basics of programming pyton programming
PDF
Introduction-To-Python- a guide to master
PDF
Mastering the Interview: 50 Common Interview Questions Demystified
PDF
05 python.pdf
PDF
The Python for beginners. This is an advance computer language.
PPTX
Welcome to Python Programming.pptx
PPTX
4_Introduction to Python Programming.pptx
PPTX
Introduction to python.pptx
PDF
Introduction to python 3
PDF
Learn to Code with MIT App Inventor ( PDFDrive ).pdf
PPTX
Python introduction towards data science
PPTX
Lacture 1- Programming using python.pptx
PDF
intro.pptx (1).pdf
PDF
01. Introduction to Python.pdf yessir sirski
PDF
Lecture01 - Fundamental Programming with Python Language
PPTX
MODULE 1.pptx
PDF
PPE-Module-1.1 PPE-Module-1.1 PPE-Module-1.1.pdf
Phython Programming Language
Python Prgramming basics for Beginnerss for User friendly interface
An Introduction To Python - Python, Print()
Chapter 2: Basics of programming pyton programming
Introduction-To-Python- a guide to master
Mastering the Interview: 50 Common Interview Questions Demystified
05 python.pdf
The Python for beginners. This is an advance computer language.
Welcome to Python Programming.pptx
4_Introduction to Python Programming.pptx
Introduction to python.pptx
Introduction to python 3
Learn to Code with MIT App Inventor ( PDFDrive ).pdf
Python introduction towards data science
Lacture 1- Programming using python.pptx
intro.pptx (1).pdf
01. Introduction to Python.pdf yessir sirski
Lecture01 - Fundamental Programming with Python Language
MODULE 1.pptx
PPE-Module-1.1 PPE-Module-1.1 PPE-Module-1.1.pdf
Ad

Recently uploaded (20)

PDF
madgavkar20181017ppt McKinsey Presentation.pdf
PDF
Why Endpoint Security Is Critical in a Remote Work Era?
PPTX
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
PDF
Dell Pro 14 Plus: Be better prepared for what’s coming
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
agentic-ai-and-the-future-of-autonomous-systems.pdf
PDF
CIFDAQ's Market Wrap: Ethereum Leads, Bitcoin Lags, Institutions Shift
PDF
Smarter Business Operations Powered by IoT Remote Monitoring
PDF
Software Development Methodologies in 2025
PDF
Chapter 2 Digital Image Fundamentals.pdf
PDF
This slide provides an overview Technology
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
PDF
DevOps & Developer Experience Summer BBQ
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
PDF
Enable Enterprise-Ready Security on IBM i Systems.pdf
PPTX
Telecom Fraud Prevention Guide | Hyperlink InfoSystem
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
PDF
Top Generative AI Tools for Patent Drafting in 2025.pdf
madgavkar20181017ppt McKinsey Presentation.pdf
Why Endpoint Security Is Critical in a Remote Work Era?
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Dell Pro 14 Plus: Be better prepared for what’s coming
NewMind AI Monthly Chronicles - July 2025
agentic-ai-and-the-future-of-autonomous-systems.pdf
CIFDAQ's Market Wrap: Ethereum Leads, Bitcoin Lags, Institutions Shift
Smarter Business Operations Powered by IoT Remote Monitoring
Software Development Methodologies in 2025
Chapter 2 Digital Image Fundamentals.pdf
This slide provides an overview Technology
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
DevOps & Developer Experience Summer BBQ
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
Enable Enterprise-Ready Security on IBM i Systems.pdf
Telecom Fraud Prevention Guide | Hyperlink InfoSystem
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
Top Generative AI Tools for Patent Drafting in 2025.pdf

Hello, Python