A wrapper, written in Python, for The Movie Database (TMDb) API v3.: https://www.reddit.com/r/Python/comments/7cuxxy/a_wrapper_written_in_python_for_the_movie/
reddit
A wrapper, written in Python, for The Movie Database... • r/Python
3 points and 0 comments so far on reddit
Chat Application in Django: https://stackoverflow.com/questions/47217297/chat-application-in-django
Stackoverflow
Chat Application in Django
I'm trying to build a messaging app. Here's my model,
class Message(models.Model):
sender = models.ForeignKey(User, related_name="sender")
receiver = models.ForeignKey(User, related_name="
class Message(models.Model):
sender = models.ForeignKey(User, related_name="sender")
receiver = models.ForeignKey(User, related_name="
Identifying Trending Twitter Hashtags in Real-time with Wallaroo: https://www.reddit.com/r/Python/comments/7cvdup/identifying_trending_twitter_hashtags_in_realtime/
reddit
Identifying Trending Twitter Hashtags in Real-time with... • r/Python
3 points and 0 comments so far on reddit
@monthly cron job is not reliable: https://stackoverflow.com/questions/47219945/monthly-cron-job-is-not-reliable
Stackoverflow
@monthly cron job is not reliable
Our customer wants us to create a report every month.
In the past we used a @monthly cron job for this task.
But this is not reliable:
The server could be down in this minute. Cron does not re-run
In the past we used a @monthly cron job for this task.
But this is not reliable:
The server could be down in this minute. Cron does not re-run
Library to interact with a webpage: https://www.reddit.com/r/Python/comments/7cvx9t/library_to_interact_with_a_webpage/
reddit
Library to interact with a webpage • r/Python
So I basically want to automate the process of approving data in my company's new database: 1. Click button/link on "index"-page. 2. Click...
Survey on my Final Project (Leadership in Online Programming Communities): https://www.reddit.com/r/Python/comments/7cvyxx/survey_on_my_final_project_leadership_in_online/
reddit
Survey on my Final Project (Leadership in Online... • r/Python
Dear Ms/Miss/Mrs/Mr/Dr/Prof, I’m Abdul Razak, a postgraduate student at Universiti Utara Malaysia. I really need your help to fill in my estimated...
Object Detection and Segmentation in Python with Mask-RCNN: https://www.reddit.com/r/Python/comments/7cvzo4/object_detection_and_segmentation_in_python_with/
reddit
Object Detection and Segmentation in Python with Mask-RCNN • r/Python
1 points and 0 comments so far on reddit
What is the more pythonic way of class definition: https://www.reddit.com/r/Python/comments/7cw3fh/what_is_the_more_pythonic_way_of_class_definition/
reddit
What is the more pythonic way of class definition • r/Python
Hi redditors+ What would be the better way of class definition if DerivedClass has no own attributes nor methods? class...
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/7cvtc5/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Entering data into text fields: https://www.reddit.com/r/Python/comments/7cwe2f/entering_data_into_text_fields/
reddit
Entering data into text fields • r/Python
I'm trying to open a program, and have it enter text into fields for me. The text will always be the same as well as the fields. Would any one be...
Version 1.2 of the Arcade Library has been released: https://www.reddit.com/r/Python/comments/7cwgwu/version_12_of_the_arcade_library_has_been_released/
reddit
Version 1.2 of the Arcade Library has been released • r/Python
Version 1.2 of the [Arcade Library](http://arcade.academy/) for creating 2D games has been released. (I got the inspiration for it from...
Join/merge multiple NetCDF files using xarray: https://stackoverflow.com/questions/47226429/join-merge-multiple-netcdf-files-using-xarray
Stack Overflow
Join/merge multiple NetCDF files using xarray
I have a folder with NetCDF files from 2006-2100, in ten year blocks (2011-2020, 2021-2030 etc).
I want to create a new NetCDF file which contains all of these files joined together. So far I hav...
I want to create a new NetCDF file which contains all of these files joined together. So far I hav...
Hey there! I wanna start Machine Learning.. any suggestions to tutorials.. can anybody point me in the right direction.: https://www.reddit.com/r/Python/comments/7cwrbi/hey_there_i_wanna_start_machine_learning_any/
reddit
Hey there! I wanna start Machine Learning.. any... • r/Python
I have basic knowledge of python , c and c++
How Do I Make A Wikipedia Scraper?: https://www.reddit.com/r/Python/comments/7cwtmq/how_do_i_make_a_wikipedia_scraper/
reddit
How Do I Make A Wikipedia Scraper? • r/Python
Let me preface this question by saying I KNOW. Wikipedia shouldn't have any unnecessary server load from scrapers. I know that. I'm making this...
TIL: Python package metadata can be defined in setup.cfg since setuptools 30.3.0: https://www.reddit.com/r/Python/comments/7cwsbv/til_python_package_metadata_can_be_defined_in/
reddit
TIL: Python package metadata can be defined in... • r/Python
3 points and 2 comments so far on reddit
Bridging the gap between Industrial PLCs and IoT using Python: https://www.reddit.com/r/Python/comments/7cwy4w/bridging_the_gap_between_industrial_plcs_and_iot/
reddit
Bridging the gap between Industrial PLCs and IoT using... • r/Python
6 points and 0 comments so far on reddit
Jackbox Party Pack-like LAN game where players connect to host through webpage? Possible with Python?: https://www.reddit.com/r/Python/comments/7cxfb5/jackbox_party_packlike_lan_game_where_players/
reddit
Jackbox Party Pack-like LAN game where players connect... • r/Python
I'm trying to make a game and would like to know where I might have troubles, or if it's even possible? Or is there an easier language to do this...