Query API similar to Django for Python objects or dictionaries: https://www.reddit.com/r/Python/comments/4kyfed/query_api_similar_to_django_for_python_objects_or/
reddit
Query API similar to Django for Python objects or... • /r/Python
1 points and 0 comments so far on reddit
Replacing repeated captures: http://stackoverflow.com/questions/37381249/replacing-repeated-captures
Stackoverflow
Replacing repeated captures
This is sort of a follow-up to Python regex - Replace single quotes and brackets thread.
The task:
Sample input strings:
RSQ(name['BAKD DK'], name['A DKJ'])
SMT(name['BAKD DK'], name['A DKJ'], n...
The task:
Sample input strings:
RSQ(name['BAKD DK'], name['A DKJ'])
SMT(name['BAKD DK'], name['A DKJ'], n...
Serverless Framework: A Deep Overview of the Best AWS Lambda API Gateway Automation Solution: https://www.reddit.com/r/Python/comments/4kyghf/serverless_framework_a_deep_overview_of_the_best/
reddit
Serverless Framework: A Deep Overview of the Best AWS... • /r/Python
1 points and 0 comments so far on reddit
versionutil - convenience utility for checking Python version, eg `if PYTHON < 2.7` , `if PYTHON >= '3.2.2':`: https://www.reddit.com/r/Python/comments/4kyh3n/versionutil_convenience_utility_for_checking/
reddit
versionutil - convenience utility for checking Python... • /r/Python
1 points and 1 comments so far on reddit
Writing online multiplayer game with python and asyncio [Getting asynchronous]: https://www.reddit.com/r/Python/comments/4kytet/writing_online_multiplayer_game_with_python_and/
reddit
Writing online multiplayer game with python and... • /r/Python
1 points and 0 comments so far on reddit
Some help required with inserting into a postgresql with psycopg2: https://www.reddit.com/r/Python/comments/4kz762/some_help_required_with_inserting_into_a/
reddit
Some help required with inserting into a postgresql... • /r/Python
This is the code I am using: #Connect to database try: CONNECTION = psycopg2.connect("dbname='"+DATABASE_NAME+"' user='"+DATABASE_USER+"'...
AttributeError: StringVar instance has no attribute 'endswith' while trying to call from a Tkinter button: http://stackoverflow.com/questions/37381348/attributeerror-stringvar-instance-has-no-attribute-endswith-while-trying-to-c
Stackoverflow
AttributeError: StringVar instance has no attribute 'endswith' while trying to call from a Tkinter button
I would like to create a GUI that receives two paths (a directory full of .txt documents and the destination of a new .csv file created from the files of the previously mentioned folder).
Theref...
Theref...
Python sinks its fangs into man's penis as he sits on the toilet: https://www.reddit.com/r/Python/comments/4kzdq2/python_sinks_its_fangs_into_mans_penis_as_he_sits/
Reddit
reddit.com: over 18?
reddit: the front page of the internet
Help with turning a console-based game into a web-based game: https://www.reddit.com/r/Python/comments/4kzgy3/help_with_turning_a_consolebased_game_into_a/
reddit
Help with turning a console-based game into a... • /r/Python
I have a simple Tower of Hanoi game written in Python and it is console-based. I'd like to convert it into a web-based game. I've dabbled with a...
New ‘pandas’ plugin for JSON Table Schema released. Generate data frames from your Data Package.: https://www.reddit.com/r/Python/comments/4kzb6u/new_pandas_plugin_for_json_table_schema_released/
reddit
New ‘pandas’ plugin for JSON Table Schema released.... • /r/Python
3 points and 0 comments so far on reddit
Is it safe to use Python 2.6.6 in production?: https://www.reddit.com/r/Python/comments/4kzlfn/is_it_safe_to_use_python_266_in_production/
reddit
Is it safe to use Python 2.6.6 in production? • /r/Python
I'm aware that security-only fixes for Python 2.6.6 finished in October 2013, and that the rest of the world is on either Python 2.7 or Python 3...
I've been teaching a class at ASU, all about the cool parts of algorithms and programming - I also teach a crash course in Python! [x-post from /r/programming]: https://www.reddit.com/r/Python/comments/4kzxr1/ive_been_teaching_a_class_at_asu_all_about_the/
reddit
I've been teaching a class at ASU, all about the cool... • /r/Python
3 points and 1 comments so far on reddit
Comparing two different processes based on the real, user and sys times: http://stackoverflow.com/questions/37382402/comparing-two-different-processes-based-on-the-real-user-and-sys-times
Stack Overflow
Comparing two different processes based on the real, user and sys times
I have been through other answers on SO about real,user and sys times. In this question, apart from the theory, I am interested in understanding the practical implications of the times being report...
Python Web scraping - Get android app downloads count and rating from Google Play Store: https://www.reddit.com/r/Python/comments/4l0gkb/python_web_scraping_get_android_app_downloads/
reddit
Python Web scraping - Get android app downloads count... • /r/Python
0 points and 0 comments so far on reddit
Calculating how long to fall through the Earth with Python: https://www.reddit.com/r/Python/comments/4l0g4k/calculating_how_long_to_fall_through_the_earth/
reddit
Calculating how long to fall through the Earth with Python • /r/Python
Based on a video that made the front page, I created a quick guide of the math and coding needed to solve the problem of how long it would take to...
Finishing up Python for Everybody course on Coursera, where should I go from here?: https://www.reddit.com/r/Python/comments/4l0hhw/finishing_up_python_for_everybody_course_on/
reddit
Finishing up Python for Everybody course on Coursera,... • /r/Python
Hello Everyone, I'm relatively new to Python and have no experience outside of the course. Right now I'm just learning it as a hobby. I'm...
SqlAlchemy, many relations in one row: https://www.reddit.com/r/Python/comments/4l0le5/sqlalchemy_many_relations_in_one_row/
reddit
SqlAlchemy, many relations in one row • /r/Python
It`s kinda stupid. But Am I able to store multiple link to multiple rows in another table in one row. I have reports-table and It`s using some...