Data Security - Question from a Newbie regarding a big client: https://www.reddit.com/r/Python/comments/ago6zm/data_security_question_from_a_newbie_regarding_a/
reddit
r/Python - Data Security - Question from a Newbie regarding a big client
1 vote and 3 comments so far on Reddit
Asyncio: Are there any checkers that will catch unawaited async calls?: https://www.reddit.com/r/Python/comments/agob6h/asyncio_are_there_any_checkers_that_will_catch/
reddit
r/Python - Asyncio: Are there any checkers that will catch unawaited async calls?
1 vote and 0 comments so far on Reddit
Is parallelization the solution to my bottleneck?: https://www.reddit.com/r/Python/comments/ago0b6/is_parallelization_the_solution_to_my_bottleneck/
reddit
r/Python - Is parallelization the solution to my bottleneck?
2 votes and 0 comments so far on Reddit
Identifying sqlalchemy.exc.OperationalError: https://stackoverflow.com/questions/54101379/identifying-sqlalchemy-exc-operationalerror
Stack Overflow
Identifying sqlalchemy.exc.OperationalError
I'm trying to catch mysql/sqlalchemy OperationalErrors and replace handle access denied (1045) differently from connection refused (2003)
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalEr...
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalEr...
Powering recommendation models using Amazon ElastiCache for Redis at Coffee Meets Bagel: https://www.reddit.com/r/Python/comments/agov03/powering_recommendation_models_using_amazon/
reddit
r/Python - Powering recommendation models using Amazon ElastiCache for Redis at Coffee Meets Bagel
1 vote and 0 comments so far on Reddit
Looking for a realistic, offline python TTS library: https://www.reddit.com/r/Python/comments/agowww/looking_for_a_realistic_offline_python_tts_library/
reddit
r/Python - Looking for a realistic, offline python TTS library
1 vote and 0 comments so far on Reddit
Suggestions: Basic PC setup for beginner Python development: https://www.reddit.com/r/Python/comments/agox2s/suggestions_basic_pc_setup_for_beginner_python/
reddit
r/Python - Suggestions: Basic PC setup for beginner Python development
1 vote and 4 comments so far on Reddit
NLP Learning Series: Text Preprocessing Methods for Deep Learning: https://www.reddit.com/r/Python/comments/agoj5k/nlp_learning_series_text_preprocessing_methods/
reddit
r/Python - NLP Learning Series: Text Preprocessing Methods for Deep Learning
2 votes and 0 comments so far on Reddit
Input search query on website then get URL that is returned: https://www.reddit.com/r/Python/comments/agp76l/input_search_query_on_website_then_get_url_that/
reddit
r/Python - Input search query on website then get URL that is returned
1 vote and 0 comments so far on Reddit
x-post from /r/ultralight Backpacking Trip Generator - a python tool for y'all to use: https://www.reddit.com/r/Python/comments/agpj8w/xpost_from_rultralight_backpacking_trip_generator/
reddit
r/Python - x-post from /r/ultralight Backpacking Trip Generator - a python tool for y'all to use
1 vote and 0 comments so far on Reddit
I wrote a book about puzzle-based learning Python to test and train your Python skills. It's FREE today and tomorrow (OP $19).: https://www.reddit.com/r/Python/comments/agpn6i/i_wrote_a_book_about_puzzlebased_learning_python/
reddit
r/Python - I wrote a book about puzzle-based learning Python to test and train your Python skills. It's FREE today and tomorrow…
2 votes and 0 comments so far on Reddit
Importing Jupyter Notebook into Python code with Visual Studio Code: https://www.reddit.com/r/Python/comments/agqyr8/importing_jupyter_notebook_into_python_code_with/
reddit
r/Python - Importing Jupyter Notebook into Python code with Visual Studio Code
1 vote and 0 comments so far on Reddit
sacred-tui: print actual ASCII art without using multiple lines of print(): https://www.reddit.com/r/Python/comments/agt1u8/sacredtui_print_actual_ascii_art_without_using/
reddit
r/Python - sacred-tui: print actual ASCII art without using multiple lines of print()
1 vote and 0 comments so far on Reddit
"ValueError: Invalid async_mode specified" when bundling a Flask app using cx_Freeze: https://stackoverflow.com/questions/54150895/valueerror-invalid-async-mode-specified-when-bundling-a-flask-app-using-cx-fr
Stack Overflow
"ValueError: Invalid async_mode specified" when bundling a Flask app using cx_Freeze
I am building an API that uses Waitress, Flask, and Flask_SocketIO in Windows. Everything works fine from the command line, but when I try to bundle my API into an .exe using cx_Freeze and then run...