Skip to content

Instantly share code, notes, and snippets.

@Akasurde
Created June 17, 2018 08:07
Show Gist options
  • Save Akasurde/51a951a0b7ab677626a9d079029d9f31 to your computer and use it in GitHub Desktop.
Save Akasurde/51a951a0b7ab677626a9d079029d9f31 to your computer and use it in GitHub Desktop.
Python Pune June Meetup 2018
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