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
Reading and Writing CSV Files in Python – Real Python: https://www.reddit.com/r/Python/comments/8zcczg/reading_and_writing_csv_files_in_python_real/
reddit
r/Python - Reading and Writing CSV Files in Python – Real Python
3 votes and 0 comments so far on Reddit
If "Javascript: The Good Parts" is a great distilled Javascript reference, what is the equivalent for Python?: https://www.reddit.com/r/Python/comments/8zcwnb/if_javascript_the_good_parts_is_a_great_distilled/
reddit
r/Python - If "Javascript: The Good Parts" is a great distilled Javascript reference, what is the equivalent for Python?
1 vote and 1 comment so far on Reddit
I made a GUI for python logging, but I am not sure if I should push it to PyPI: https://www.reddit.com/r/Python/comments/8zcoyf/i_made_a_gui_for_python_logging_but_i_am_not_sure/
reddit
r/Python - I made a GUI for python logging, but I am not sure if I should push it to PyPI
16 votes and 9 comments so far on Reddit
Monte Carlo Simulator - is there a module free available?: https://www.reddit.com/r/Python/comments/8zd94m/monte_carlo_simulator_is_there_a_module_free/
reddit
r/Python - Monte Carlo Simulator - is there a module free available?
2 votes and 4 comments so far on Reddit