New to the Python, but read a lot of codebases and curious, isn't *args and **kwargs are overused to the point of messing intellisense and python easy readability? I'm talking about opensource libraries, extensions, etc.: https://www.reddit.com/r/Python/comments/8kmzfw/new_to_the_python_but_read_a_lot_of_codebases_and/
reddit
New to the Python, but read a lot of codebases and... • r/Python
I see often something like this class SuperFactoryOrSomething(): def __init__(self, use_class=SomeClass): # Because...
Proposal for r/python to adopt Python's code of conduct: https://www.reddit.com/r/Python/comments/8kggv4/proposal_for_rpython_to_adopt_pythons_code_of/
reddit
r/Python - Proposal for r/python to adopt Python's code of conduct
0 votes and 0 so far on reddit
First 31 fibonacci numbers (0 to 30) in 37 characters: https://www.reddit.com/r/Python/comments/8kg5gh/first_31_fibonacci_numbers_0_to_30_in_37/
reddit
r/Python - First 31 fibonacci numbers (0 to 30) in 37 characters
2 votes and 1 so far on reddit
I wrote a blog post about KeyboardInterrupts and how to handle them :-): https://www.reddit.com/r/Python/comments/8knqi0/i_wrote_a_blog_post_about_keyboardinterrupts_and/
reddit
I wrote a blog post about KeyboardInterrupts and how to... • r/Python
1 points and 0 comments so far on reddit
Why isn't there a least_common for collections.Counter?: https://stackoverflow.com/questions/50152212/why-isnt-there-a-least-common-for-collections-counter
Stack Overflow
Why isn't there a least_common for collections.Counter?
Looking at the CPython code for collections.Counter:
def most_common(self, n=None):
'''List the n most common elements and their counts from the most
common to the least. If n is None, then
def most_common(self, n=None):
'''List the n most common elements and their counts from the most
common to the least. If n is None, then
I´m new on Python, today I was trying to make a little program to print someone's name, age and age on 2030, but I'm getting a syntax error, on the second line, if you know what is getting wrong on my program comment there plz. srry for my bad english, im not fluently.: https://www.reddit.com/r/Python/comments/8kob6o/im_new_on_python_today_i_was_trying_to_make_a/
reddit
I´m new on Python, today I was trying to make a little... • r/Python
0 points and 5 comments so far on reddit
Can't import a module even if it is in the sys.path: https://www.reddit.com/r/Python/comments/8ko7ye/cant_import_a_module_even_if_it_is_in_the_syspath/
reddit
r/Python - Can't import a module even if it is in the sys.path
0 votes and 0 so far on reddit
EdgeDB - The Next Generation Object-relational Database: https://www.reddit.com/r/Python/comments/8ko6rl/edgedb_the_next_generation_objectrelational/
reddit
EdgeDB - The Next Generation Object-relational Database • r/Python
13 points and 3 comments so far on reddit
Setting expectations for Open Source Participation - PyCon 2018 keynote discussing negativity in OSS: https://www.reddit.com/r/Python/comments/8kol88/setting_expectations_for_open_source/
reddit
r/Python - Setting expectations for Open Source Participation - PyCon 2018 keynote discussing negativity in OSS
1 votes and 0 so far on reddit
Aligning maps made using basemap: https://stackoverflow.com/questions/50383706/aligning-maps-made-using-basemap
Stack Overflow
Aligning maps made using basemap
Is there a way to align python basemaps like this figure below?
Here's some sample basemap code to produce a map:
from mpl_toolkits.basemap import Basemap
import matplotlib.pyplot as plt
fig = plt.
Here's some sample basemap code to produce a map:
from mpl_toolkits.basemap import Basemap
import matplotlib.pyplot as plt
fig = plt.
ubelt - My curated library of python utilities. (with docs, examples, tests, and pip integration): https://www.reddit.com/r/Python/comments/8kqe8x/ubelt_my_curated_library_of_python_utilities_with/
reddit
ubelt - My curated library of python utilities. (with... • r/Python
1 points and 0 comments so far on reddit
Scraping Facebook Image Data Without Graph API?: https://www.reddit.com/r/Python/comments/8kqx0b/scraping_facebook_image_data_without_graph_api/
reddit
r/Python - Scraping Facebook Image Data Without Graph API?
1 votes and 0 so far on reddit
Possible bug/misconfiguration? osx/python3/virtualenv/pip3/bash: https://www.reddit.com/r/Python/comments/8kr222/possible_bugmisconfiguration/
reddit
r/Python - Possible bug/misconfiguration? osx/python3/virtualenv/pip3/bash
1 votes and 0 so far on reddit