PythonHub
2.44K subscribers
2.35K photos
49.4K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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/
PyAppShare - cookbook for creating cross-platform desktop python applications in a moment: with info how to make sure Qt GUI is LGPL