Amanda: A simple, extensible chatbot framework.: https://www.reddit.com/r/Python/comments/8t57du/amanda_a_simple_extensible_chatbot_framework/
reddit
r/Python - Amanda: A simple, extensible chatbot framework.
1 votes and 0 so far on reddit
Minimalist BI dashboard with zero configuration: https://www.reddit.com/r/Python/comments/8t4sy4/minimalist_bi_dashboard_with_zero_configuration/
reddit
r/Python - Minimalist BI dashboard with zero configuration
6 votes and 3 so far on reddit
Script to move all images from one folder to another: https://www.reddit.com/r/Python/comments/8t5c3c/script_to_move_all_images_from_one_folder_to/
reddit
r/Python - Script to move all images from one folder to another
1 votes and 0 so far on reddit
Python docs for Emacs-Info reader: What are the latest developments?: https://www.reddit.com/r/Python/comments/8t5ofa/python_docs_for_emacsinfo_reader_what_are_the/
reddit
r/Python - Python docs for Emacs-Info reader: What are the latest developments?
1 votes and 0 so far on reddit
Looking for some more info on how irrational numbers work in Python: https://www.reddit.com/r/Python/comments/8t67ip/looking_for_some_more_info_on_how_irrational/
reddit
r/Python - Looking for some more info on how irrational numbers work in Python
1 votes and 0 so far on reddit
I made an interactive visualization of the top Reddit posts about python: https://www.reddit.com/r/Python/comments/8t7ajz/i_made_an_interactive_visualization_of_the_top/
reddit
r/Python - I made an interactive visualization of the top Reddit posts about python
1 votes and 0 so far on reddit
how to make a python crawler and search engine ?: https://www.reddit.com/r/Python/comments/8t82xa/how_to_make_a_python_crawler_and_search_engine/
reddit
r/Python - how to make a python crawler and search engine ?
1 votes and 1 so far on reddit
Friday night at home alone, trying to figure out how to scrape data and save it into PostgreSQL database. No friends calling me out, no girls to hang out with, unemployed, feeling like a loser right now, in my late 30s. But I must go forward: https://www.reddit.com/r/Python/comments/8t89oc/friday_night_at_home_alone_trying_to_figure_out/
reddit
Friday night at home alone, trying to figure out how to... • r/Python
Hopefully all this pays off within couple of years. Gotta keep learning so I can achieve my dream and be happy in few years. Life really sucks for...
can any one make me understand about given code: https://www.reddit.com/r/Python/comments/8t973x/can_any_one_make_me_understand_about_given_code/
reddit
r/Python - can any one make me understand about given code
1 votes and 0 so far on reddit
virtualenv inside or outside of project folders?: https://www.reddit.com/r/Python/comments/8t9h6l/virtualenv_inside_or_outside_of_project_folders/
reddit
virtualenv inside or outside of project folders?
I've usually set up my directory with the virtualenv as the super-directory and my project files as a subset of it, such as /virtualenv/ ...