How to implement logging between all the modules from my application? (Best Practices): https://www.reddit.com/r/Python/comments/9vme7p/how_to_implement_logging_between_all_the_modules/
reddit
r/Python - How to implement logging between all the modules from my application? (Best Practices)
1 vote and 1 comment so far on Reddit
Mixing tornado and sqlalchemy: https://stackoverflow.com/questions/53158761/mixing-tornado-and-sqlalchemy
Stack Overflow
Mixing tornado and sqlalchemy
I'm trying to write a tornado web application that uses sqlalchemy in some request handlers. These handlers have two parts: one that takes a long time to complete, and another that uses sqlalchemy ...
Is it possible to create a intranet site with Python?: https://www.reddit.com/r/Python/comments/9vm8rb/is_it_possible_to_create_a_intranet_site_with/
reddit
r/Python - Is it possible to create a intranet site with Python?
1 vote and 0 comments so far on Reddit
numpy vs pytorch for my packages. What are the pro and cons?: https://www.reddit.com/r/Python/comments/9vnfm6/numpy_vs_pytorch_for_my_packages_what_are_the_pro/
reddit
r/Python - numpy vs pytorch for my packages. What are the pro and cons?
1 vote and 0 comments so far on Reddit
Please help me understand Jupyter notebook. When do I use it? When do I avoid it? Is it ide replacement? WHEN do I use it?: https://www.reddit.com/r/Python/comments/9vofr9/please_help_me_understand_jupyter_notebook_when/
reddit
r/Python - Please help me understand Jupyter notebook. When do I use it? When do I avoid it? Is it ide replacement? WHEN do I use…
1 vote and 1 comment so far on Reddit
Why won't people upload wheels (.whl file) of compiled libraries: https://www.reddit.com/r/Python/comments/9vp34v/why_wont_people_upload_wheels_whl_file_of/
reddit
r/Python - Why won't people upload wheels (.whl file) of compiled libraries
25 votes and 12 comments so far on Reddit
Was there anyone who learned python only by reading the python documentation?: https://www.reddit.com/r/Python/comments/9vp567/was_there_anyone_who_learned_python_only_by/
reddit
r/Python - Was there anyone who learned python only by reading the python documentation?
3 votes and 0 comments so far on Reddit
Caching/reusing a DB connection for later view usage: https://stackoverflow.com/questions/53147752/caching-reusing-a-db-connection-for-later-view-usage
Stack Overflow
Caching/reusing a DB connection for later view usage
I am saving a user's database connection. On the first time they enter in their credentials, I do something like the following:
self.conn = MySQLdb.connect (
host = 'aaa',
user = 'bbb',
self.conn = MySQLdb.connect (
host = 'aaa',
user = 'bbb',
A guide on how to deploy your Reddit Bot on Heroku: https://www.reddit.com/r/Python/comments/9vpowt/a_guide_on_how_to_deploy_your_reddit_bot_on_heroku/
reddit
r/Python - A guide on how to deploy your Reddit Bot on Heroku
48 votes and 39 comments so far on Reddit