Created
June 17, 2018 08:07
-
-
Save Akasurde/51a951a0b7ab677626a9d079029d9f31 to your computer and use it in GitHub Desktop.
Python Pune June Meetup 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Revisiting Python3 | |
++++++++++++++++++ | |
Everyone just join this link for etherpad, it will be easy for you to copy links and share code - | |
https://review.rdoproject.org/etherpad/p/pythonjune-101 | |
Just add your name when you are typing anything here - | |
[abhijeet] https://gitlab.com/akasurde/python3_101 - Final project code is here | |
https://github.com/Akasurde/packt - Packt pub downloader | |
Problem No - Print content or name using Python 3 from a file | |
HW_01 - Write a scanner program which will find duplicate files and list them ? (complete drive/pc) | |
Use case - I want to find duplicate mp3 file from music directory. | |
HW_02 - Read more about fstrings, os.path, exceptions | |
* sys = builtin | |
* click = http://click.pocoo.org/5/ | |
* Clint = https://github.com/kennethreitz/clint | |
* argparse = builtin | |
HW_03 - python3 calc.py 1234*3456-7 | |
it should print 1234*3456-7 | |
Summer training - https://dgplug.org/ , Join irc here #dgplug @ Freenode https://dgplug.org/ircstat/ | |
HW 04 - File browser | |
clint python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment