Reddit stock mention volume data [developers]: https://www.reddit.com/r/Python/comments/71n5d6/reddit_stock_mention_volume_data_developers/
reddit
Reddit stock mention volume data [developers] • r/Python
Hello, I need a program that parses reddit and returns data on the volume of mentions of a specific ticker symbol. Does anyone know of any code...
Getting the latest files from FTP folder (filename having spaces) in Python: https://stackoverflow.com/questions/46326252/getting-the-latest-files-from-ftp-folder-filename-having-spaces-in-python
Stackoverflow
Getting the latest files from FTP folder (filename having spaces) in Python
I have a requirement where I have to pull the latest files from an FTP folder, the problem is that the filename is having spaces and the filename is having a specific pattern.
Below is the code I h...
Below is the code I h...
No matter what i do, I can't get python to work out of my command prompt.: https://www.reddit.com/r/Python/comments/71rr5g/no_matter_what_i_do_i_cant_get_python_to_work_out/
reddit
No matter what i do, I can't get python to work out of... • r/Python
I need to run it in my command prompt in order to install pip -> beautifulsoup4 for a webscraping program i wanna build. I've tried countless ways...
Exception and Performance monitoring tool that I've created got released under Apache 2.0: https://www.reddit.com/r/Python/comments/71qu2h/exception_and_performance_monitoring_tool_that/
reddit
Exception and Performance monitoring tool that I've... • r/Python
Hi, I've wanted to share with you some news about a tool that I worked on for quite a bit, before my company got acquired and now we open sourced...
Streaming the creation of a new, better and free Pied Piper: https://www.reddit.com/r/Python/comments/71siq4/streaming_the_creation_of_a_new_better_and_free/
reddit
Streaming the creation of a new, better and free Pied Piper • r/Python
2 points and 0 comments so far on reddit
Embed plotly graph in a Sphinx doc: https://stackoverflow.com/questions/46269345/embed-plotly-graph-in-a-sphinx-doc
Stack Overflow
Embed plotly graph in a Sphinx doc
I tried using nbsphinx to embed a Jupyter notebook containing plotly plots, but the plots don't show up in the documentation, even though they look fine on the Jupyter notebook.
How can I embed a
How can I embed a
We made a way to compress text files better than anyone ever has before, and we write in Python and Solidity (Ethereum): https://www.reddit.com/r/Python/comments/71nwj9/we_made_a_way_to_compress_text_files_better_than/
reddit
We made a way to compress text files better than anyone... • r/Python
Come prove us wrong on our stream tomorrow! [Here is the link.](https://www.twitch.tv/fabricnature) We are going to sleep but we plan on...
Eliminate IPython startup time on Linux with Screen: https://www.reddit.com/r/Python/comments/71nrpy/eliminate_ipython_startup_time_on_linux_with/
reddit
Eliminate IPython startup time on Linux with Screen • r/Python
Basically by always having a clean instance of IPython waiting in screen/tmux. Short [script](https://github.com/Unknowny/ipython-screen) I wrote...
How to read/write csv data on HDFS using python language?: https://www.reddit.com/r/Python/comments/71stzk/how_to_readwrite_csv_data_on_hdfs_using_python/
reddit
How to read/write csv data on HDFS using python language? • r/Python
1 points and 0 comments so far on reddit
Uniformly partition PySpark Dataframe by count of non-null elements in row: https://stackoverflow.com/questions/46330204/uniformly-partition-pyspark-dataframe-by-count-of-non-null-elements-in-row
Stackoverflow
Uniformly partition PySpark Dataframe by count of non-null elements in row
I know there are a thousand questions out there related to how best to partition your DataFrames or RDDs by salting keys, etc., but I think this situation is different enough to warrant its own que...
[TOMT] A Short Example Displaying dict minsize is set to 8: https://www.reddit.com/r/Python/comments/71ti2q/tomt_a_short_example_displaying_dict_minsize_is/
reddit
[TOMT] A Short Example Displaying dict minsize is set to 8 • r/Python
There was a post a while back linking to various advanced python snippets, and one of them was showing that the default allocation size for a...
How to Build A Boba Tea Shop Finder with Python, Google Maps and GeoJSON: https://www.reddit.com/r/Python/comments/71t9xt/how_to_build_a_boba_tea_shop_finder_with_python/
reddit
How to Build A Boba Tea Shop Finder with Python, Google... • r/Python
4 points and 0 comments so far on reddit
Download competitor’s Tweets without API access?: https://www.reddit.com/r/Python/comments/71mz9k/download_competitors_tweets_without_api_access/
reddit
Download competitor’s Tweets without API access? • r/Python
0 points and 0 comments so far on reddit
Cannot sign up to CodeEval (from the sidebar) using any options. Is the site still up?: https://www.reddit.com/r/Python/comments/71u010/cannot_sign_up_to_codeeval_from_the_sidebar_using/
reddit
Cannot sign up to CodeEval (from the sidebar) using any... • r/Python
Hi I saw CodeEval and thought it might be a good idea to sign up, but I am not receiving any verification emails from the Github or email...
dot_access: makes going through nested python objects easier: https://www.reddit.com/r/Python/comments/71u3fd/dot_access_makes_going_through_nested_python/
reddit
dot_access: makes going through nested python objects... • r/Python
Would love to hear some feedback: https://github.com/kootenpv/dot_access I think it strikes a nice balance of safety, convenience, and...