A python tool for download Linkedin Learning Courses on github: https://www.reddit.com/r/Python/comments/792zzq/a_python_tool_for_download_linkedin_learning/
reddit
A python tool for download Linkedin Learning Courses on... • r/Python
1 points and 0 comments so far on reddit
A very simple application for object detection, using cv2.: https://www.reddit.com/r/Python/comments/792v5e/a_very_simple_application_for_object_detection/
reddit
A very simple application for object detection, using cv2. • r/Python
2 points and 0 comments so far on reddit
I wrote a python script to download video lessons from Linkedin Learning: https://www.reddit.com/r/Python/comments/793c6z/i_wrote_a_python_script_to_download_video_lessons/
reddit
I wrote a python script to download video lessons from... • r/Python
31 points and 0 comments so far on reddit
How can I know I am ready for Junior positions?: https://www.reddit.com/r/Python/comments/793d2f/how_can_i_know_i_am_ready_for_junior_positions/
reddit
How can I know I am ready for Junior positions?
Tl;dr: im a recent graduate engineer, started learning how to code 2 months ago. What skills do i need to be competitive for back end...
Beat our best driver! · special issue for hacktoberfest: https://www.reddit.com/r/Python/comments/78xzxf/beat_our_best_driver_special_issue_for/
reddit
Beat our best driver! · special issue for hacktoberfest • r/Python
1 points and 0 comments so far on reddit
Created an app to add songs to Spotify based on Slack reactions: https://www.reddit.com/r/Python/comments/792v2s/created_an_app_to_add_songs_to_spotify_based_on/
reddit
Created an app to add songs to Spotify based on Slack... • r/Python
Hi there! I created an app (bot) for Slack that it monitors a channel for Youtube Video links and based on the reactions it got, it looks up the...
Can someone modify this to keep a log (in a text file) of the commands that are entered/it runs?: https://www.reddit.com/r/Python/comments/7943tl/can_someone_modify_this_to_keep_a_log_in_a_text/
reddit
Can someone modify this to keep a log (in a text file)... • r/Python
try: import Image except ImportError: from PIL import Image import sorter import argparams import util ...
Deepo: a Docker image containing almost all popular deep learning frameworks. [x-post /r/MachineLearning]: https://www.reddit.com/r/Python/comments/7944rw/deepo_a_docker_image_containing_almost_all/
reddit
Deepo: a Docker image containing almost all popular... • r/Python
4 points and 0 comments so far on reddit
What kind of web service library to use to communicate between android and python web service?: https://www.reddit.com/r/Python/comments/78yvl0/what_kind_of_web_service_library_to_use_to/
reddit
What kind of web service library to use to communicate... • r/Python
I'm trying to write a python web service who actually works on selenium.. This service needs to get the captcha image from 3rd party website and...
jsonobject: a Python ORM-like wrapper for JSON objects that makes working with APIs a breeze: https://www.reddit.com/r/Python/comments/794i9q/jsonobject_a_python_ormlike_wrapper_for_json/
reddit
jsonobject: a Python ORM-like wrapper for JSON objects that makes...
Posted in r/Python by u/czue13 • 70 points and 10 comments
IPGRAY : python - How to create python Flask web project in visual studi...: https://www.reddit.com/r/Python/comments/78zc4o/ipgray_python_how_to_create_python_flask_web/
reddit
IPGRAY : python - How to create python Flask web... • r/Python
1 points and 0 comments so far on reddit
Can I put a print function inside of a print function?: https://www.reddit.com/r/Python/comments/78yj5m/can_i_put_a_print_function_inside_of_a_print/
reddit
Can I put a print function inside of a print function? • r/Python
h= float(input('What is the altitude in meters?')) T=15.04 - 0.00649 * h print('The temperature in celsius is') print(T) This is my code, and...
Learn to create Simple YouTube Videos Downloader using Python Language: https://www.reddit.com/r/Python/comments/7954yj/learn_to_create_simple_youtube_videos_downloader/
reddit
Learn to create Simple YouTube Videos Downloader using... • r/Python
Are you a Python programmer and looking ahead to explore more Python codes and build something interesting? Look no further as i have made a...
Why do people still rely on Redis when there is asyncio and PyPy?: https://www.reddit.com/r/Python/comments/78yf0f/why_do_people_still_rely_on_redis_when_there_is/
reddit
Why do people still rely on Redis when there is asyncio... • r/Python
It seems to me that Redis is good as fast expert system for answering complex queries like auto-completion suggestion, fuzzy search, frontpage...
IPGRAY : python - How to create python Django web project in visual stud...: https://www.reddit.com/r/Python/comments/78zq7o/ipgray_python_how_to_create_python_django_web/
reddit
IPGRAY : python - How to create python Django web... • r/Python
1 points and 0 comments so far on reddit
Segmentation fault installing kivy in QPython: https://www.reddit.com/r/Python/comments/795sqc/segmentation_fault_installing_kivy_in_qpython/
reddit
Segmentation fault installing kivy in QPython • r/Python
Hello. I tried installing kivy in qpython (python 2) using the Qpipy from the app but I keep getting segmentation fault. I am missing something...