Skip to content

Commit 1bb1cc4

Browse files
committed
Bullet for Python f-strings Quiz
Added a link to a Python f-strings Quiz
1 parent 80183a7 commit 1bb1cc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ or
177177
* Debugging has its place, but [don't hesitate to use *print()* statements](https://adamj.eu/tech/2021/10/08/tips-for-debugging-with-print/).
178178
(The original *conventions* in this list are from a readme by https://github.com/georgeberry. Thank you George Berry.)
179179
* 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)
180181
* Use *[better-exceptions](https://github.com/Qix-/better-exceptions)* during local development, and use care to keep it out of your production deployments.
181182
* 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)
182183
* 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

Comments
 (0)