Several stdlib methods with only positional arguments will be 30-40% faster in Python 3.8: https://www.reddit.com/r/Python/comments/ajy9dw/several_stdlib_methods_with_only_positional/
reddit
r/Python - Several stdlib methods with only positional arguments will be 30-40% faster in Python 3.8
287 votes and 20 comments so far on Reddit
How to represent multiple level combinations?: https://stackoverflow.com/questions/54178780/how-to-represent-multiple-level-combinations
Stack Overflow
How to represent multiple level combinations?
The book Introduction to Probability by Blitzstein and Hwang provides an example of combinations using ice cream.
The first level is cone: Waffle or Cake
The second level is flavour: chocolate, va...
The first level is cone: Waffle or Cake
The second level is flavour: chocolate, va...
pybind11 - exporting interface of large C library without having to list the majority of the files in the library?: https://www.reddit.com/r/Python/comments/ajyw7a/pybind11_exporting_interface_of_large_c_library/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Python libraries for evaluating emotions and moods: https://www.reddit.com/r/Python/comments/ajyxn2/python_libraries_for_evaluating_emotions_and_moods/
reddit
r/Python - Python libraries for evaluating emotions and moods
1 vote and 0 comments so far on Reddit
I wrote a module that lets you use PHP functions in Python as aliases to native functions.: https://www.reddit.com/r/Python/comments/ajzjrc/i_wrote_a_module_that_lets_you_use_php_functions/
reddit
r/Python - I wrote a module that lets you use PHP functions in Python as aliases to native functions.
1 vote and 3 comments so far on Reddit
Selenium Python Module: how do I locate a <td class="CLS 96 ptable-param"> Standard </td>: https://www.reddit.com/r/Python/comments/ajzo9c/selenium_python_module_how_do_i_locate_a_td/
reddit
r/Python - Selenium Python Module: how do I locate a Standard
1 vote and 0 comments so far on Reddit
Is this code pythonic ("format_time" function and its test)?: https://www.reddit.com/r/Python/comments/ak07cb/is_this_code_pythonic_format_time_function_and/
reddit
r/Python - Is this code pythonic ("format_time" function and its test)?
1 vote and 1 comment so far on Reddit
Pandas 0.24 released. Last version to support Python 2: https://www.reddit.com/r/Python/comments/ak00sp/pandas_024_released_last_version_to_support/
reddit
r/Python - Pandas 0.24 released. Last version to support Python 2
63 votes and 13 comments so far on Reddit
What are best practices software design for a program which you can add add-ons to it?: https://www.reddit.com/r/Python/comments/ak2h8v/what_are_best_practices_software_design_for_a/
reddit
r/Python - What are best practices software design for a program which you can add add-ons to it?
2 votes and 5 comments so far on Reddit
Reloading celery code without losing reserved tasks: https://stackoverflow.com/questions/43792749/reloading-celery-code-without-losing-reserved-tasks
Stack Overflow
Reloading celery code without losing reserved tasks
I have millions of tasks reserved in Celery (ETA not due yet) and every time I want to update my Celery code base, I have to restart it, which cuts the connection to RabbitMQ and causes RabbitMQ to
Bonfig 0.2.0 released with an improved API, a full test suite and better documentation - Why not make your configs classy!: https://www.reddit.com/r/Python/comments/ak2ndz/bonfig_020_released_with_an_improved_api_a_full/
reddit
r/Python - Bonfig 0.2.0 released with an improved API, a full test suite and better documentation - Why not make your configs classy!
4 votes and 6 comments so far on Reddit
How to do interprocess communication in Python?: https://www.reddit.com/r/Python/comments/ak3g4q/how_to_do_interprocess_communication_in_python/
reddit
r/Python - How to do interprocess communication in Python?
2 votes and 4 comments so far on Reddit