Using Python with Hadoop to create production ready big data applications: https://www.reddit.com/r/Python/comments/59529t/using_python_with_hadoop_to_create_production/
reddit
Using Python with Hadoop to create production ready... • /r/Python
0 points and 0 comments so far on reddit
Yahoo Finance Error: Github build is failing last 4 days: https://www.reddit.com/r/Python/comments/5953c2/yahoo_finance_error_github_build_is_failing_last/
reddit
Yahoo Finance Error: Github build is failing last 4 days • /r/Python
Trying to figure out some print errors: 'http error 400 bad request' and 'No Definition found for Table'. Anyone else experiencing the same...
Matplotlib in the new Linux subsystem of Windows: https://www.reddit.com/r/Python/comments/595j6v/matplotlib_in_the_new_linux_subsystem_of_windows/
reddit
Matplotlib in the new Linux subsystem of Windows • /r/Python
Can anyone plot figures through the new bash on Windows? I can run Python but when the script has matplotlib in it, it says QXcbConnection: Could...
BeautifulSoup extract all text within the same id value: https://www.reddit.com/r/Python/comments/595ycj/beautifulsoup_extract_all_text_within_the_same_id/
reddit
BeautifulSoup extract all text within the same id value • /r/Python
How do I extract each text string within the same id value in an html webpage? For example, there are 10 such id="containers" and I want to...
Please stop using Arrow for your datetime operations: https://www.reddit.com/r/Python/comments/595tcd/please_stop_using_arrow_for_your_datetime/
reddit
r/Python - Please stop using Arrow for your datetime operations
89 votes and 80 comments so far on Reddit
Drchrono (YC W11) Looking for Python/Django Engineers: https://www.hackerrank.com/tests/527036edb11ff/0ca5532381fbebad9fffaa28dc90475f
HackerRank
Join over 2 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews.
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/59612i/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...
anyone have a program for playing wav files, designed for someone selecting samples for a drum machine?: https://www.reddit.com/r/Python/comments/596bfp/anyone_have_a_program_for_playing_wav_files/
reddit
anyone have a program for playing wav files, designed... • /r/Python
I recently bought an AKAI MPC Studio Drum Machine, and with it comes a seemingly endless library of wav files that sample anything and everything...
Python Generators and Generator Expressions: How to Use them and Why?: https://www.reddit.com/r/Python/comments/5967hq/python_generators_and_generator_expressions_how/
reddit
Python Generators and Generator Expressions: How to... • /r/Python
3 points and 0 comments so far on reddit
High School student new to coding, what do?: https://www.reddit.com/r/Python/comments/596n53/high_school_student_new_to_coding_what_do/
reddit
High School student new to coding, what do? • /r/Python
I am a high school student who has just started a coding club, what are some beginning coding projects we can do that introduce us to the basics?...
Taking the first element of a list that has just one element: https://www.reddit.com/r/Python/comments/596y18/taking_the_first_element_of_a_list_that_has_just/
reddit
Taking the first element of a list that has just one... • /r/Python
Today I saw a code that I've never seen before: >>> li = [42] >>> >>> val = li[0] # OK >>> val 42 >>> val, = li #...
Pure Python SNMP Client Library (puresnmp) v1.1 - Now with bulk requests.: https://www.reddit.com/r/Python/comments/597c09/pure_python_snmp_client_library_puresnmp_v11_now/
reddit
Pure Python SNMP Client Library (puresnmp) v1.1 - Now... • /r/Python
I've had not a lot of time lately to continue development but I finally finished "bulk" requests in my pure Python SNMP library. I've just...
Spam and Eggs vs Foo and Bar: https://www.reddit.com/r/Python/comments/597ogg/spam_and_eggs_vs_foo_and_bar/
reddit
Spam and Eggs vs Foo and Bar • /r/Python
I mentioned this in another thread but I'd just like to say python was way better for me while learning because of the placeholder names used....
Coursera Python Course question: https://www.reddit.com/r/Python/comments/597yt7/coursera_python_course_question/
reddit
Coursera Python Course question • /r/Python
I want to learn Python and I was going to sign up for Coursera courses but I noticed they teach Python 2 and from what I understand the new Python...
Is there a way to evaluate obfuscated expressions to rewrite them?: https://www.reddit.com/r/Python/comments/5981ox/is_there_a_way_to_evaluate_obfuscated_expressions/
reddit
Is there a way to evaluate obfuscated expressions to... • /r/Python
Python3 Sorry, but I'm not sure how exactly to word this question. I have an obfuscated file I'm messing around with and trying to...