Constraint optimisation with google operations research tools: https://stackoverflow.com/questions/52278594/constraint-optimisation-with-google-operations-research-tools
Stack Overflow
Constraint optimisation with google operations research tools
I have a set of many (10000+) items, from which have I have to choose exactly 20 items. I can only choose each item once. My items have profits, and costs, as well as several boolean properties (su...
Tutorial: Launch your personal genomics cloud-app in 15 min (aws/genetics/python/ML): https://www.reddit.com/r/Python/comments/9lb185/tutorial_launch_your_personal_genomics_cloudapp/
reddit
r/Python - Tutorial: Launch your personal genomics cloud-app in 15 min (aws/genetics/python/ML)
1 vote and 0 comments so far on Reddit
Python LX - The first meetup! (14 Nov; Lisbon, Portugal): https://www.reddit.com/r/Python/comments/9lbxy9/python_lx_the_first_meetup_14_nov_lisbon_portugal/
reddit
r/Python - Python LX - The first meetup! (14 Nov; Lisbon, Portugal)
4 votes and 0 comments so far on Reddit
Library to infer field-delimited file information: https://stackoverflow.com/questions/52601808/library-to-infer-field-delimited-file-information
Stack Overflow
Library to infer field-delimited file information
I have various "unknown" field-separated files that are being uploaded by users (I have zero control or even knowledge of what they will be other then that they will end in "v"), and I would like t...
python's itertools library has some interesting functions: https://www.reddit.com/r/Python/comments/9lcjc1/pythons_itertools_library_has_some_interesting/
reddit
python's itertools library has some interesting functions • r/Python
1 points and 0 comments so far on reddit
Python Weekly - Issue 367: https://mailchi.mp/pythonweekly/python-weekly-issue-367
Optimizing a Django query: https://stackoverflow.com/questions/52607350/optimizing-a-django-query
Stack Overflow
Optimizing a Django query
I have 2 models like these:
class Client(models.Model):
// some fields
class Transaction(models.Model):
client = models.ForeignKey(Client)
created = models.DateTimeField(auto_now_add=True)
class Client(models.Model):
// some fields
class Transaction(models.Model):
client = models.ForeignKey(Client)
created = models.DateTimeField(auto_now_add=True)
reader: an Atom/RSS feed aggregator library with minimal web interface: https://www.reddit.com/r/Python/comments/9ld2ka/reader_an_atomrss_feed_aggregator_library_with/
reddit
r/Python - reader: an Atom/RSS feed aggregator library with minimal web interface
1 vote and 0 comments so far on Reddit
Discussion: should there be a more concise ways to write this?: https://www.reddit.com/r/Python/comments/9ldo3z/discussion_should_there_be_a_more_concise_ways_to/
reddit
r/Python - Discussion: should there be a more concise ways to write this?
1 vote and 0 comments so far on Reddit
Python Software Foundation launches the official Python Developers Survey 2018: https://www.reddit.com/r/Python/comments/9ldoaw/python_software_foundation_launches_the_official/
reddit
r/Python - Python Software Foundation launches the official Python Developers Survey 2018
1 vote and 0 comments so far on Reddit
reader: an Atom/RSS feed aggregator library with minimal web interface: https://www.reddit.com/r/Python/comments/9ld97i/reader_an_atomrss_feed_aggregator_library_with/
reddit
r/Python - reader: an Atom/RSS feed aggregator library with minimal web interface
1 vote and 0 comments so far on Reddit