Python is a widely used general-purpose, high-level programming language.general-purposehigh-level programming language Python is developed under an OSI-approved.

Slides:



Advertisements
Similar presentations
Fabian Lema *I’m not set on the title of the project W1 Remote Monitoring of Android Devices* University Of Queensland, Australia.
Advertisements

COEN 445 Communication Networks and Protocols Lab 4
Programming Introduction November 9 Unit 7. What is Programming? Besides being a huge industry? Programming is the process used to write computer programs.
Copyright © 2014 Dr. James D. Palmer; This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
ECLIPSE IDE N AME : A SHOK P ADMARAJU C OURSE : T OPICS ON S OFTWARE E NGINEERING I NSTRUCTOR : D R. S ERGIU D ASCALU.
Android Club Joe Richard. Welcome Rakhimov Gayrat – JOE Global Solutions (BI, CBU, MedApp) WIUT Sunet Technology (QMS, WM) Ice breaking.
Do Now Noticing skills What does input do?. Annotate your code to explain what happens name = input( “What is your name?\n” ) print(“Hello ”, name) Extension-Python.
Open Source: It's Already Here Dave Cross Magnum Solutions Ltd
Introduction to Git and GitHub
(1) WattDepot: A software ecosystem for energy data collection, storage, analysis, and visualization Robert S. Brewer, Philip M. Johnson Collaborative.
Software Essentials ICT 1 & 2. What is software?  software is the set of instructions stored inside a computer  These instructions tell the computer.
WARNING These slides are not optimized for printing or exam preparation. These are for lecture delivery only. These slides are made for PowerPoint 2010.
Open Source Software Bangladesh University of Business and Technology Nizar Saadi Dahir M.Sc. Computer Engineering Computer Center- Kufa University
Presented By: Muhammad Tariq Software Engineer Android Training course.
13-1 Application Architecture Application architecture – a specification of the technologies to be used to implement information systems. The blueprint.
Computer Software Chapter 4 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
BUILDING JAVA PROGRAMS CHAPTER 7 Arrays. Exam #2: Chapters 1-6 Thursday Dec. 4th.
Vocabulary Software Terms Computer Science – Spring /20/2015Terms from
Lesson 6. Python 3.3 Objectives. In this lesson students will learn how to output data to the screen and request input from the user. Students will also.
1 Java applications reverse engineering Antoni Bertel AUGUST 4, 2015.
WEEK INTRODUCTION CSC426 SOFTWARE ENGINEERING.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Python programming 1: Introduction.
Python module distribution. Modules in Python Modules are everywhere.
COP2800 – Computer Programming Using JAVA University of Florida Department of CISE Spring 2013 Lecture 11 – How to Get Started on Assignment #2 Webpage:
Imagine Creating Software Without a Single Line of Code!
I NFRASTRUCTURE – C OMPUTER S OFTWARE G ERHARD S TEINKE Application Software Systems Software - Operating Systems Programming Languages Software Trends.
Software Essentials ICT 1 & 2. What is software?  software is the set of instructions stored inside a computer  These instructions tell the computer.
Software Development Introduction
Mastering SNMP Notes 25/12/2010. Simple Network Management Protocol (SNMP) is an application-layer protocol that provides a message format for communication.
INFSO-RI JRA2 Test Management Tools Eva Takacs (4D SOFT) ETICS 2 Final Review Brussels - 11 May 2010.
PYTHON FUNCTIONS. What you should already know Example: f(x) = 2 * x f(3) = 6 f(3)  using f() 3 is the x input parameter 6 is the output of f(3)
 Google Apps is the most visible example of cloud computing,  Instead of hosting apps and data on an individual desktop computer, everything is hosted.
Introduction to Python Developed by Dutch programmer Guido van Rossum Named after Monty Python Open source development project Simple, readable language.
Welcome to Open Source Technology An Overview of Software By Afroz Hippargi, CIT, YASHADA, Pune.
Information and Communication Technology Lecture 6 Reference: Chapter 5.
Input, Output and Variables GCSE Computer Science – Python.
2014 CS Mobile Computing (iOS) Dr. William C. Bulko CS 378 – Mobile Computing (iOS) Introduction.
Python Data Analytics & Visualization
Development Environment
LINUX History In 1984 a project was launched by Richard Stallman to develop a complete Unix-like operating system that would be considered free software.
Belgian Cloud Results.
Python: Experiencing IDLE, writing simple programs
Input and Output Upsorn Praphamontripong CS 1110
MARKETING PROCESS.
Infrastructure – Computer Software Gerhard Steinke
Presented By: Parvathy P P AM.EN.P2ELT14011
A Canonical Production January 2013
Core WG Meeting November 16th, 2017.
script/
SIMPLE. SECURE. RELIABLE MESSAGING APP SIMILAR TO WHATSAPP (LIVE CHAT).
Android Mobile apps development services company in India
Ucsmsdk v UCS Python SDK.
With IvSign, Office 365 Users Can Digitally Sign Word Documents in the Cloud from Any Device Without Having to Install Any Digital Certificates OFFICE.
G7 programing language Teacher / Shamsa Hassan Alhassouni.
شاخصهای عملکردی بیمارستان
Week 1 Computer Programming Year 9 – Unit 9.04
Introduction to Programming with Python
فرق بین خوب وعالی فقط اندکی تلاش بیشتر است
Open Source Software Development Processes
Top Reasons to Choose Android Today. Over the years the Android OS has progressed largely by acquiring major percent of global market share. A number.
Top Reasons to Choose Android Today. Over the years the Android OS has progressed largely by acquiring major percent of global market share. A number.
Section 1 Introduction To Programming
ENIAC – the first computer
COMPUTER PROGRAMMING SKILLS
Python Functions.
Starter Which of these inventions is: Used most by people in Britain
GCSE Computing.
Chit Fund Software, Online Chit Fund Software, Android Chit Fund Software,Chit Fund Management Software,Chit Fund Online Software,Chit Fund Accounting Software.
Microsoft 365 Business Technical Fundamentals Series
Presentation transcript:

Python is a widely used general-purpose, high-level programming language.general-purposehigh-level programming language Python is developed under an OSI-approved open source license, making it freely usable and distributable, even for commercial use. The Python Package Index (PyPI) hosts thousands of third-party modules for Python.

Some Basics Of Python… Input and Output: # Python 3: Simple output (with Unicode) >>> print("Hello, I'm Python!") Output: Hello, I'm Python! # Input, assignment >>> name = input('What is your name?\n') >>> print('Hi, %s.' % name) Output: What is your name? Input: Python Output: Hi, Python.

Flavour of Competitive Programming in Python N=int(input()) array=input().strip().split(“ “) z= [int(x) for x in array] sum=0 for y in z: sum=sum+y print(sum)

Problems to be attacked!!!

What is Open Source? Open source software is software whose source code is available for modification or enhancement by anyone. Some trending open source projects: Python PHP Mozilla WhatsApp QKSMS (It is an open source replacement to the stock messaging app on Android) and many more…

GitHub is where people build software. Powerful collaboration, code review, and code management for open source and private projects. Version control system for open source projects. It is cloud based system. How does it look like?

JIIT 128 App….. Mobile: bit.do/128app Desktop: jiit128.esy.es j128hub.wordpress.com