Python coroutines with async and await [LWN.net]: https://www.reddit.com/r/Python/comments/4jom81/python_coroutines_with_async_and_await_lwnnet/
GET search in multilanguage site: http://stackoverflow.com/questions/37151430/get-search-in-multilanguage-site
Stackoverflow
GET search in multilanguage site
I've included a search form in my web2py application, in the following form:
myapp/controller/search?query=myquery
However, for security reasons web2py automatically replaces spaces and
myapp/controller/search?query=myquery
However, for security reasons web2py automatically replaces spaces and
A Python Ate My GUI — Thoughts on the future of Python and graphical interfaces: https://www.reddit.com/r/Python/comments/4jp1hm/a_python_ate_my_gui_thoughts_on_the_future_of/
reddit
A Python Ate My GUI — Thoughts on the future of Python... • /r/Python
2 points and 0 comments so far on reddit
PEP 518 -- Specifying Minimum Build System Requirements for Python Projects: https://www.reddit.com/r/Python/comments/4jp38l/pep_518_specifying_minimum_build_system/
reddit
PEP 518 -- Specifying Minimum Build System... • /r/Python
2 points and 0 comments so far on reddit
Thoughts on the future of Python and graphical interfaces: https://medium.com/@tryexceptpass/a-python-ate-my-gui-971f2326ce59#.r71wrkqfq
Medium
A Python Ate My GUI
Thoughts on the future of Python and graphical interfaces
Need help with a few things in my program!: https://www.reddit.com/r/Python/comments/4jpinl/need_help_with_a_few_things_in_my_program/
reddit
Need help with a few things in my program! • /r/Python
I am currently reading Violent Python, and created a zipfile bruteforcer. A few things I would like to add are making the program end once if...
Tryton 4.0 release: now supporting python3 and using WSGI: https://www.reddit.com/r/Python/comments/4jpt3m/tryton_40_release_now_supporting_python3_and/
reddit
Tryton 4.0 release: now supporting python3 and using WSGI • /r/Python
0 points and 0 comments so far on reddit
I have started writing couchbase object mapping tool.: https://www.reddit.com/r/Python/comments/4jq13a/i_have_started_writing_couchbase_object_mapping/
reddit
I have started writing couchbase object mapping tool. • /r/Python
1 points and 0 comments so far on reddit
A Web App with Mobile App (using an API) with Django or Something Else?: https://www.reddit.com/r/Python/comments/4jq2ww/a_web_app_with_mobile_app_using_an_api_with/
reddit
A Web App with Mobile App (using an API) with Django... • /r/Python
We are planning on building a web app who will eventually also have a mobile app. The mobile app will interact with the 'backend' with an API. So...
i read a lot but can not find difference between these: https://www.reddit.com/r/Python/comments/4jq5h2/i_read_a_lot_but_can_not_find_difference_between/
reddit
i read a lot but can not find difference between these • /r/Python
mylist = reversed(sorted(mylist)) mylist = sorted(mylist, reverse=True) also why do we use - reverse=TRUE
Tools for network graph visualisation and interaction?: https://www.reddit.com/r/Python/comments/4jqf92/tools_for_network_graph_visualisation_and/
reddit
Tools for network graph visualisation and interaction? • /r/Python
Hi all. I am looking at building a network visualisation tool that builds graphs from social media data. I want to be able to have interactive...
Help out the community by posting your python case studies: https://www.reddit.com/r/Python/comments/4jqjqi/help_out_the_community_by_posting_your_python/
reddit
Help out the community by posting your python case studies • /r/Python
1 points and 0 comments so far on reddit
TranscriptBot: A real-time voice transcription tool for Slack: https://www.reddit.com/r/Python/comments/4jqlnr/transcriptbot_a_realtime_voice_transcription_tool/
reddit
TranscriptBot: A real-time voice transcription tool... • /r/Python
1 points and 0 comments so far on reddit
for loop over list intriging behaviour: https://www.reddit.com/r/Python/comments/4jr21j/for_loop_over_list_intriging_behaviour/
reddit
for loop over list intriging behaviour • /r/Python
Hi fellows, i'm going through the python online doc [control flow - for loop] (https://docs.python.org/3.5/tutorial/controlflow.html) i'm...