|
|
1 point by intrepidhero
2 years, 8 months ago
| discuss
| on: Debugging Python programs
|
*f-strings (formatted string literals) are available from Python 3.6 and they are arguably the most intuitive way to quickly include variables in our strings. *
arguably is the operative word. ;-)
|
|
|
1 point by trivela
2 years, 8 months ago
| 1 comment
| on: Debugging Python programs
|
I work at a programming bootcamp. Here are some tips I recommend to folks who are getting started: https://gitlab.com/mountblue/python-django-path/blob/master/python_debugging.md
|
|