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
Prime factor finder: https://www.reddit.com/r/Python/comments/9le0ch/prime_factor_finder/
Muxer, an open-source events aggregator build Python is accepting #hacktoberfest contributions: https://www.reddit.com/r/Python/comments/9ler89/muxer_an_opensource_events_aggregator_build/
reddit
r/Python - Muxer, an open-source events aggregator build Python is accepting #hacktoberfest contributions
1 vote and 1 comment so far on Reddit
How to "explicitly specify the categories order by passing in a categories argument" when using tuples as index keys in pandas?: https://stackoverflow.com/questions/52504709/how-to-explicitly-specify-the-categories-order-by-passing-in-a-categories-argum
Stack Overflow
How to "explicitly specify the categories order by passing in a categories argument" when using tuples as index keys in pandas?
I've been trying to figure out how to make these tuples index keys in pandas but I'm getting an error.
How can I use the suggestion from the error with pd.Categorical below to fix this error?
I...
How can I use the suggestion from the error with pd.Categorical below to fix this error?
I...
Found a beautiful Python haiku illustration on Heroku !: https://www.reddit.com/r/Python/comments/9lf1qe/found_a_beautiful_python_haiku_illustration_on/
reddit
r/Python - Found a beautiful Python haiku illustration on Heroku !
2 votes and 0 comments so far on Reddit
Are you working on any projects in which we can help?: https://www.reddit.com/r/Python/comments/9lfahk/are_you_working_on_any_projects_in_which_we_can/
reddit
r/Python - Are you working on any projects in which we can help?
1 vote and 0 comments so far on Reddit
**vbuild** let you use python components in vuejs app !: https://www.reddit.com/r/Python/comments/9lewx1/vbuild_let_you_use_python_components_in_vuejs_app/
reddit
r/Python - **vbuild** let you use python components in vuejs app !
2 votes and 0 comments so far on Reddit