Skip to content

Commit

Permalink
numpy basic operation
Browse files Browse the repository at this point in the history
  • Loading branch information
linrakesh committed Jul 20, 2019
1 parent 655e0e2 commit dc4504f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added numpy/basic_operation.py
Empty file.
2 changes: 1 addition & 1 deletion numpy/intro.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@

start = time.time() #start time again
result = n1+n2
print("List took :",(time.time()-start)*1000)
print("Numpy took :",(time.time()-start)*1000)
2 changes: 1 addition & 1 deletion webscraper/youtubeDownloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
import shutil
ydl_opts = {}
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
ydl.download(['https://www.youtube.com/watch?v=HgwCeNVPlo0'])
ydl.download(['https://www.youtube.com/watch?v=a8aDcLk4vRc&list=PLeo1K3hjS3uset9zIVzJWqplaWBiacTEU&index=2'])

0 comments on commit dc4504f

Please sign in to comment.