How do I get IntelliJ/PyCharm to recognize an active IPython kernel?: http://stackoverflow.com/questions/41207420/how-do-i-get-intellij-pycharm-to-recognize-an-active-ipython-kernel
Stackoverflow
How do I get IntelliJ/PyCharm to recognize an active IPython kernel?
I have used Jupyter notebooks for some time now without any problems. However I use IntelliJ for pretty much all my programming and wanted to try out moving my ipython workflow into IntelliJ. I fol...
[X-post from r/algorithms] Help with general python and optimizing sudoku algorithm.: https://www.reddit.com/r/Python/comments/5qyrsu/xpost_from_ralgorithms_help_with_general_python/
reddit
[X-post from r/algorithms] Help with general python... • /r/Python
I took a stab at making a 9x9 sudoku solving program in Python 3 with a GUI (Tkinter) [here](https://github.com/dlowrey/SudokuSolver.git). I am...
Here's my first Django/Python microblog. What do you think?: https://www.reddit.com/r/Python/comments/5qyvge/heres_my_first_djangopython_microblog_what_do_you/
reddit
Here's my first Django/Python microblog. What do you... • /r/Python
2 points and 0 comments so far on reddit
Python for .NET (pythonnet) v2.2.2 with Python 3.6 support: https://github.com/pythonnet/pythonnet/releases
GitHub
Releases · pythonnet/pythonnet
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...
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...