Collaborating with a JavaScript Developer in Python Project: https://www.reddit.com/r/Python/comments/4cfiz4/collaborating_with_a_javascript_developer_in/
reddit
Collaborating with a JavaScript Developer in Python... • /r/Python
1 points and 0 comments so far on reddit
takeit - quickly steal js files from the interwebs: https://www.reddit.com/r/Python/comments/4cfrpo/takeit_quickly_steal_js_files_from_the_interwebs/
reddit
takeit - quickly steal js files from the interwebs • /r/Python
1 points and 1 comments so far on reddit
Layers: A programming environment with focus on refactoring/code visualization with Python support: https://www.reddit.com/r/Python/comments/4cg2gk/layers_a_programming_environment_with_focus_on/
reddit
Layers: A programming environment with focus on... • /r/Python
1 points and 0 comments so far on reddit
Question using Matplot Lib and large datasets: https://www.reddit.com/r/Python/comments/4cg79d/question_using_matplot_lib_and_large_datasets/
reddit
Question using Matplot Lib and large datasets • /r/Python
I have quite a large dataset (~30+ parts) that I need displayed on a single graph. When graphed using matplot library, the colors automatically...
x-post - How To Use Elasticsearch With Python and Django (Part 2), Populate the Database: https://www.reddit.com/r/Python/comments/4cg7vo/xpost_how_to_use_elasticsearch_with_python_and/
reddit
x-post - How To Use Elasticsearch With Python and... • /r/Python
3 points and 0 comments so far on reddit
How to Map the Infrared Universe with Astropy and ArcGIS: https://www.reddit.com/r/Python/comments/4cgg7k/how_to_map_the_infrared_universe_with_astropy_and/
reddit
How to Map the Infrared Universe with Astropy and ArcGIS • /r/Python
1 points and 0 comments so far on reddit
Network Monitoring with Python: https://www.reddit.com/r/Python/comments/4cgmse/network_monitoring_with_python/
reddit
Network Monitoring with Python • /r/Python
I am trying to build a tool in Python that will monitor my network and send me an email when a new host joins my network. I have Automate the...
Python urllib code for some reason doesn't work: https://www.reddit.com/r/Python/comments/4cgxbo/python_urllib_code_for_some_reason_doesnt_work/
reddit
Python urllib code for some reason doesn't work • /r/Python
Hello, I just wrote a simple Python code that should go to google, enter into the search box something that i would type and then extract data...
Is this diagram from a scientific paper done with python? link in comments: https://www.reddit.com/r/Python/comments/4ch619/is_this_diagram_from_a_scientific_paper_done_with/
reddit
Is this diagram from a scientific paper done with... • /r/Python
2 points and 1 comments so far on reddit
Building Serverless Microservices with Zappa and Flask: https://www.reddit.com/r/Python/comments/4ch654/building_serverless_microservices_with_zappa_and/
reddit
Building Serverless Microservices with Zappa and Flask • /r/Python
2 points and 0 comments so far on reddit
Bank account program with OOP: https://www.reddit.com/r/Python/comments/4ch6r5/bank_account_program_with_oop/
reddit
Bank account program with OOP • /r/Python
i am not sure how to phrase this question but i will try my best. i want to use OOP to create a bank account program that will have to user...
Dictionary equivalent to this list creation with generators? (See text): https://www.reddit.com/r/Python/comments/4chfic/dictionary_equivalent_to_this_list_creation_with/
reddit
Dictionary equivalent to this list creation with... • /r/Python
You can make one-line generators like this: generator = (x + x for x in range(0,10)) And you can use them to make lists like this: ...
Looks like new home for Werkzeug, Flask and other stuff: https://www.reddit.com/r/Python/comments/4ch8mf/looks_like_new_home_for_werkzeug_flask_and_other/
reddit
Looks like new home for Werkzeug, Flask and other stuff • /r/Python
17 points and 3 comments so far on reddit
Feather: A Fast On-Disk Format for Data Frames for R and Python: http://blog.rstudio.org/2016/03/29/feather/
RStudio Blog
Feather: A Fast On-Disk Format for Data Frames for R and Python, powered by Apache Arrow
Wes McKinney, Software Engineer, Cloudera Hadley Wickham, Chief Scientist, RStudio This past January, we (Hadley and Wes) met and discussed some of the systems challenges facing the Python and R op…
Using NumPy and Beautiful Soup to Make a Really Bad NCAA Bracket: https://www.reddit.com/r/Python/comments/4chwqd/using_numpy_and_beautiful_soup_to_make_a_really/
reddit
Using NumPy and Beautiful Soup to Make a Really Bad... • /r/Python
2 points and 0 comments so far on reddit
Trouble with the builtin 'open' resolving path.: https://www.reddit.com/r/Python/comments/4chz4h/trouble_with_the_builtin_open_resolving_path/
reddit
Trouble with the builtin 'open' resolving path. • /r/Python
I'm having trouble using the python built-in 'open' function to open files in a subdirectory, any help greatly appreciated! Documentation is thin...
Where can I find Tkinter and Tk?: https://www.reddit.com/r/Python/comments/4ci88b/where_can_i_find_tkinter_and_tk/
reddit
Where can I find Tkinter and Tk? • /r/Python
I'm king of a newbie, sorry. Googling "python tkinter" shows all sorts of help pages but no pages where I can actually friggin' get it. And would...