PythonHub
2.44K subscribers
2.35K photos
49.4K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Automate the Boring Stuff With Python Appendix B: having trouble running python scripts with .bat files. I can't submit links to /r/learnpython or /r/learnprogramming so this is my only choice.: https://www.reddit.com/r/Python/comments/8rt2oi/automate_the_boring_stuff_with_python_appendix_b/
When doing a simple print(), do you always have to wrap a variable name in str() when concatenating it with another string? Like print(“Foo: “ str(len(bar))). New to Python and wondering if that’s a vscode thing or a Python thing. Has annoyed me quite a bit... just me?: https://www.reddit.com/r/Python/comments/8rxjqo/when_doing_a_simple_print_do_you_always_have_to/