What's everyone working on this week?: https://www.reddit.com/r/Python/comments/79vyzi/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...
Kobowm: a tiny X window manager I wrote in python for a Kobo Touch: https://www.reddit.com/r/Python/comments/79wgs2/kobowm_a_tiny_x_window_manager_i_wrote_in_python/
reddit
Kobowm: a tiny X window manager I wrote in python for a... • r/Python
1 points and 1 comments so far on reddit
Sultan - Pythonic Interface to Your Shell: https://www.reddit.com/r/Python/comments/79wihj/sultan_pythonic_interface_to_your_shell/
reddit
Sultan - Pythonic Interface to Your Shell • r/Python
I created Sultan as a more Pythonic interface to the shell, instead of using `subprocess` or other ways. Please check it out, and provide your...
pyQtNumSim: A cross platform FOSS Numerical methods GUI for coursework.: https://www.reddit.com/r/Python/comments/79wph6/pyqtnumsim_a_cross_platform_foss_numerical/
reddit
pyQtNumSim: A cross platform FOSS Numerical methods GUI... • r/Python
1 points and 0 comments so far on reddit
Yet Another Python Library for Language Prediction: https://www.reddit.com/r/Python/comments/79wdx2/yet_another_python_library_for_language_prediction/
reddit
Yet Another Python Library for Language Prediction • r/Python
Hello All, I wrote a small library for Language Prediction. This library supports **176** languages and prediction are pretty fast since it is...
A Benchmark of matrix multiplication between C and Python: https://www.reddit.com/r/Python/comments/79wmcw/a_benchmark_of_matrix_multiplication_between_c/
Reddit
From the Python community on Reddit: A Benchmark of matrix multiplication between C and Python
Explore this post and more from the Python community
Remove duplicates and combine multiple lists into one?: https://stackoverflow.com/questions/46994833/remove-duplicates-and-combine-multiple-lists-into-one
Stackoverflow
Remove duplicates and combine multiple lists into one?
How do I remove duplicates and combine multiple lists into one like so:
function([["hello","me.txt"],["good","me.txt"],["good","money.txt"], ["rep", "money.txt"]]) should return:
[["good", ["me.t...
function([["hello","me.txt"],["good","me.txt"],["good","money.txt"], ["rep", "money.txt"]]) should return:
[["good", ["me.t...
I am trying to compare multiple lists of coordinates: https://www.reddit.com/r/Python/comments/79xtpv/i_am_trying_to_compare_multiple_lists_of/
reddit
I am trying to compare multiple lists of coordinates • r/Python
I have a list of reference points and a list of places. I am trying to get the distance from each place to each reference point. For example, ...
Number recognition with Arduino touch display and scikit-learn. A thing I made.: https://www.reddit.com/r/Python/comments/79xwgm/number_recognition_with_arduino_touch_display_and/
reddit
Number recognition with Arduino touch display and... • r/Python
1 points and 0 comments so far on reddit
Numerical integration from 0 to infinity/how does np.inf work: https://www.reddit.com/r/Python/comments/79y7un/numerical_integration_from_0_to_infinityhow_does/
reddit
Numerical integration from 0 to infinity/how does... • r/Python
Hi guys, I've wanted to calculate some integrals (see below for code snippet) with limits (0, +infinity). I've used `scipy.integrate.quad` for...
I made Telegram bot which show upcomming UFC event: https://www.reddit.com/r/Python/comments/79yi7l/i_made_telegram_bot_which_show_upcomming_ufc_event/
reddit
I made Telegram bot which show upcomming UFC event • r/Python
Hello, I made simple Telegram robot just for fun. It tells you when next ufc event will be and shows fight card or fighter's pro MMA record. You...
HTML Similarity: A set of functions to measure the similarity between web pages.: https://www.reddit.com/r/Python/comments/79ymay/html_similarity_a_set_of_functions_to_measure_the/
reddit
HTML Similarity: A set of functions to measure the... • r/Python
1 points and 0 comments so far on reddit