pandas: Composition for chained methods like .resample(), .rolling() etc: https://stackoverflow.com/questions/51279610/pandas-composition-for-chained-methods-like-resample-rolling-etc
Stack Overflow
pandas: Composition for chained methods like .resample(), .rolling() etc
I would like to construct an extension of pandas.DataFrame — let's call it SPDF — which could do stuff above and beyond what a simple DataFrame can:
import pandas as pd
import numpy as...
import pandas as pd
import numpy as...
Securely using ssh with Docker to download from PYPI during container builds: https://www.reddit.com/r/Python/comments/8z8o7x/securely_using_ssh_with_docker_to_download_from/
reddit
r/Python - Securely using ssh with Docker to download from PYPI during container builds
3 votes and 0 comments so far on Reddit
Force Anaconda Navigator to launch Spyder with "spyder3" command instead of "spyder": https://www.reddit.com/r/Python/comments/8z91te/force_anaconda_navigator_to_launch_spyder_with/
reddit
r/Python - Force Anaconda Navigator to launch Spyder with "spyder3" command instead of "spyder"
1 vote and 0 comments so far on Reddit
A multi-core Python HTTP server (much) faster than Go (spoiler: Cython): https://www.reddit.com/r/Python/comments/8z9628/a_multicore_python_http_server_much_faster_than/
Reddit
From the Python community on Reddit: A multi-core Python HTTP server (much) faster than Go (spoiler: Cython)
Explore this post and more from the Python community
The Twisted Framework For Asynchronous Network Servers In Python (Interview): https://www.reddit.com/r/Python/comments/8zak97/the_twisted_framework_for_asynchronous_network/
reddit
r/Python - The Twisted Framework For Asynchronous Network Servers In Python (Interview)
1 vote and 0 comments so far on Reddit
Released a New Version of "Microservices with Docker, Flask, and React": https://www.reddit.com/r/Python/comments/8zapsm/released_a_new_version_of_microservices_with/
reddit
r/Python - Released a New Version of "Microservices with Docker, Flask, and React"
1 vote and 0 comments so far on Reddit
Alacrity: A CLI utility for quickstarting Python projects: https://www.reddit.com/r/Python/comments/8zauz0/alacrity_a_cli_utility_for_quickstarting_python/
reddit
r/Python - Alacrity: A CLI utility for quickstarting Python projects
1 vote and 0 comments so far on Reddit
Nixos: How do I get get a python with debug info included with packages?: https://stackoverflow.com/questions/51333232/nixos-how-do-i-get-get-a-python-with-debug-info-included-with-packages
Stack Overflow
Nixos: How do I get get a python with debug info included with packages?
I'm trying to do cython debugging on NixOS. I can easily install cython in a nix-shell (chosen for simplicity of example), like this:
$ nix-shell -p 'python27.withPackages( p: [ p.cython ])'
$ c...
$ nix-shell -p 'python27.withPackages( p: [ p.cython ])'
$ c...
Designing web application to be database agnostic.: https://www.reddit.com/r/Python/comments/8zbbxo/designing_web_application_to_be_database_agnostic/
reddit
r/Python - Designing web application to be database agnostic.
1 vote and 2 comments so far on Reddit
can functions be used as a substitute for OOP in python?: https://www.reddit.com/r/Python/comments/8zbg7z/can_functions_be_used_as_a_substitute_for_oop_in/
reddit
r/Python - can functions be used as a substitute for OOP in python?
1 vote and 4 comments so far on Reddit
Is code really necessary for all stack overflow problems?: https://www.reddit.com/r/Python/comments/8zbyn3/is_code_really_necessary_for_all_stack_overflow/
reddit
r/Python - Is code really necessary for all stack overflow problems?
0 votes and 1 comment so far on Reddit
ecsopera - perform different tasks on an AWS ECS cluster: https://www.reddit.com/r/Python/comments/8zbq16/ecsopera_perform_different_tasks_on_an_aws_ecs/
reddit
r/Python - ecsopera - perform different tasks on an AWS ECS cluster
1 vote and 0 comments so far on Reddit
How to use nbconvert as git textconv driver to enable effective version control of Jupyter Notebooks: https://stackoverflow.com/questions/51340802/how-to-use-nbconvert-as-git-textconv-driver-to-enable-effective-version-control
Stack Overflow
How to use nbconvert as git textconv driver to enable effective version control of Jupyter Notebooks
What I'm trying to do and how it differs from similar problems
I would like to version control Jupyter Notebooks using Git. Unfortunately, by default, Git and Jupyter Notebooks do not play nicely....
I would like to version control Jupyter Notebooks using Git. Unfortunately, by default, Git and Jupyter Notebooks do not play nicely....
Scaling Pandas to the Billions with Ibis and MapD: https://www.reddit.com/r/Python/comments/8zcli1/scaling_pandas_to_the_billions_with_ibis_and_mapd/
reddit
r/Python - Scaling Pandas to the Billions with Ibis and MapD
1 vote and 0 comments so far on Reddit