Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for MattDMoâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #287783 |
Instead of using `open()` to check if the wallpaper file exists, use [`os.path.exists`](https://docs.python.org/3/library/os.path.html#os.path.exists) instead. This way, you're simply reading a boolean value instead of potentially dealing with an exception. (more) |
— | over 1 year ago |
Edit | Post #287935 |
Post edited: added link to f-strings in docs |
— | over 1 year ago |
Suggested Edit | Post #287935 |
Suggested edit: added link to f-strings in docs (more) |
helpful | over 1 year ago |
Comment | Post #288753 |
You can specify multiple `--extra-index-url` arguments. (more) |
— | over 1 year ago |