Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/judy2k/command-line-talk
Slides and background material for a Python CLI talk I've given.
https://github.com/judy2k/command-line-talk
Last synced: 8 days ago
JSON representation
Slides and background material for a Python CLI talk I've given.
- Host: GitHub
- URL: https://github.com/judy2k/command-line-talk
- Owner: judy2k
- Created: 2014-06-02T19:28:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T08:09:03.000Z (about 9 years ago)
- Last Synced: 2024-10-31T14:37:02.321Z (13 days ago)
- Homepage:
- Size: 9.36 MB
- Stars: 54
- Watchers: 19
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Command-Line Programs in Python
This is the repository for a talk I gave twice in 2014 and once in 2015, called **Command-Line Programs in Python**. There is a [YouTube video](https://www.youtube.com/watch?v=gR73nLbbgqY#t=1) of this talk given at EuroPython 2014.
The main reason this is here is to give people access to the example code (in the examples dir) if they want it; and access to a PDF of the slides, which can be found in this directory.
If you're interested in a working if incomplete and slightly toy example of how I put together command-line tools, you could check out [envtool](https://github.com/judy2k/envtool)
I hope you find this useful - please feel free to submit suggestions via the GitHub bug tracker!