Python riddle to solve, is it possible to do it better in reasonable time?: https://www.reddit.com/r/Python/comments/9odcpt/python_riddle_to_solve_is_it_possible_to_do_it/
reddit
r/Python - Python riddle to solve, is it possible to do it better in reasonable time?
1 vote and 0 comments so far on Reddit
Reflection on the use of static analysis tools in Python: https://www.reddit.com/r/Python/comments/9od62q/reflection_on_the_use_of_static_analysis_tools_in/
reddit
r/Python - Reflection on the use of static analysis tools in Python
2 votes and 0 comments so far on Reddit
Good opensource projects to contribute to: https://www.reddit.com/r/Python/comments/9odh6s/good_opensource_projects_to_contribute_to/
reddit
Good opensource projects to contribute to • r/Python
So I've been teaching myself how to code and I've spent heaps of time on CodeWars. Now it seems like the right time for me to work on something...
Created a VSCode extension to quickly print out a variable in Python: https://www.reddit.com/r/Python/comments/9odyq0/created_a_vscode_extension_to_quickly_print_out_a/
reddit
r/Python - Created a VSCode extension to quickly print out a variable in Python
1 vote and 1 comment so far on Reddit
Looking for cool projects to get some street-cred: https://www.reddit.com/r/Python/comments/9oe1xv/looking_for_cool_projects_to_get_some_streetcred/
reddit
r/Python - Looking for cool projects to get some street-cred
0 votes and 0 comments so far on Reddit
Python for Java Programmers Part 3 - Using Lists the Python Way: https://www.reddit.com/r/Python/comments/9oe1hf/python_for_java_programmers_part_3_using_lists/
reddit
r/Python - Python for Java Programmers Part 3 - Using Lists the Python Way
1 vote and 0 comments so far on Reddit
PyCharm and Django Announce 30% Discount With All Proceeds Going to DSF: https://www.reddit.com/r/Python/comments/9oei6i/pycharm_and_django_announce_30_discount_with_all/
reddit
r/Python - PyCharm and Django Announce 30% Discount With All Proceeds Going to DSF
1 vote and 0 comments so far on Reddit
safemd – A markdown renderer focusing on security first: https://www.reddit.com/r/Python/comments/9ofrp9/safemd_a_markdown_renderer_focusing_on_security/
reddit
r/Python - safemd – A markdown renderer focusing on security first
1 vote and 1 comment so far on Reddit
How to use Python's built-in Logging with Asyncio (Permission Error): https://stackoverflow.com/questions/52708756/how-to-use-pythons-built-in-logging-with-asyncio-permission-error
Stack Overflow
How to use Python's built-in Logging with Asyncio (Permission Error)
I'm using a TimedRotatingFileHandler from logging to log to a new file each night. According to the logging docs:
The system will save old log files by appending extensions to the
filename.
...
The system will save old log files by appending extensions to the
filename.
...
Running a Python script on a dynamic webpage with Flask and SocketIO: https://www.reddit.com/r/Python/comments/9ogo6b/running_a_python_script_on_a_dynamic_webpage_with/
reddit
r/Python - Running a Python script on a dynamic webpage with Flask and SocketIO
1 vote and 0 comments so far on Reddit
Flat library for generative art now supports Python 3: https://www.reddit.com/r/Python/comments/9oh5gf/flat_library_for_generative_art_now_supports/
reddit
Flat library for generative art now supports Python 3 • r/Python
1 points and 0 comments so far on reddit
Any Python textbooks that uses Python to teach programming concepts? (not just Python itself): https://www.reddit.com/r/Python/comments/9ohkob/any_python_textbooks_that_uses_python_to_teach/
reddit
r/Python - Any Python textbooks that uses Python to teach programming concepts? (not just Python itself)
2 votes and 2 comments so far on Reddit
Installing sent2vec package. vsvarsall.bat not found (yes): https://www.reddit.com/r/Python/comments/9ohuhr/installing_sent2vec_package_vsvarsallbat_not/
reddit
Installing sent2vec package. vsvarsall.bat not found (yes) • r/Python
I've been trying to install this sent2vec package on windows for about 4 hours with no...