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
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