ELI5 - How to productionize Python script?: https://www.reddit.com/r/Python/comments/5ylizb/eli5_how_to_productionize_python_script/
reddit
ELI5 - How to productionize Python script? • r/Python
Hi! I've written some python codes but they are mostly one-off use and to be run at command line. I still have no idea how to automate and...
Programming the firmware of a LoRa node in 40 lines of Python: https://www.reddit.com/r/Python/comments/5yluvy/programming_the_firmware_of_a_lora_node_in_40/
reddit
Programming the firmware of a LoRa node in 40 lines of... • r/Python
3 points and 0 comments so far on reddit
Importing with ctypes in Python: fighting overflows: https://www.reddit.com/r/Python/comments/5ylypb/importing_with_ctypes_in_python_fighting_overflows/
reddit
Importing with ctypes in Python: fighting overflows • r/Python
2 points and 0 comments so far on reddit
Detecting Bots in Apache and Nginx Logs Using Python: http://tech.marksblogg.com/detect-bots-apache-nginx-logs.html
Marksblogg
Detecting Bots in Apache & Nginx Logs
Benchmarks & Tips for Big Data, Hadoop, AWS, Google Cloud, PostgreSQL, Spark, Python & More...
Python: Need help with barcode program: https://www.reddit.com/r/Python/comments/5ygugg/python_need_help_with_barcode_program/
reddit
Python: Need help with barcode program • r/Python
Hi there, I am learning Python at the moment and I have been asked to create a program that validates and generates a GTIN-8 barcode....
Interview: Claudiu Popa - Using Pylint for Python Static Analysis: https://www.reddit.com/r/Python/comments/5ymw9c/interview_claudiu_popa_using_pylint_for_python/
reddit
Interview: Claudiu Popa - Using Pylint for Python... • r/Python
2 points and 1 comments so far on reddit
Let’s Make A Bot That Applies To Jobs For Us With Python: https://www.reddit.com/r/Python/comments/5yi7fk/lets_make_a_bot_that_applies_to_jobs_for_us_with/
reddit
Let’s Make A Bot That Applies To Jobs For Us With Python • r/Python
1 points and 0 comments so far on reddit
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...