https://github.com/terminalforlife/pythonprojects
Various Python3.6+ projects.
https://github.com/terminalforlife/pythonprojects
linux python python-3 python-3-6 python-script python3 python36 terminal
Last synced: 10 months ago
JSON representation
Various Python3.6+ projects.
- Host: GitHub
- URL: https://github.com/terminalforlife/pythonprojects
- Owner: terminalforlife
- License: gpl-3.0
- Created: 2020-11-28T01:29:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T00:15:17.000Z (almost 2 years ago)
- Last Synced: 2024-09-24T19:24:28.984Z (over 1 year ago)
- Topics: linux, python, python-3, python-3-6, python-script, python3, python36, terminal
- Language: Python
- Homepage:
- Size: 130 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Description
Unlike my projects in [ShellProjects](https://github.com/terminalforlife/ShellProjects) and [PerlProjects](https://github.com/terminalforlife/PerlProjects), you won't _yet_ find my best work here, but I've been writing Python for a little while and I'm starting to get the hang of it. I'm not Python's biggest fan, but it's certainly growing on me; I can't deny how bloody useful it is.
You won't find many command-line tools here, because Python seems to kind of suck for command-line tools (e.g., `BrokenPipeError`!), but for GTK programs, its vast library selection, and other bits and bobs, like Nemo scripts, it can be very nice.
### Contributions
I'm not looking for PRs in this repository. However, if you're interested in giving me some Python pointers, please post them in the Discussions tab, or, if there's a glaring issue in one of my Python scripts, post an Issue in reference to it.