PyDev 5.1.2 released (pytest integration improvements): https://www.reddit.com/r/Python/comments/4po5sn/pydev_512_released_pytest_integration_improvements/
reddit
PyDev 5.1.2 released (pytest integration improvements) • /r/Python
3 points and 0 comments so far on reddit
install error (vcvarsall.bat): https://www.reddit.com/r/Python/comments/4poj47/install_error_vcvarsallbat/
reddit
install error (vcvarsall.bat) • /r/Python
I'm trying to install Docx for Python 3.5 but I'm always getting this error. I found some advice online wich told me to install lxml>=3.1.0 but I...
What text processors do you use for Python programming?: https://www.reddit.com/r/Python/comments/4poky9/what_text_processors_do_you_use_for_python/
reddit
What text processors do you use for Python programming? • /r/Python
2 points and 2 comments so far on reddit
Jupyter script has error on every OTHER run? Wat.: https://www.reddit.com/r/Python/comments/4popyi/jupyter_script_has_error_on_every_other_run_wat/
reddit
Jupyter script has error on every OTHER run? Wat. • /r/Python
I have a Jupyter notebook for some data wrangling which involves some matrix manipulation. In one module I wrote, I have one line which calculates...
I created a script to change your wallpaper to most upvoted image of the day on /r/wallpapers or any other subreddit. You can use it at startup too!: https://www.reddit.com/r/Python/comments/4ppcmg/i_created_a_script_to_change_your_wallpaper_to/
reddit
I created a script to change your wallpaper to most... • /r/Python
4 points and 0 comments so far on reddit
Need help writing clock for Raspberry pi: https://www.reddit.com/r/Python/comments/4ppzws/need_help_writing_clock_for_raspberry_pi/
reddit
Need help writing clock for Raspberry pi • /r/Python
I am using my Raspberry pi to display a clock through this display I made. I need a program to get the time but i need two separate variables one...
Beginner: raise NotImplementedError question: https://www.reddit.com/r/Python/comments/4pqawm/beginner_raise_notimplementederror_question/
reddit
Beginner: raise NotImplementedError question • /r/Python
Hey everyone! Just to give you guys some context, here's my code: def remove_smallest(numbers): raise NotImplementedError("TODO:...
The Divided Kingdom: a machine learning analysis on the Brexit result: https://www.reddit.com/r/Python/comments/4pqd06/the_divided_kingdom_a_machine_learning_analysis/
reddit
The Divided Kingdom: a machine learning analysis on... • /r/Python
3 points and 0 comments so far on reddit
How can use CFFI to call an existing C function given the source code?: http://stackoverflow.com/questions/37936045/how-can-use-cffi-to-call-an-existing-c-function-given-the-source-code
Stack Overflow
How can use CFFI to call an existing C function given the source code?
I have a C source/header file that are part of a bigger project. I would like to test this as a unit, independent of the real project. While it would be possible to do this in C by creating a new p...
namerator - fantasy name generator PoC: https://www.reddit.com/r/Python/comments/4prkan/namerator_fantasy_name_generator_poc/
reddit
namerator - fantasy name generator PoC • /r/Python
https://gist.github.com/johannestaas/aca467f3b56dc93814f2d2549ba99866 Created a PoC to generate high quality random names for fantasy games and...
Using an array of strings as keys to dicts within dicts: https://www.reddit.com/r/Python/comments/4prpbo/using_an_array_of_strings_as_keys_to_dicts_within/
reddit
Using an array of strings as keys to dicts within dicts • /r/Python
I'm a firmware guy, so I'll be the first to admit that my python solution can often be less the elegant. Anyway as a personal project, I'm...
ImproperlyConfigured: Error loading MySQLdb module: No module named _mysql: https://www.reddit.com/r/Python/comments/4prq1t/improperlyconfigured_error_loading_mysqldb_module/
reddit
ImproperlyConfigured: Error loading MySQLdb module: No... • /r/Python
I'm deploying my first django project on CentOS 7 x64 server. I have python 2.7 and 3.5 installed, my project is for 3rd version. I have installed...
📰 A short weekly Python newsletter for fullstack web dev: https://www.reddit.com/r/Python/comments/4prr31/a_short_weekly_python_newsletter_for_fullstack/
reddit
📰 A short weekly Python newsletter for fullstack web dev • /r/Python
1 points and 0 comments so far on reddit
created a command-line calculator in python. need your feedback: https://www.reddit.com/r/Python/comments/4ps079/created_a_commandline_calculator_in_python_need/
reddit
created a command-line calculator in python. need your... • /r/Python
had this idea for a while - I occasionally do some math and unit conversion stuff. for math I usually had to open python repl, do some...
Chrome silently embedded in desktop application, and that can save files locally via Javascript: http://stackoverflow.com/questions/37986553/chrome-silently-embedded-in-desktop-application-and-that-can-save-files-locally
Stackoverflow
Chrome silently embedded in desktop application, and that can save files locally via Javascript
Is it possible to have a Python application with a GUI (such as TkInter or WxPython) with :
a Chrome browser as a widget using the main part of the GUI, displaying a certain .html page
be able to...
a Chrome browser as a widget using the main part of the GUI, displaying a certain .html page
be able to...
Markup language or Python for binding generator export definitions?: https://www.reddit.com/r/Python/comments/4psj2e/markup_language_or_python_for_binding_generator/
reddit
Markup language or Python for binding generator export... • /r/Python
I am working on a binding generator, in particular the parser. It will use libclang to parse headers, but of course for more customization, there...