Meet Charmander Bot: Why to open your browser when you can get everything right there in Slack!: https://www.reddit.com/r/Python/comments/4liz01/meet_charmander_bot_why_to_open_your_browser_when/
reddit
Meet Charmander Bot: Why to open your browser when you... • /r/Python
Charmander Bot is a bot for Slack which supports/will support Youtube, Google search, gif and image search, calculator, Maps, weather, urban dict...
Looking for help writing a basic script, please :-): https://www.reddit.com/r/Python/comments/4lizda/looking_for_help_writing_a_basic_script_please/
reddit
Looking for help writing a basic script, please :-) • /r/Python
My goal is to have a user be prompted with a yes or no question. If the user answer yes. The user is prompted with a how many of something . Now I...
PyThalesians: Python Open Source Financial Library: https://github.com/thalesians/pythalesians
GitHub
thalesians/pythalesians
The Thalesians' Python library. Contribute to thalesians/pythalesians development by creating an account on GitHub.
web2py database always locked when trying to update from code: http://stackoverflow.com/questions/37454274/web2py-database-always-locked-when-trying-to-update-from-code
Stackoverflow
web2py database always locked when trying to update from code
Trying to simply update existing row in database (running on web2py),
but always getting database locked error..
Error message:
database is locked
My se...
but always getting database locked error..
Error message:
database is locked
My se...
Flask 0.11 is here after a gap of almost 3 years since last release: https://www.reddit.com/r/Python/comments/4ljvrm/flask_011_is_here_after_a_gap_of_almost_3_years/
reddit
Flask 0.11 is here after a gap of almost 3 years since... • /r/Python
1 points and 0 comments so far on reddit
Advice please. Integrating a Python and Javascript application: https://www.reddit.com/r/Python/comments/4lkw6h/advice_please_integrating_a_python_and_javascript/
reddit
Advice please. Integrating a Python and Javascript... • /r/Python
Hi all I'm in a new job where I've inherited a Javascript application. It's typical MEAN stack. It's large and a mess. Javascript is awful for...
List of Python Learning videos over at /r/learnpython!: https://www.reddit.com/r/Python/comments/4llekj/list_of_python_learning_videos_over_at/
reddit
List of Python Learning videos over at /r/learnpython! • /r/Python
1 points and 0 comments so far on reddit
I made a module for controlling Neato Botvac Connected vacuum robots using python.: https://www.reddit.com/r/Python/comments/4lllkh/i_made_a_module_for_controlling_neato_botvac/
reddit
I made a module for controlling Neato Botvac Connected... • /r/Python
1 points and 0 comments so far on reddit
What are some must see talks at PyCon USA 2016?: https://www.reddit.com/r/Python/comments/4llnsi/what_are_some_must_see_talks_at_pycon_usa_2016/
reddit
What are some must see talks at PyCon USA 2016? • /r/Python
This is my first time at PyCon and just wondering what talks I should definitely attend just to hear the speakers talk.
cursed: simplified curses API with concurrency and menus: https://www.reddit.com/r/Python/comments/4llppb/cursed_simplified_curses_api_with_concurrency_and/
reddit
cursed: simplified curses API with concurrency and menus • /r/Python
1 points and 1 comments so far on reddit
I wrote a small program to help people find American names that sound similar to their original ethnic names: https://www.reddit.com/r/Python/comments/4llsxa/i_wrote_a_small_program_to_help_people_find/
reddit
I wrote a small program to help people find American... • /r/Python
1 points and 1 comments so far on reddit
Q: Hosting for python scripts?: https://www.reddit.com/r/Python/comments/4lm0qt/q_hosting_for_python_scripts/
reddit
Q: Hosting for python scripts? • /r/Python
Apologies if this is not suitable for this subreddit. I'm looking to host a bunch of python scripts (irc bot, feed subscriptions, etc) cheaply...
Script For Moving Files Based On Their Extension (GUI): https://www.reddit.com/r/Python/comments/4lmfzf/script_for_moving_files_based_on_their_extension/
reddit
Script For Moving Files Based On Their Extension (GUI) • /r/Python
1 points and 0 comments so far on reddit
Bypass Flask's SERVER_NAME for a single route: http://stackoverflow.com/questions/37473272/bypass-flasks-server-name-for-a-single-route
Stackoverflow
Bypass Flask's SERVER_NAME for a single route
I'm working on a Flask application with many routes under different subdomains. It uses the SERVER_NAME setting and sets subdomains on different blueprints to do initial routing based on the subdom...
A command line interface for reading top developer blogs, written in Python: https://www.reddit.com/r/Python/comments/4lminn/a_command_line_interface_for_reading_top/
reddit
A command line interface for reading top developer... • /r/Python
1 points and 0 comments so far on reddit
I made an emotional twitter bot!: https://www.reddit.com/r/Python/comments/4lmnrb/i_made_an_emotional_twitter_bot/
reddit
I made an emotional twitter bot! • /r/Python
I've been teaching myself Python for a few months now and along with a friend, I made a [twitter bot](https://twitter.com/mercurialbot) that...
Do you memorize imports or use an auto-importer?: https://www.reddit.com/r/Python/comments/4lmu6t/do_you_memorize_imports_or_use_an_autoimporter/
reddit
Do you memorize imports or use an auto-importer? • /r/Python
Back when I use to program Java I would never have to memorize the imports (even know I sort of did over time). All I would have to do was hit...