Python is a widely used generalpurpose highlevel programming

  • Slides: 14
Download presentation
 • Python is a widely used general-purpose, high-level programming language. • Python is

• Python is a widely used general-purpose, high-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 (Py. PI) hosts thousands of third-party modules for Python.

Some Basics Of Python… • Input and Output: # Python 3: Simple output (with

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

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!!!

Problems to be attacked!!!

What is Open Source? Open source software is software whose source code is available

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 Whats. App QKSMS (It is an open source replacement to the stock messaging app on Android) and many more…

 • • Git. Hub is where people build software. Powerful collaboration, code review,

• • Git. Hub 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/128 app Desktop: jiit 128. esy. es j

JIIT 128 App…. . Mobile: bit. do/128 app Desktop: jiit 128. esy. es j 128 hub. wordpress. com