Expanding Skype Forensics with OSINT: Email Accounts: https://www.reddit.com/r/Python/comments/4hh427/expanding_skype_forensics_with_osint_email/
reddit
Expanding Skype Forensics with OSINT: Email Accounts • /r/Python
2 points and 0 comments so far on reddit
Posting screenshots online with Python and Inthing: https://www.reddit.com/r/Python/comments/4hh988/posting_screenshots_online_with_python_and_inthing/
reddit
Posting screenshots online with Python and Inthing • /r/Python
1 points and 0 comments so far on reddit
Bookshops: search books data from real bookshops: https://www.reddit.com/r/Python/comments/4hhk1e/bookshops_search_books_data_from_real_bookshops/
reddit
Bookshops: search books data from real bookshops • /r/Python
2 points and 0 comments so far on reddit
[Question] I designed a program that works with data. I take raw data and format it into cleaned data. This takes about 30 min on my computer. Is there any way this job can be done in a cloud like Amazon Web Services or something?: https://www.reddit.com/r/Python/comments/4hi1kr/question_i_designed_a_program_that_works_with/
reddit
[Question] I designed a program that works with data.... • /r/Python
I feel like processing on your own computer should be a thing of the past and I'm wondering if you guys have any advice for me. I wonder if I...
How do I run/call this function? (Super Beginner Here): https://www.reddit.com/r/Python/comments/4hi6z6/how_do_i_runcall_this_function_super_beginner_here/
reddit
How do I run/call this function? (Super Beginner Here) • /r/Python
I can't seem to figure out what i have to type into the console to get this to run. These are the first 4 lines of the program. def...
PyDev of the Week: Mark Lutz | The Mouse Vs. The Python: https://www.reddit.com/r/Python/comments/4hihhz/pydev_of_the_week_mark_lutz_the_mouse_vs_the/
reddit
PyDev of the Week: Mark Lutz | The Mouse Vs. The Python • /r/Python
1 points and 0 comments so far on reddit
Managing socket connections: https://www.reddit.com/r/Python/comments/4hine8/managing_socket_connections/
reddit
Managing socket connections • /r/Python
Is there any reasonable and reliable way of closing sockets after a time period has passed that's also revokable? Not for socket timeouts, but for...
How to do configuration of a python environment: http://stackoverflow.com/questions/36918010/how-to-do-configuration-of-a-python-environment
Stackoverflow
How to do configuration of a python environment
During the last years I mostly used django. Django uses the environment variable DJANGO_SETTINGS_MODULE to find its configuration.
Now I have a project where I don't use django and I would like to...
Now I have a project where I don't use django and I would like to...
Python devs can gain greater efficiency with Kite: https://www.reddit.com/r/Python/comments/4hiya9/python_devs_can_gain_greater_efficiency_with_kite/
reddit
Python devs can gain greater efficiency with Kite • /r/Python
0 points and 1 comments so far on reddit
Merging two input sources for Markov generator: https://www.reddit.com/r/Python/comments/4hjab8/merging_two_input_sources_for_markov_generator/
reddit
Merging two input sources for Markov generator • /r/Python
Hello there, I'm attempting to build myself a little bot. It takes all the tweets from two different twitter usernames, strips out all the junk...
Adding keys to defaultdict(dict): http://stackoverflow.com/questions/36928379/adding-keys-to-defaultdictdict
Stackoverflow
Adding keys to defaultdict(dict)
I have a defaultdict that looks like this:
my_dict = defaultdict(dict)
which will print out:
defaultdict(, {})
I also have two lists, which look like this:
list1 = ["W",...
my_dict = defaultdict(dict)
which will print out:
defaultdict(, {})
I also have two lists, which look like this:
list1 = ["W",...
Heard about Kite, a "Programming CoPilot", on Partially Derivative, wasn't sure if it was posted here or not.: https://www.reddit.com/r/Python/comments/4hjhui/heard_about_kite_a_programming_copilot_on/
reddit
Heard about Kite, a "Programming CoPilot", on... • /r/Python
5 points and 2 comments so far on reddit
run setup in a subprocess created by xdist: http://stackoverflow.com/questions/36922557/run-setup-in-a-subprocess-created-by-xdist
Stackoverflow
run setup in a subprocess created by xdist
I need to execute some setup (like creating a socket) inside each of the processes created by xdist before the processes start running the tests. I have looked at the hooks provided by xdist, but b...
Recommendation for best way to learn python numpy pandas: https://www.reddit.com/r/Python/comments/4hk8q4/recommendation_for_best_way_to_learn/
reddit
Recommendation for best way to learn python+numpy+pandas • /r/Python
I see a lot of references listed in the sidebar, but I'm not sure where to start. What's the most effective way to learn python, numpy and pandas?
How can I use a custom PyQt Widget in PySide?: https://www.reddit.com/r/Python/comments/4hk3ax/how_can_i_use_a_custom_pyqt_widget_in_pyside/
reddit
How can I use a custom PyQt Widget in PySide? • /r/Python
Anyone here encounter a situation where you need to use a custom PyQt4 widget in a PySide UI? My company has a lot of legacy PyQt4 code with...
Anyone scraped LinkedIn and/or Instagram before?: https://www.reddit.com/r/Python/comments/4hkdhg/anyone_scraped_linkedin_andor_instagram_before/
reddit
Anyone scraped LinkedIn and/or Instagram before? • r/Python
The priority here is LinkedIn. I have a Pro account so authenticating should be okay, but I'm unfamiliar with the API so I'd prefer to scrape...