Hi everyone, does anyone know how to make this more efficient? A program that asks for users OS phone, model ect and then asks what is wrong with their phone. The response is given a case number and writen in a text file: https://www.reddit.com/r/Python/comments/5cxbz9/hi_everyone_does_anyone_know_how_to_make_this/
reddit
Hi everyone, does anyone know how to make this more... • /r/Python
1 points and 1 comments so far on reddit
Is there a Python API for submitting batch get requests to AWS DynamoDB?: http://stackoverflow.com/questions/37872542/is-there-a-python-api-for-submitting-batch-get-requests-to-aws-dynamodb
Stack Overflow
Is there a Python API for submitting batch get requests to AWS DynamoDB?
The package boto3 - Amazon's official AWS API wrapper for python - has great support for uploading items to DynamoDB in bulk. It looks like this:
db = boto3.resource("dynamodb", region_name = "
db = boto3.resource("dynamodb", region_name = "
To Learn Programming, Do Projects You Actually Care About: https://www.reddit.com/r/Python/comments/5cxmn0/to_learn_programming_do_projects_you_actually/
reddit
To Learn Programming, Do Projects You Actually Care About • /r/Python
4 points and 0 comments so far on reddit
[PySide / QT] Widget scaling: https://www.reddit.com/r/Python/comments/5cxjkc/pyside_qt_widget_scaling/
reddit
[PySide / QT] Widget scaling • /r/Python
Does anyone know if it is possible to scale QWidget using PySide? I'm not talking about resizing but implementing a real scaling option to be able...
Why does assigning past the end of a list via a slice not raise an IndexError?: http://stackoverflow.com/questions/40558529/why-does-assigning-past-the-end-of-a-list-via-a-slice-not-raise-an-indexerror
Stack Overflow
Why does assigning past the end of a list via a slice not raise an IndexError?
I'm working on a sparse list implementation and recently implemented assignment via a slice. This led me to discover some behaviour in Python's built-in list implementation that I find suprising.
...
...
Need help on getting started with a web based text reformatting project.: https://www.reddit.com/r/Python/comments/5cxs0p/need_help_on_getting_started_with_a_web_based/
reddit
Need help on getting started with a web based text... • /r/Python
One I get to writing code and such, I can begin to sort myself out and actually learn. **My problem.** Myself and my coworkers work with lots...
Where to go from here? First Python project ideas?: https://www.reddit.com/r/Python/comments/5cyyey/where_to_go_from_here_first_python_project_ideas/
reddit
Where to go from here? First Python project ideas? • /r/Python
Hey guys. I am currently learning python. On exercise 32 on LPTHW (Python2). I have pretty good grasp on everything so far and I would like to...
What to learn next? AKA: What else can you do with Python?: https://www.reddit.com/r/Python/comments/5czg26/what_to_learn_next_aka_what_else_can_you_do_with/
reddit
What to learn next? AKA: What else can you do with Python? • /r/Python
Hi guys, I work in the geospatial industry, and use python quite a bit to automate various geoprocessing and data management tasks. Usually this...
Comic-DL - Command Line tool to download comics and manga: https://www.reddit.com/r/Python/comments/5czxym/comicdl_command_line_tool_to_download_comics_and/
reddit
Comic-DL - Command Line tool to download comics and manga • /r/Python
1 points and 0 comments so far on reddit
Making money online using selenium: https://www.reddit.com/r/Python/comments/5d0xup/making_money_online_using_selenium/
reddit
Making money online using selenium • /r/Python
Hi friends, this is my first reddit post and i want to know - is it possible to make money by automating the stuff. Few months back my friend told...
Up to date python library to get "readable" versions of web pages?: https://www.reddit.com/r/Python/comments/5d0y79/up_to_date_python_library_to_get_readable/
reddit
Up to date python library to get "readable" versions... • /r/Python
I'm interested in doing some web page extraction. Is there a good (up to date) library for doing...
Average Time to Check If an Array Is Sorted (X-post from /r/programming): https://www.reddit.com/r/Python/comments/5d11to/average_time_to_check_if_an_array_is_sorted_xpost/
reddit
Average Time to Check If an Array Is Sorted (X-post... • /r/Python
2 points and 1 comments so far on reddit
Should I even bother to keep going?: https://www.reddit.com/r/Python/comments/5d175f/should_i_even_bother_to_keep_going/
reddit
Should I even bother to keep going? • /r/Python
Left a TL;DR in the bottom I wonder if I should give up programming all together or keep pushing. I aspired to learn python so that I could be...
An opensource clone of IFTTT, a bridge between your internet services: https://www.reddit.com/r/Python/comments/5d1g8i/an_opensource_clone_of_ifttt_a_bridge_between/
reddit
An opensource clone of IFTTT, a bridge between your... • /r/Python
1 points and 0 comments so far on reddit
How to write python database driver (PyCon JP 2016 talk): https://www.reddit.com/r/Python/comments/5d1qkg/how_to_write_python_database_driver_pycon_jp_2016/
reddit
How to write python database driver (PyCon JP 2016 talk) • /r/Python
1 points and 0 comments so far on reddit