What's everyone working on this week?: https://www.reddit.com/r/Python/comments/67gr5b/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...
Best python packages for geo map visualizations?: https://www.reddit.com/r/Python/comments/67h8m2/best_python_packages_for_geo_map_visualizations/
reddit
Best python packages for geo map visualizations?
I tried to google and found some very interesting results (basemap, geopandas, plotly) but they all trace back to several years ago. I just...
Texting robots on Mars using Python, Flask, NASA APIs and Twilio MMS: https://www.reddit.com/r/Python/comments/67hc5q/texting_robots_on_mars_using_python_flask_nasa/
reddit
Texting robots on Mars using Python, Flask, NASA APIs... • r/Python
1 points and 0 comments so far on reddit
Libraries for plotting high frequency data streams?: https://www.reddit.com/r/Python/comments/67hiyx/libraries_for_plotting_high_frequency_data_streams/
reddit
Libraries for plotting high frequency data streams? • r/Python
I'm making a GUI to visualize time-series data that is streaming into Python from various input sources. The cherry in top would be if i could...
100 Scripts in 30 Days challenge: Script 21 — Reading Twitter Stream using Tweepy: https://www.reddit.com/r/Python/comments/67i4oc/100_scripts_in_30_days_challenge_script_21/
reddit
100 Scripts in 30 Days challenge: Script 21 — Reading... • r/Python
1 points and 0 comments so far on reddit
how to run python code ,a basic guide on how you can run any python codes: https://www.reddit.com/r/Python/comments/67i92s/how_to_run_python_code_a_basic_guide_on_how_you/
reddit
how to run python code ,a basic guide on how you can... • r/Python
1 points and 0 comments so far on reddit
Python Session Dependent Task Queue?: https://www.reddit.com/r/Python/comments/67in4a/python_session_dependent_task_queue/
reddit
Python Session Dependent Task Queue? • r/Python
I have 1000 objects in my system, each having a particular http session. Every 3 hours, each object generates a task for each of the other...
My casual, beach-read, easygoing intro to linear regression and TensorFlow: https://www.reddit.com/r/Python/comments/67ihrn/my_casual_beachread_easygoing_intro_to_linear/
reddit
My casual, beach-read, easygoing intro to linear... • r/Python
1 points and 0 comments so far on reddit
Cross-Post from r/cscareerquestions: Beginner Python freelancer, lost on how best to progress.: https://www.reddit.com/r/Python/comments/67iqeh/crosspost_from_rcscareerquestions_beginner_python/
reddit
Cross-Post from r/cscareerquestions: Beginner Python... • r/Python
Hello Reddit, I was hoping for some Python career advice. I started teaching myself Python in April of 2016 while working very full time but...
pomegranate v0.7: Bayesian network edition: https://www.reddit.com/r/Python/comments/67j641/pomegranate_v07_bayesian_network_edition/
reddit
pomegranate v0.7: Bayesian network edition • r/Python
Howdy everyone This latest update to [pomegranate](https://github.com/jmschrei/pomegranate/tree/master/tutorials) focuses on Bayesian networks. I...
Found this guy that does a PY walkthrough of automating a car in GTA V: https://www.reddit.com/r/Python/comments/67j6id/found_this_guy_that_does_a_py_walkthrough_of/
reddit
Found this guy that does a PY walkthrough of automating... • r/Python
1 points and 0 comments so far on reddit
Snapchat-like Augmented Reality Filters Written with Python: https://www.reddit.com/r/Python/comments/67jamx/snapchatlike_augmented_reality_filters_written/
reddit
Snapchat-like Augmented Reality Filters Written with Python • r/Python
2 points and 0 comments so far on reddit
Grouping hover text of multiple line with different mode in plotly R: http://stackoverflow.com/questions/41600579/grouping-hover-text-of-multiple-line-with-different-mode-in-plotly-r
Stackoverflow
Grouping hover text of multiple line with different mode in plotly R
Plotly has the feature of showing hover text of multiple lines simultaneously. For example:
dt <- data.table(x = 1:10, y = rnorm(10), z = rnorm(10)+2)
plot_ly(type = "scatter", mode = "lines") ...
dt <- data.table(x = 1:10, y = rnorm(10), z = rnorm(10)+2)
plot_ly(type = "scatter", mode = "lines") ...
Building A 'Hello World' Docker Image For A Python Service: https://www.reddit.com/r/Python/comments/67jzlj/building_a_hello_world_docker_image_for_a_python/
reddit
Building A 'Hello World' Docker Image For A Python Service • r/Python
1 points and 0 comments so far on reddit