Thinking Functionally with Python and Django at eShares Inc.: https://www.reddit.com/r/Python/comments/5opsub/thinking_functionally_with_python_and_django_at/
reddit
Thinking Functionally with Python and Django at... • /r/Python
1 points and 0 comments so far on reddit
addict – the Python dict with attribute access is now in v2: https://www.reddit.com/r/Python/comments/5opcjl/addict_the_python_dict_with_attribute_access_is/
reddit
addict – the Python dict with attribute access is now... • /r/Python
5 points and 1 comments so far on reddit
My Python linting-as-a-service side project just got Python 3 support!: https://www.reddit.com/r/Python/comments/5oq28f/my_python_lintingasaservice_side_project_just_got/
reddit
My Python linting-as-a-service side project just got... • /r/Python
2 points and 1 comments so far on reddit
Storing user credentials and config – where and how?: https://www.reddit.com/r/Python/comments/5oq7j6/storing_user_credentials_and_config_where_and_how/
reddit
Storing user credentials and config – where and how? • /r/Python
Hello r/Python : ) I'm writing a Python3 CLI package which requires users to enter a 3rd party API key on first run. It will be distributed...
Need urgent help with python please: https://www.reddit.com/r/Python/comments/5oqt0t/need_urgent_help_with_python_please/
reddit
Need urgent help with python please • /r/Python
I am currently a student, and i was in hospital for 2 weeks and missed python lessons, turns out that i have an assignment for tomorrow that...
What Messaging(AMQP) library python community are you using?: https://www.reddit.com/r/Python/comments/5oqu3i/what_messagingamqp_library_python_community_are/
reddit
What Messaging(AMQP) library python community are you... • /r/Python
I've been using kombu[1] to implement some listeners. It's stable and for now it suits good, but I would like know if has some high-level project,...
Visualization: Most used words in Python code on GitHub: https://www.reddit.com/r/Python/comments/5oqwjx/visualization_most_used_words_in_python_code_on/
reddit
Visualization: Most used words in Python code on GitHub • /r/Python
6 points and 6 comments so far on reddit
Dismissing Python Garbage Collection at Instagram: https://engineering.instagram.com/dismissing-python-garbage-collection-at-instagram-4dca40b29172
Medium
Dismissing Python Garbage Collection at Instagram
By dismissing the Python garbage collection (GC) mechanism, which reclaims memory by collecting and freeing unused data, Instagram can run…
Google acquires Fabric developer platform and team from Twitter: https://www.reddit.com/r/Python/comments/5oran3/google_acquires_fabric_developer_platform_and/
reddit
Google acquires Fabric developer platform and team... • /r/Python
2 points and 0 comments so far on reddit
How to Do Linear Regression the Right Way [LIVE]: https://www.reddit.com/r/Python/comments/5orgrt/how_to_do_linear_regression_the_right_way_live/
reddit
How to Do Linear Regression the Right Way [LIVE] • /r/Python
1 points and 0 comments so far on reddit
Python quit unexpectedly in Pycharm error. Please help.: https://www.reddit.com/r/Python/comments/5oriz0/python_quit_unexpectedly_in_pycharm_error_please/
reddit
Python quit unexpectedly in Pycharm error. Please help. • /r/Python
0 down vote favorite I am using PyCharm Community Edition 2016.3.2 with Python 3.6 on MacOS 10.12.1 . Every time I run anything on PyCharm it says...
How to overlay data over a "day period" in Pandas for plotting: http://stackoverflow.com/questions/41642799/how-to-overlay-data-over-a-day-period-in-pandas-for-plotting
Stackoverflow
How to overlay data over a "day period" in Pandas for plotting
I have a DataFrame with some (more-sensical) data in the following form:
In[67] df
Out[67]:
latency
timestamp
2016-09-15 00:00:00.000000 0.
In[67] df
Out[67]:
latency
timestamp
2016-09-15 00:00:00.000000 0.
What program did you write to solve something, that ended up taking more time tow rite it than to solve the problem manually?: https://www.reddit.com/r/Python/comments/5os2nx/what_program_did_you_write_to_solve_something/
reddit
What program did you write to solve something, that... • /r/Python
1 points and 0 comments so far on reddit
Digging into Grumpy: Python running on Go (with Dylan Trotter, audio): https://www.reddit.com/r/Python/comments/5os4nd/digging_into_grumpy_python_running_on_go_with/
reddit
Digging into Grumpy: Python running on Go (with Dylan... • /r/Python
0 points and 0 comments so far on reddit
How do I create my own CMD script that continues to run until I type CTRL Z or type exit(), much like Python does.: https://www.reddit.com/r/Python/comments/5oscl9/how_do_i_create_my_own_cmd_script_that_continues/
reddit
How do I create my own CMD script that continues to... • /r/Python
For instance, when I type in Python or "venv/Scripts/activate" into the Windows CMD it creates a new "area" to enter a set of commands, how can I...