Any alternative to Pycharm IDE?: https://www.reddit.com/r/Python/comments/64pm0m/any_alternative_to_pycharm_ide/
reddit
Any alternative to Pycharm IDE? • r/Python
I have been using pycharm but I have noticed it is always using 100 percent of my cpu. What are other alternative ide for pycharm with built in...
Simple command line option handling with defaults: https://www.reddit.com/r/Python/comments/64q2lf/simple_command_line_option_handling_with_defaults/
reddit
Simple command line option handling with defaults • r/Python
I've been looking for a simple way to cleanly handle command line arguments, with defaults, for ages. Yes argparse is great, but it's massively...
Build Slack Bot CLI using Context Free Grammar and Pyparsing: https://www.reddit.com/r/Python/comments/64pz3l/build_slack_bot_cli_using_context_free_grammar/
reddit
Build Slack Bot CLI using Context Free Grammar and... • r/Python
8 points and 0 comments so far on reddit
Can't Access Library functions - 'tuple' object has no attribute: https://www.reddit.com/r/Python/comments/64pt47/cant_access_library_functions_tuple_object_has_no/
reddit
Can't Access Library functions - 'tuple' object has no... • r/Python
Hey all. I am trying out the PySerial library, and I'm coming across an issue. I am using a section of code designed to select the COM port that...
Wedding at Scale: How I Used Twilio, Python and Google to Automate My Wedding: https://www.reddit.com/r/Python/comments/64qkd6/wedding_at_scale_how_i_used_twilio_python_and/
reddit
Wedding at Scale: How I Used Twilio, Python and Google... • r/Python
386 points and 43 comments so far on reddit
some char stick to my Python cmd: http://stackoverflow.com/questions/43304113/some-char-stick-to-my-python-cmd
Stackoverflow
some char stick to my Python cmd
I use Python cmd to make a command line for a program, and everything works nicely :) as long as I didn't add colorize to my code:
from cmd import Cmd
class App(Cmd):
def __init__(self):
...
from cmd import Cmd
class App(Cmd):
def __init__(self):
...
Is there a way to do a global from foo import bar?: https://www.reddit.com/r/Python/comments/64qw6e/is_there_a_way_to_do_a_global_from_foo_import_bar/
reddit
Is there a way to do a global from foo import bar? • r/Python
Hi all, My apologies if this is a question better suited for /r/learnpython, but I feel my question is not exactly beginner material. I am...
Can't login with request at .net webpage: https://www.reddit.com/r/Python/comments/64qz9h/cant_login_with_request_at_net_webpage/
reddit
Can't login with request at .net webpage • r/Python
This is my code, but I have trouble login into the website with requests.Session() as session: headers = { "User-Agent":...
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/64r0x8/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Project ideas to boost my portfolio in general?: https://www.reddit.com/r/Python/comments/64r297/project_ideas_to_boost_my_portfolio_in_general/
reddit
Project ideas to boost my portfolio in general? • r/Python
I'm an electrical engineer with a handful of years of experience in C firmware development and a couple years of Python. For a while now, I've...
Best way to grab data from REST API using python and / or Django for a dashboard?: https://www.reddit.com/r/Python/comments/64r9y4/best_way_to_grab_data_from_rest_api_using_python/
reddit
Best way to grab data from REST API using python and /... • r/Python
I started using dashing for a dashboard but then quickly moved to django-dashing because it is python based. My Boss wants AWS metrics, Jenkins,...
elasticsearch aggregate unique entries of hashes and find all tags: http://stackoverflow.com/questions/43257898/elasticsearch-aggregate-unique-entries-of-hashes-and-find-all-tags
Stackoverflow
elasticsearch aggregate unique entries of hashes and find all tags
I have two sets of hashes in single index with a different tag as an additional field like below:
Index: hashes-*
sha1-c tag
abcdefg12345 collect
abcdefg12345 collect
Index: hashes-*
sha1-c tag
abcdefg12345 collect
abcdefg12345 collect
Faster alternative than grequests for sending HTTP requests?: https://www.reddit.com/r/Python/comments/64rgem/faster_alternative_than_grequests_for_sending/
reddit
Faster alternative than grequests for sending HTTP... • r/Python
There are roughly 2000 urls I need to send and fetch data from, with the following implementation it would take about 1 minute to complete. Is...
15y Web Dev (php js) looking to learn Python. Any recommended good books? Like to learn something new for my career.: https://www.reddit.com/r/Python/comments/64rh32/15y_web_dev_phpjs_looking_to_learn_python_any/
reddit
15y Web Dev (php+js) looking to learn Python. Any... • r/Python
31 year old who's been doing PHP programming for 15 years in Drupal for clients. Bit of javascript when needed. Some Java on the side during slow...
Infinite Loop with 1 minute Pauses at the end of 1 Cycle: https://www.reddit.com/r/Python/comments/64rms9/infinite_loop_with_1_minute_pauses_at_the_end_of/
reddit
Infinite Loop with 1 minute Pauses at the end of 1 Cycle • r/Python
My classmates and I are finishing up a Raspberry Pi-Arduino (Master-Slave) automated greenhouse system for our senior capstone project, and we...
How can I make this type of loading effect while the rest of the text above stays?: https://www.reddit.com/r/Python/comments/64rr1e/how_can_i_make_this_type_of_loading_effect_while/
reddit
How can I make this type of loading effect while the... • r/Python
2 points and 1 comments so far on reddit