You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,7 @@ or
177
177
* Debugging has its place, but [don't hesitate to use *print()* statements](https://adamj.eu/tech/2021/10/08/tips-for-debugging-with-print/).
178
178
(The original *conventions*in this list are from a readme by https://github.com/georgeberry. Thank you George Berry.)
179
179
* And use [Python f-strings](https://fstring.help/) to make your work easier.
180
+
* [Python f-strings Quiz](https://fstrings.wtf/). And [the quiz questions & answers](https://github.com/mitsuhiko/fstrings-wtf/blob/main/questions.js)
180
181
* Use *[better-exceptions](https://github.com/Qix-/better-exceptions)* during local development, and use care to keep it out of your production deployments.
181
182
* Another approach would be to use [pymg](https://github.com/mimseyedi/pymg), a CLI tool that can interpret Python files by the Python interpreter and display the error message in a more readable way if an exception occurs [https://github.com/mimseyedi/pymg](https://github.com/mimseyedi/pymg)
182
183
* What is the difference between using "_"and"__"in variable or function names? The responses get at some Python conventions: [https://old.reddit.com/r/learnpython/comments/s5z0l8/can_someone_explain_and_in_python_clearly_for_me/](https://old.reddit.com/r/learnpython/comments/s5z0l8/can_someone_explain_and_in_python_clearly_for_me/)
0 commit comments