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
Load data from redshift into a pandas DataFrame and vice versa.: https://www.reddit.com/r/Python/comments/79za18/load_data_from_redshift_into_a_pandas_dataframe/
reddit
Load data from redshift into a pandas DataFrame and... • r/Python
1 points and 0 comments so far on reddit
The Good, the Bad, and the Ugly of Tuple Unpacking: https://www.reddit.com/r/Python/comments/79zjef/the_good_the_bad_and_the_ugly_of_tuple_unpacking/
reddit
The Good, the Bad, and the Ugly of Tuple Unpacking • r/Python
1 points and 0 comments so far on reddit
Where would you not use Python?: https://www.reddit.com/r/Python/comments/7a044n/where_would_you_not_use_python/
reddit
Where would you not use Python? • r/Python
Hello, I've never really found myself posting here because I haven't felt much a need to (I originally was never that into Python), but I've...