Looking for an open source security project: https://www.reddit.com/r/Python/comments/4ixpiq/looking_for_an_open_source_security_project/
reddit
Looking for an open source security project • /r/Python
Hi! As the title says, I' looking for a (new) project to collaborate with. I'm interested on security (pentesting), so I'm searching for something...
Why is inversion of control not very popular in Python, even though 100% code coverage seem to be advisable due do its untyped nature?: https://www.reddit.com/r/Python/comments/4ixqmb/why_is_inversion_of_control_not_very_popular_in/
reddit
Why is inversion of control not very popular in... • /r/Python
1 points and 1 comments so far on reddit
You're a good Python developer who wants to lead an open source project?: https://www.reddit.com/r/Python/comments/4ixzvw/youre_a_good_python_developer_who_wants_to_lead/
reddit
You're a good Python developer who wants to lead an... • /r/Python
Howdy, TL;DR: We are looking for a *good* Python developer who would like to contribute to an open source project run by a gaming...
AWS - DJANGO - Error in formatting: OperationalError: fe_sendauth: no password supplied: http://stackoverflow.com/questions/37110004/aws-django-error-in-formatting-operationalerror-fe-sendauth-no-password-s
Stackoverflow
AWS - DJANGO - Error in formatting: OperationalError: fe_sendauth: no password supplied
I have just setup a Django app on aws beanstalk with PostgreSQL 9.4.7. My database settings are as follows;
if 'RDS_DB_NAME' in os.environ:
DATABASES = {
'default': {
'ENGI...
if 'RDS_DB_NAME' in os.environ:
DATABASES = {
'default': {
'ENGI...
Can an error be located within a line?: https://www.reddit.com/r/Python/comments/4izeou/can_an_error_be_located_within_a_line/
reddit
Can an error be located within a line? • /r/Python
This is most irritating when it's an indexing error, and it seems like my IDE (spyder) could highlight the offending area( like the 'y-5' in...
How to pass a string from python to shell script ?: https://www.reddit.com/r/Python/comments/4izpu9/how_to_pass_a_string_from_python_to_shell_script/
reddit
How to pass a string from python to shell script ? • /r/Python
subprocess.check_output('./shell.sh %s' % (text), shell=True) The above piece of code works fine. But the problem is the string "text" can have...
Transcrypt Python 3.5 to JavaScript compiler now features mult-level sourcemaps: https://www.reddit.com/r/Python/comments/4izr2d/transcrypt_python_35_to_javascript_compiler_now/
reddit
Transcrypt Python 3.5 to JavaScript compiler now... • /r/Python
You can debug your minified or non-minified JavaScript code from the Python 3.5 source. http://www.transcrypt.org
Import Python Weekly Newsletter 72 - Asyncio vs uvloop, TPOT: Tool for automating data science, using ctypes to call C code from Python and more: https://www.reddit.com/r/Python/comments/4izv6t/import_python_weekly_newsletter_72_asyncio_vs/
reddit
Import Python Weekly Newsletter 72 - Asyncio vs... • /r/Python
1 points and 0 comments so far on reddit
Show HN: Pattern matching and guards for Python functions: https://github.com/rasguanabana/function-pattern-matching
GitHub
rasguanabana/function-pattern-matching
Pattern matching and guards for Python functions. Contribute to rasguanabana/function-pattern-matching development by creating an account on GitHub.
Weird bitness issues using Python popen: http://stackoverflow.com/questions/37136024/weird-bitness-issues-using-python-popen
Stackoverflow
Weird bitness issues using Python popen
So I call an external executable (Rscript.exe as part of R portable) from Python subprocess.popen.
Called from 32 bit python, it works.
Called from 64 bit python, R complains that it can't find v...
Called from 32 bit python, it works.
Called from 64 bit python, R complains that it can't find v...
A way to register class's methods inside of the class, for the class?: https://www.reddit.com/r/Python/comments/4j06cl/a_way_to_register_classs_methods_inside_of_the/
reddit
A way to register class's methods inside of the class,... • /r/Python
The question might sound weird, but basically what I want is for my class to have a map of its methods behind a corresponding key. And these...
Writing C in Cython [x-post from /r/programming]: https://www.reddit.com/r/Python/comments/4j06kb/writing_c_in_cython_xpost_from_rprogramming/
reddit
Writing C in Cython [x-post from /r/programming] • /r/Python
6 points and 1 comments so far on reddit
An example of easy map visualizations with folium: https://www.reddit.com/r/Python/comments/4j0q2r/an_example_of_easy_map_visualizations_with_folium/
reddit
An example of easy map visualizations with folium • /r/Python
2 points and 0 comments so far on reddit
Python Weekly - Issue 243: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
In-depth Machine Learning Course w/ Python [x-post /r/machinelearning]: https://www.reddit.com/r/Python/comments/4j0xhf/indepth_machine_learning_course_w_python_xpost/
reddit
In-depth Machine Learning Course w/ Python [x-post... • /r/Python
Hi there, my name is Harrison and I frequently do Python programming tutorials on [PythonProgramming.net](https://pythonprogramming.net) and...