If I wanted to build a rating system similar to match.com, where would I start?: https://www.reddit.com/r/Python/comments/83mojj/if_i_wanted_to_build_a_rating_system_similar_to/
reddit
If I wanted to build a rating system similar to... • r/Python
Obviously not asking for an industry grade matching algorithm, but what would a basic one involve?
How to use .loc with groupby and two conditions in pandas: https://stackoverflow.com/questions/49164935/how-to-use-loc-with-groupby-and-two-conditions-in-pandas
Stack Overflow
How to use .loc with groupby and two conditions in pandas
I asked a similar question here, but I want to expand on this question because I'm asked to do something a little different where I cannot use .duplicates()
I have a df that's grouped by 'Key'. I ...
I have a df that's grouped by 'Key'. I ...
How to write a command-line application using Python and Click: https://www.reddit.com/r/Python/comments/83njou/how_to_write_a_commandline_application_using/
reddit
How to write a command-line application using Python... • r/Python
1 points and 0 comments so far on reddit
I build a little http crawler in python to improve my studies.: https://www.reddit.com/r/Python/comments/83nucf/i_build_a_little_http_crawler_in_python_to/
reddit
I build a little http crawler in python to improve my... • r/Python
201 points and 28 comments so far on reddit
Python 2.7 ERROR:root:code for hash md5 was not found: https://stackoverflow.com/questions/49017200/python-2-7-errorrootcode-for-hash-md5-was-not-found
Stackoverflow
Python 2.7 ERROR:root:code for hash md5 was not found
I am seeing this error when trying to run virtualenv, any pointers as to what might be wrong with the system?
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
F...
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
F...
Can you accomplish workflow automations like Zapier does with python?: https://www.reddit.com/r/Python/comments/83o6c7/can_you_accomplish_workflow_automations_like/
reddit
Can you accomplish workflow automations like Zapier... • r/Python
I am interested in learning python. My primary goal behind it would be to help streamline and automate work processes. I found the product zapier...
Python: Getting and Printing Data from Websites (Web-scraping): https://www.reddit.com/r/Python/comments/83oby9/python_getting_and_printing_data_from_websites/
reddit
Python: Getting and Printing Data from Websites... • r/Python
0 points and 0 comments so far on reddit
Increase SYN packet sending rate in the python script: https://stackoverflow.com/questions/49170605/increase-syn-packet-sending-rate-in-the-python-script
Stackoverflow
Increase SYN packet sending rate in the python script
I am using raw sockets in python too send SYN packets repeatedly at high rate for a project. I am able to send SYN at a rate of 120 Mb/S using below python Script. Is there a way to optimize it to
What are the most well-designed Python APIs?: https://www.reddit.com/r/Python/comments/83oza0/what_are_the_most_welldesigned_python_apis/
reddit
What are the most well-designed Python APIs? • r/Python
I'm very curious to learn which Python packages you feel have well-designed APIs that: - Are pleasing or intuitive to use - Accurately model the...
Explicit continuations of Python coroutines: https://www.reddit.com/r/Python/comments/83oypc/explicit_continuations_of_python_coroutines/
reddit
Explicit continuations of Python coroutines • r/Python
https://morestina.net/blog/1253/continuations The Kotlin programming language recently introduced...
Lector - a Qt based ebook reader written in Python: https://www.reddit.com/r/Python/comments/83p27y/lector_a_qt_based_ebook_reader_written_in_python/
reddit
Lector - a Qt based ebook reader written in Python • r/Python
79 points and 9 comments so far on reddit
Basic machine learning algorithms in plain Python [X-post r/MachineLearning]: https://www.reddit.com/r/Python/comments/83p1t1/basic_machine_learning_algorithms_in_plain_python/
reddit
Basic machine learning algorithms in plain Python... • r/Python
11 points and 1 comments so far on reddit
rolling - a library of efficient rolling window iterator algorithms: https://www.reddit.com/r/Python/comments/83pqyf/rolling_a_library_of_efficient_rolling_window/
reddit
rolling - a library of efficient rolling window... • r/Python
1 points and 2 comments so far on reddit
Python defined in a sentence (or two): https://www.reddit.com/r/Python/comments/83prbx/python_defined_in_a_sentence_or_two/
reddit
Python defined in a sentence (or two) • r/Python
Hello all, I am new to python and currently teaching myself how to use python and what situations python excels in. I am really enjoying python...