Unread, a script that checks for new Reddit messages and displays a desktop notification. Cross platform! (probably; tested on Windows with pywin32): https://www.reddit.com/r/Python/comments/5ygocc/unread_a_script_that_checks_for_new_reddit/
reddit
Unread, a script that checks for new Reddit messages... • r/Python
1 points and 0 comments so far on reddit
implementing USER_SRP_AUTH with python boto3 for AWS Cognito: http://stackoverflow.com/questions/41526205/implementing-user-srp-auth-with-python-boto3-for-aws-cognito
Stack Overflow
implementing USER_SRP_AUTH with python boto3 for AWS Cognito
Amazon provides iOS, Android, and Javascript Cognito SDKs that offer a high-level authenticate-user operation.
For example, see Use Case 4 here:
https://github.com/aws/amazon-cognito-identity-js
Ho...
For example, see Use Case 4 here:
https://github.com/aws/amazon-cognito-identity-js
Ho...
Does pickle randomly fail with OSError on large files?: http://stackoverflow.com/questions/42653386/does-pickle-randomly-fail-with-oserror-on-large-files
Stack Overflow
Does pickle randomly fail with OSError on large files?
Problem Statement
I'm using python3 and trying to pickle a dictionary of IntervalTrees which weighs something like 2 to 3 GB. This is my console output:
10:39:25 - project: INFO - Checking if mot...
I'm using python3 and trying to pickle a dictionary of IntervalTrees which weighs something like 2 to 3 GB. This is my console output:
10:39:25 - project: INFO - Checking if mot...
I want to learn python! Where is the best place to get started? I would love to take a class, but my local colleges and universities don't have any python courses. What do you guys recommend?: https://www.reddit.com/r/Python/comments/5yhxu7/i_want_to_learn_python_where_is_the_best_place_to/
reddit
I want to learn python! Where is the best place to get... • r/Python
1 points and 0 comments so far on reddit
Isochrones using the Google Maps Distance Matrix API: https://www.reddit.com/r/Python/comments/5ynxwf/isochrones_using_the_google_maps_distance_matrix/
reddit
Isochrones using the Google Maps Distance Matrix API • r/Python
2 points and 0 comments so far on reddit
Amazon AWS IoT Button projects: https://www.reddit.com/r/Python/comments/5yoait/amazon_aws_iot_button_projects/
reddit
Amazon AWS IoT Button projects • r/Python
This button seems like a really cool idea to bring the IoT to the every day world, but ive been struggling to think of uses that only require one...
How do you bring up what you just typed in IDLE: https://www.reddit.com/r/Python/comments/5yoazo/how_do_you_bring_up_what_you_just_typed_in_idle/
reddit
How do you bring up what you just typed in IDLE • r/Python
Like in Linux when your in the terminal you press the up key and it shows the last command you entered, how do you do this with IDLE?
I need help parsing data using python on a website that uses the google search console: https://www.reddit.com/r/Python/comments/5yo35k/i_need_help_parsing_data_using_python_on_a/
reddit
I need help parsing data using python on a website that... • r/Python
I'm a python noob that wants to learn more about web scraping and parsing. I'm following the youtube tutorial...
Python cx_Oracle 5.3 for Oracle Database Released: https://www.reddit.com/r/Python/comments/5yojr8/python_cx_oracle_53_for_oracle_database_released/
reddit
Python cx_Oracle 5.3 for Oracle Database Released • r/Python
2 points and 0 comments so far on reddit
Not understanding QT's licensing, Do i need to pay to play with it?: https://www.reddit.com/r/Python/comments/5yom88/not_understanding_qts_licensing_do_i_need_to_pay/
reddit
Not understanding QT's licensing, Do i need to pay to... • r/Python
So i am learning python and about ready to run my software into a GUI now. I tried learning Tkinter but there is very limited resources as far as...
Securing subprocess execution with untrusted input: https://www.reddit.com/r/Python/comments/5yonkx/securing_subprocess_execution_with_untrusted_input/
reddit
Securing subprocess execution with untrusted input • r/Python
Hi, I'm working on a project, main goal of which is take input from the users (parameters and stdin) and execute some command/script (specified by...
An simple/naive evolutionary process in less than 40 lines of Python.: https://www.reddit.com/r/Python/comments/5yovgj/an_simplenaive_evolutionary_process_in_less_than/
reddit
An simple/naive evolutionary process in less than 40... • r/Python
2 points and 0 comments so far on reddit
A steganography tool for embedding payloads within Python bytecode: https://www.reddit.com/r/Python/comments/5yp7a7/a_steganography_tool_for_embedding_payloads/
reddit
A steganography tool for embedding payloads within... • r/Python
1 points and 1 comments so far on reddit
Oyster - A multi-threaded, plugin-based reverse shell I wrote for fun(python 3): https://www.reddit.com/r/Python/comments/5yphia/oyster_a_multithreaded_pluginbased_reverse_shell/
reddit
Oyster - A multi-threaded, plugin-based reverse shell I... • r/Python
I found a video on thenewboston's youtube channel about how to make a reverse shell, and went crazy with the concept. I have only really used it...