Announcing Stegano 0.6.3 - A pure Python steganography module: https://www.reddit.com/r/Python/comments/5qzrm1/announcing_stegano_063_a_pure_python/
reddit
Announcing Stegano 0.6.3 - A pure Python steganography... • /r/Python
0 points and 0 comments so far on reddit
I'm completely devastated that I can't get this work. I HAVE ABOUT 24 HOURS LEFT; PLEASE SAVE ME: https://www.reddit.com/r/Python/comments/5qzz9i/im_completely_devastated_that_i_cant_get_this/
reddit
I'm completely devastated that I can't get this work.... • /r/Python
So I began a fairly simple Google foobar exercise and have 24 hours left to finish it. I usually code in C++ but unfortunately their only options...
How to calculate and plot multiple linear trends for a time series?: http://stackoverflow.com/questions/41906679/how-to-calculate-and-plot-multiple-linear-trends-for-a-time-series
Stack Overflow
How to calculate and plot multiple linear trends for a time series?
Fitting a linear trend to a set of data is straight forward. But how can I fit multiple trend lines to one time series? I define up and down trends as prices above or below a exponential moving ave...
Desktop Notifier for GitHub developer network: https://www.reddit.com/r/Python/comments/5r05dz/desktop_notifier_for_github_developer_network/
reddit
Desktop Notifier for GitHub developer network • /r/Python
As part of my "A Project every month in 2017" challenge, I have been working on developing a desktop notifier for the "social" GitHub events. For...
Looking for somebody to quickly code something with Twython, happy to compensate for time: https://www.reddit.com/r/Python/comments/5r059x/looking_for_somebody_to_quickly_code_something/
reddit
Looking for somebody to quickly code something with... • /r/Python
I'm looking for somebody to create a simple Twitter auto reply script through the streaming API. if anybody experienced with creating Twitter...
python 2 vs python 3 multiprocessing module performance: https://www.reddit.com/r/Python/comments/5r06wk/python_2_vs_python_3_multiprocessing_module/
reddit
python 2 vs python 3 multiprocessing module performance • /r/Python
A friend recently bugged me that multiprocessing module is giving no performance gain in python 2. The reason was obvious that his data was small...
I compiled some figures on how efficient is Pypy/Rpython when it comes to run BrainFuck: https://www.reddit.com/r/Python/comments/5r072m/i_compiled_some_figures_on_how_efficient_is/
reddit
I compiled some figures on how efficient is... • /r/Python
1 points and 0 comments so far on reddit
Looking for a PyQt5 example to put a Json file into a treeview model item: https://www.reddit.com/r/Python/comments/5r0bgi/looking_for_a_pyqt5_example_to_put_a_json_file/
reddit
Looking for a PyQt5 example to put a Json file into a... • /r/Python
Hi guys Sorry if my question is naive, I am an intentional beginner. I learn Python just as much as I need to quickly deal with tedious tasks at...
MLAlchemy: A Python library to convert YAML/JSON to simple SQLAlchemy read-only queries (SELECT): https://www.reddit.com/r/Python/comments/5r0c80/mlalchemy_a_python_library_to_convert_yamljson_to/
reddit
MLAlchemy: A Python library to convert YAML/JSON to... • /r/Python
1 points and 0 comments so far on reddit
Problem Checking Expiration Date on Wildcard SSL Certificates In A Script Based On pyOpenSSL.: https://www.reddit.com/r/Python/comments/5r0dho/problem_checking_expiration_date_on_wildcard_ssl/
reddit
Problem Checking Expiration Date on Wildcard SSL... • /r/Python
Hello, I'm using this script to check SSL certificates for their expiration date: **https://gist.github.com/crashdump/5683952** This script has...
Looking for somebody to code something with Twython, happy to compensate for time: https://www.reddit.com/r/Python/comments/5r0jm8/looking_for_somebody_to_code_something_with/
reddit
Looking for somebody to code something with Twython,... • /r/Python
I'm looking for somebody to create a simple Twitter auto reply script through the streaming API. if anybody experienced with creating Twitter...
PyCharm issue with runserver command: http://stackoverflow.com/questions/41883382/pycharm-issue-with-runserver-command
Stackoverflow
PyCharm issue with runserver command
I have a script, part of a Django app, that makes thumbnails from pdfs. I'm using the excellent wand package to do it: Here are the Wand docs
It runs fine if I do ./manage.py runserver from the co...
It runs fine if I do ./manage.py runserver from the co...
Run Selenium Tests on Flask App with Logged In User: http://stackoverflow.com/questions/41851915/run-selenium-tests-on-flask-app-with-logged-in-user
Stackoverflow
Run Selenium Tests on Flask App with Logged In User
I am building a Flask-backed web app where all the interesting pages are behind a login. I would like to run automated tests against it using the Selenium WebDriver. I cannot seem to figure out how...
Pythonnet – A package that integrates Python (2.7-3.6) with the .NET CLR: https://github.com/pythonnet/pythonnet
GitHub
GitHub - pythonnet/pythonnet: Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET…
Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET develo...
IMGKit: Python Library for Convert HTML to Image: https://github.com/jekal/imgkit
GitHub
jarrekk/imgkit
🎆 Wkhtmltoimage python wrapper to convert html to image - jarrekk/imgkit
Defining Explicit Returns for AWS Boto3 Types: https://www.reddit.com/r/Python/comments/5r0zcv/defining_explicit_returns_for_aws_boto3_types/
reddit
Defining Explicit Returns for AWS Boto3 Types • /r/Python
How can I replace `object` with the correct return type of `boto3.resources.factory.ec2.Instance`? It's for intellisense purposes. def...