YouTube channel aimed at explaining Machine learning in simple terms: https://www.reddit.com/r/Python/comments/bbz65g/youtube_channel_aimed_at_explaining_machine/
reddit
r/Python - YouTube channel aimed at explaining Machine learning in simple terms
44 votes and 5 comments so far on Reddit
Applying function to columns of a Pandas DataFrame, conditional on data type: https://stackoverflow.com/questions/55180132/applying-function-to-columns-of-a-pandas-dataframe-conditional-on-data-type
Stack Overflow
Applying function to columns of a Pandas DataFrame, conditional on data type
I want to use the common pattern to apply a function to every column in a Pandas DataFrame, but the function should work conditional on the column data type.
Sounds simple enough. But I found a we...
Sounds simple enough. But I found a we...
Vaex: A DataFrame with super strings (up to 1000x speedup): https://www.reddit.com/r/Python/comments/bbzwhq/vaex_a_dataframe_with_super_strings_up_to_1000x/
reddit
r/Python - Vaex: A DataFrame with super strings (up to 1000x speedup)
24 votes and 0 comments so far on Reddit
Adding form to Dash/Plotly app: https://stackoverflow.com/questions/51837333/adding-form-to-dash-plotly-app
Stack Overflow
Adding form to Dash/Plotly app
Ok, So I want to go one step further. I don't know if it is possible with a dash.
I want to create a form ( probably WTForm from Flask ).
The form should have date and annotation/comments section.
...
I want to create a form ( probably WTForm from Flask ).
The form should have date and annotation/comments section.
...
Bloodsucking worms in pythons are killing Florida snakes, study says: https://www.floridatoday.com/story/news/local/environment/2019/04/11/pythons-spread-parasite-florida-native-snakes/3435198002/
floridatoday
Parasitic worms in pythons killing Florida snakes
Is this the approved way to get data adjacent to a Python script?: https://stackoverflow.com/questions/55564418/is-this-the-approved-way-to-get-data-adjacent-to-a-python-script
Stack Overflow
Is this the approved way to get data adjacent to a Python script?
I have a Python script that needs some data that's stored in a file that will always be in the same location as the script. I came up with this method to get it. This script isn't part of a module....
How to find the longest 10 paths in a Digraph with Python NetworkX?: https://stackoverflow.com/questions/55261803/how-to-find-the-longest-10-paths-in-a-digraph-with-python-networkx
Stack Overflow
How to find the longest 10 paths in a Digraph with Python NetworkX?
Is there a way to find the top 10 long paths in a Digraph (with self-loops removed) made using NetworkX?
What I have tried so far, (cone is the Digraph with self-loops)
cone.remove_edges_from(cone.
What I have tried so far, (cone is the Digraph with self-loops)
cone.remove_edges_from(cone.
Labels of datasets imported with sklearn.datasets.load_files: https://stackoverflow.com/questions/55617744/labels-of-datasets-imported-with-sklearn-datasets-load-files
Stack Overflow
Labels of datasets imported with sklearn.datasets.load_files
I'm wondering how to match the labels produced by a SVN classifier with the ones on my dataset. ANd then I realized that the problem starts at the begining: when I load the dataset I got a dataset ...
Ehtim - python code behind Wednesday’s black hole photo: https://www.reddit.com/r/Python/comments/bcgwcq/ehtim_python_code_behind_wednesdays_black_hole/
reddit
r/Python - Ehtim - python code behind Wednesday’s black hole photo
0 votes and 1 comment so far on Reddit
Linux Python devs, what distro do you use and why?: https://www.reddit.com/r/Python/comments/bcn90f/linux_python_devs_what_distro_do_you_use_and_why/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Feedback requested: I released my first Python package to pypi. It makes reading and managing config files convenient.: https://www.reddit.com/r/Python/comments/bcqnpb/feedback_requested_i_released_my_first_python/
reddit
r/Python - Feedback requested: I released my first Python package to pypi. It makes reading and managing config files convenient.
33 votes and 16 comments so far on Reddit
Algorithmic trading in less than 100 lines of Python code: https://www.reddit.com/r/Python/comments/bcsntk/algorithmic_trading_in_less_than_100_lines_of/
reddit
r/Python - Algorithmic trading in less than 100 lines of Python code
85 votes and 16 comments so far on Reddit
Feedback request: I published a 4-part series about python byte-code: https://www.reddit.com/r/Python/comments/bctzdz/feedback_request_i_published_a_4part_series_about/
reddit
r/Python - Feedback request: I published a 4-part series about python byte-code
30 votes and 3 comments so far on Reddit
Conda list shows a package but cannot import it: https://stackoverflow.com/questions/46767012/conda-list-shows-a-package-but-cannot-import-it
Stack Overflow
Conda list shows a package but cannot import it
Here an issue i'm having on a conda Virtual env. I'm using ubuntu 64b guest on windows 7 host with Virtual Box.
So when i'm doing :
source activate MyVirtEnv
conda list |grep visdom
visdom ...
So when i'm doing :
source activate MyVirtEnv
conda list |grep visdom
visdom ...
PyQt5 Executable is crashing with Missing DLL: https://stackoverflow.com/questions/55625610/pyqt5-executable-is-crashing-with-missing-dll
Stack Overflow
PyQt5 Executable is crashing with Missing DLL
My issue is related to a pyqt5 executable I created with pyinstaller. The only command I'm using is:
pyinstaller script.py
I'm not very experienced with Pyinstaller's output messages. So I'm po...
pyinstaller script.py
I'm not very experienced with Pyinstaller's output messages. So I'm po...
I converted MIT’s OpenCourseWare ”learn python course” to a layout which views better on all devices: https://www.reddit.com/r/Python/comments/bcxtwm/i_converted_mits_opencourseware_learn_python/
reddit
r/Python - I converted MIT’s OpenCourseWare ”learn python course” to a layout which views better on all devices
437 votes and 30 comments so far on Reddit