I made a GUI for Jupyter Notebook, let me know what you think!: https://www.reddit.com/r/Python/comments/5mhkd3/i_made_a_gui_for_jupyter_notebook_let_me_know/
reddit
I made a GUI for Jupyter Notebook, let me know what... • /r/Python
I've called it Jupyter Wrapper. Here's the description I provide on the website. Jupyter Wrapper provides a GUI for Jupyter Notebook server. I...
error: Microsoft Visual C 10.0 is required (Unable to find vcvarsall.bat). Does anyone know a fix? Using Python 3 with pycharm, trying to install lxml: https://www.reddit.com/r/Python/comments/5mhyg9/error_microsoft_visual_c_100_is_required_unable/
reddit
error: Microsoft Visual C++ 10.0 is required (Unable... • /r/Python
Basically using pycharm I attempt to install lxml, but this error crops up, I have Microsoft C++ 14.0 installed, and from advice on internet have...
What happenned to Boa Constructor?: https://www.reddit.com/r/Python/comments/5mibxu/what_happenned_to_boa_constructor/
reddit
What happenned to Boa Constructor? • /r/Python
Many years ago, I downloaded Boa Constructor, and having worked for many years with Delphi, I found it nearly perfect. But I returned to the...
Django ImageField widget that accepts upload or external link as source: http://stackoverflow.com/questions/41317471/django-imagefield-widget-that-accepts-upload-or-external-link-as-source
Stackoverflow
Django ImageField widget that accepts upload or external link as source
Is there a Django widget for ImageFields that provides the option to either upload an image or provide a url?
I'm thinking like Summernote does (if you click the image icon) in its examples
I've
I'm thinking like Summernote does (if you click the image icon) in its examples
I've
Anything I can do to make my algorithm faster?: https://www.reddit.com/r/Python/comments/5mj2en/anything_i_can_do_to_make_my_algorithm_faster/
reddit
Anything I can do to make my algorithm faster? • /r/Python
I have the following code to return the shortest path on a multidimensional array from top left corner to bottom right corner, with the option of...
Example of modern Python project using typehints?: https://www.reddit.com/r/Python/comments/5mjo2e/example_of_modern_python_project_using_typehints/
reddit
Example of modern Python project using typehints? • /r/Python
Hi there, can you recommand any good example of modern Python 3.x project which used new stuff like typehints? In the best case in combo with mypy?
Use the function of one script in another file?! [help!]: https://www.reddit.com/r/Python/comments/5mjqr8/use_the_function_of_one_script_in_another_file/
reddit
Use the function of one script in another file?! [help!] • /r/Python
Hello all! Quick question: Say I have this function: def test(): ----hello="Reddit is fun." ----return hello (Pretend the -'s are indents, by...
Windows Subsystem Linux | Does it work well for you?: https://www.reddit.com/r/Python/comments/5mjow0/windows_subsystem_linux_does_it_work_well_for_you/
reddit
Windows Subsystem Linux | Does it work well for you? • r/Python
Hi All, I'm currently using a late-2013 rMBP and learned Python while I had this machine. I understand people like OSx for development purposes...
Today I learned that Guido owns the official Python License: https://www.reddit.com/r/Python/comments/5mjyji/today_i_learned_that_guido_owns_the_official/
reddit
Today I learned that Guido owns the official Python... • /r/Python
1 points and 0 comments so far on reddit
Python Requests - Session source code annotations: https://www.reddit.com/r/Python/comments/5mk33i/python_requests_session_source_code_annotations/
reddit
Python Requests - Session source code annotations • /r/Python
1 points and 0 comments so far on reddit
Need feedback for my "FreeCodeCamp:Build a Tribute" exercise Page that I created about Guido: https://www.reddit.com/r/Python/comments/5mk7da/need_feedback_for_my_freecodecampbuild_a_tribute/
reddit
Need feedback for my "FreeCodeCamp:Build a Tribute"... • /r/Python
2 points and 0 comments so far on reddit
Phonon.VideoPlayer inside QGraphicsView crashes application (R6025: pure virtual function call): https://www.reddit.com/r/Python/comments/5mkify/phononvideoplayer_inside_qgraphicsview_crashes/
reddit
Phonon.VideoPlayer inside QGraphicsView crashes... • /r/Python
I'm sorry for asking here but I haven't got the answer on /r/learnpython yet, so maybe someone could help me here. Here is the link for original...
How to design a server-application which provides an API with callbacks?: https://www.reddit.com/r/Python/comments/5mklrb/how_to_design_a_serverapplication_which_provides/
reddit
How to design a server-application which provides an... • /r/Python
Im currently diving into sockets and interprocess communication, because I want to make a server-application which provides an API in an...
Jinja 2.9 Released with New Identifier Tracking and Improved Scoping: https://www.reddit.com/r/Python/comments/5ml7pd/jinja_29_released_with_new_identifier_tracking/
reddit
Jinja 2.9 Released with New Identifier Tracking and... • /r/Python
59 points and 3 comments so far on reddit
multiprocessing, gevent, requests and friends: https://www.reddit.com/r/Python/comments/5mlbd4/multiprocessing_gevent_requests_and_friends/
reddit
multiprocessing, gevent, requests and friends • /r/Python
hi guys, I've been working on a project for large scaling high profile scraping, i got around 2-3k(should be in the future around the 100k) urls...