When People Sleep: Determine Facebook Activity Using Google Chrome, Javascript and Python: https://www.reddit.com/r/Python/comments/4cak91/when_people_sleep_determine_facebook_activity/
reddit
When People Sleep: Determine Facebook Activity Using... • /r/Python
2 points and 0 comments so far on reddit
Persisting pandas dataframes: any good methods besides CSV?: https://www.reddit.com/r/Python/comments/4caosz/persisting_pandas_dataframes_any_good_methods/
reddit
Persisting pandas dataframes: any good methods besides... • /r/Python
Technical users in our firm need the ability to share pandas dataframes among themselves. They currently do so in CSV but it's proven sub-optimal...
Visualize missing data with the missingno package: https://www.reddit.com/r/Python/comments/4caijh/visualize_missing_data_with_the_missingno_package/
reddit
Visualize missing data with the missingno package • /r/Python
2 points and 1 comments so far on reddit
What do eps and tol do in LassoCV: http://stackoverflow.com/questions/36187281/what-do-eps-and-tol-do-in-lassocv
Stackoverflow
What do eps and tol do in LassoCV
Using scikit-learn: http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
Specifically, I am interested in:
1) If eps grows, does the accuracy(precision) increase or
Specifically, I am interested in:
1) If eps grows, does the accuracy(precision) increase or
In a class hierarchy, where do I place common validation logic?: https://www.reddit.com/r/Python/comments/4cbsbx/in_a_class_hierarchy_where_do_i_place_common/
reddit
In a class hierarchy, where do I place common... • /r/Python
**Problem**: i have a common validation that occurs in `__delitem__`, `__getitem__`, `__setitem__` that I am moving to its own method. I then plan...
Need Help with a SAS File Conversion Script: https://www.reddit.com/r/Python/comments/4cbtih/need_help_with_a_sas_file_conversion_script/
reddit
Need Help with a SAS File Conversion Script • /r/Python
Total amateur Python user here - meaning I did a couple weeks of this in college and now for some reason I think I'm good enough to apply this at...
New to programming. I want to write a script that looks for specific colors on variable area of the screen and left-clicks on them. How hard is it for a newcomer?: https://www.reddit.com/r/Python/comments/4cc3yk/new_to_programming_i_want_to_write_a_script_that/
reddit
New to programming. I want to write a script that... • /r/Python
Hey guys. I'm new to programming and only want to learn some basics just for one purpose : I Want to write a script that would make a part of my...
Is it possible to use PyQt inside a remote desktop?: https://www.reddit.com/r/Python/comments/4cbyyd/is_it_possible_to_use_pyqt_inside_a_remote_desktop/
reddit
Is it possible to use PyQt inside a remote desktop? • /r/Python
I want to have a script that runs on my desktop to connect to my server via RDP and then be able to move around and click inside the RDP to export...
I Need A Cofounder Who Has Some Python Knowledge To Join A Great Adventure .: https://www.reddit.com/r/Python/comments/4ccdet/i_need_a_cofounder_who_has_some_python_knowledge/
reddit
I Need A Cofounder Who Has Some Python Knowledge To... • /r/Python
Hey Redittors, I know that's not the kind of post that suite this subreddit ..... I'am a python developer for a few months, and I've recently...
hey Guys, I Just want to show you another project i have been working on: https://www.reddit.com/r/Python/comments/4cd3hh/hey_guys_i_just_want_to_show_you_another_project/
reddit
hey Guys, I Just want to show you another project i... • /r/Python
Hey guys, The past three weeks i have been binging on python/django and i am pretty happy with the results that i have had. The purpose of the...
Installing PyQt5.5.1 with Python 3.5 (Windows): https://www.reddit.com/r/Python/comments/4cdy7o/installing_pyqt551_with_python_35_windows/
reddit
Installing PyQt5.5.1 with Python 3.5 (Windows) • /r/Python
The latest version at the Riverbank site seems like it uses Py3.4 & Qt 5.5.1, but I'm wondering if there's a way to make it work with Python 3.5. ...