Nina Zakharenko - Memory Management in Python - The Basics - PyCon 2016: https://www.reddit.com/r/Python/comments/8z89y2/nina_zakharenko_memory_management_in_python_the/
reddit
r/Python - Nina Zakharenko - Memory Management in Python - The Basics - PyCon 2016
1 vote and 0 comments so far on Reddit
Removing Shapes from Images with CV and SKImage: https://www.reddit.com/r/Python/comments/8z8af6/removing_shapes_from_images_with_cv_and_skimage/
reddit
r/Python - Removing Shapes from Images with CV and SKImage
1 vote and 0 comments so far on Reddit
PyAnnotate - while exploring mypy I found this: https://www.reddit.com/r/Python/comments/8z8f6i/pyannotate_while_exploring_mypy_i_found_this/
reddit
r/Python - PyAnnotate - while exploring mypy I found this
1 vote and 0 comments so far on Reddit
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