Just got this from a friend who is now a full time programmer and I’m pretty excited about it.: https://www.reddit.com/r/Python/comments/8hx1ur/just_got_this_from_a_friend_who_is_now_a_full/
reddit
Just got this from a friend who is now a full time... • r/Python
0 points and 0 comments so far on reddit
Performing lexical analysis on words, one word at a time - PyLex. Antonym, synonym, homograph, homophones and much more.: https://www.reddit.com/r/Python/comments/8hxakh/performing_lexical_analysis_on_words_one_word_at/
reddit
r/Python - Performing lexical analysis on words, one word at a time - PyLex. Antonym, synonym, homograph, homophones and much more.
1 votes and 0 so far on reddit
s-tui: A Python monitor for CPU temperature/frequency/utilization/power: https://www.reddit.com/r/Python/comments/8hxhul/stui_a_python_monitor_for_cpu/
reddit
s-tui: A Python monitor for CPU... • r/Python
1 points and 1 comments so far on reddit
simple rock–paper–scissors game written in python 2.7: https://www.reddit.com/r/Python/comments/8hxqvo/simple_rockpaperscissors_game_written_in_python_27/
reddit
simple rock–paper–scissors game written in python 2.7 • r/Python
1 points and 0 comments so far on reddit
Operator and Function Overloading in Custom Python Classes (Tutorial): https://www.reddit.com/r/Python/comments/8hxr0e/operator_and_function_overloading_in_custom/
reddit
r/Python - Operator and Function Overloading in Custom Python Classes (Tutorial)
1 votes and 0 so far on reddit
Elevate: A Python library for requesting root permissions: https://www.reddit.com/r/Python/comments/8hxmm7/elevate_a_python_library_for_requesting_root/
reddit
r/Python - Elevate: A Python library for requesting root permissions
1 votes and 0 so far on reddit
Electron-like HTML/JS GUI apps with Python and Chrome: https://www.reddit.com/r/Python/comments/8hwa0u/electronlike_htmljs_gui_apps_with_python_and/
reddit
Electron-like HTML/JS GUI apps with Python and Chrome • r/Python
1 points and 0 comments so far on reddit
Build a full-featured web application using Flask: https://www.reddit.com/r/Python/comments/8hye3u/build_a_fullfeatured_web_application_using_flask/
reddit
Build a full-featured web application using Flask • r/Python
1 points and 0 comments so far on reddit
A promising competitor for pygame: Arcade: https://www.reddit.com/r/Python/comments/8hz8p8/a_promising_competitor_for_pygame_arcade/
reddit
A promising competitor for pygame: Arcade • r/Python
I've been using pygame for a long time now (just check my GitHub), and while it gets the job done, it has its downsides. Some of the stuff is very...
can someone explain "Deep Learning": https://www.reddit.com/r/Python/comments/8hz938/can_someone_explain_deep_learning/
reddit
can someone explain "Deep Learning" • r/Python
I'm a programmer who works largely in PHP, though I tend to jump into many other languages that relate. It's hard to go a day without seeing how...
How to run unitests of the form test/a.py?: https://stackoverflow.com/questions/50202762/how-to-run-unitests-of-the-form-test-a-py
Stack Overflow
How to run unitests of the form test/a.py?
Is it possible to implement a Python project with a file structure like the following?:
myproj
├── a.py
├── b.py
├── c.py
└── test/
├── a.py
├── b.py
└── c.py
Note, in particular, tha...
myproj
├── a.py
├── b.py
├── c.py
└── test/
├── a.py
├── b.py
└── c.py
Note, in particular, tha...
Ideas for interesting data to track about myself in the workplace?: https://www.reddit.com/r/Python/comments/8hzq1g/ideas_for_interesting_data_to_track_about_myself/
reddit
r/Python - Ideas for interesting data to track about myself in the workplace?
1 votes and 0 so far on reddit
OpenCV MatchTemplate in C# is too slow compared to Python: https://stackoverflow.com/questions/50012126/opencv-matchtemplate-in-c-sharp-is-too-slow-compared-to-python
Stack Overflow
OpenCV MatchTemplate in C# is too slow compared to Python
I've programmed a solution in Python which worked great, but required several libraries to install and a lot of burocratic setup to work. I've decided to build it with a GUI in C# on Visual Studio
OpenCV load video from url: https://stackoverflow.com/questions/50185654/opencv-load-video-from-url
Stack Overflow
OpenCV load video from url
I have a video file (i.e. https://www.example.com/myvideo.mp4) and need to load it with OpenCV.
Doing the equivalent with an image is fairly trivial:
imgReq = requests.get("https://www.example.com/
Doing the equivalent with an image is fairly trivial:
imgReq = requests.get("https://www.example.com/