AWS Lambda Programming Language Comparison • r/node: https://www.reddit.com/r/Python/comments/9t3yjp/aws_lambda_programming_language_comparison_rnode/
  
  reddit
  
  r/Python - AWS Lambda Programming Language Comparison • r/node
  1 vote and 0 comments so far on Reddit
  Making light of quantum machine learning (using Python and TensorFlow) (xpost r/physics): https://www.reddit.com/r/Python/comments/9t4efj/making_light_of_quantum_machine_learning_using/
  
  reddit
  
  r/Python - Making light of quantum machine learning (using Python and TensorFlow) (xpost r/physics)
  0 votes and 1 comment so far on Reddit
  How can I quickly find out which python (and non-python) scripts are being called in a repository?: https://www.reddit.com/r/Python/comments/9t4zkb/how_can_i_quickly_find_out_which_python_and/
  
  reddit
  
  r/Python - How can I quickly find out which python (and non-python) scripts are being called in a repository?
  1 vote and 0 comments so far on Reddit
  Teaching my computer to play perfect Tic-Tac-Toe with minimax AI: https://www.reddit.com/r/Python/comments/9t5psc/teaching_my_computer_to_play_perfect_tictactoe/
  
  reddit
  
  r/Python - Teaching my computer to play perfect Tic-Tac-Toe with minimax AI
  1 vote and 0 comments so far on Reddit
  Whats the best Electron-like Python tool to make a simple HTML5 GUI for my python program?: https://www.reddit.com/r/Python/comments/9t683e/whats_the_best_electronlike_python_tool_to_make_a/
  
  reddit
  
  Whats the best Electron-like Python tool to make a simple HTML5...
  Im making a very simple kiosk interface. So far I have seen Cefpython but this may be overkill and too low level. Right now I am looking at Eel...
  A Command Line Utility that allows you to see processes and generate cpu usage graph: https://www.reddit.com/r/Python/comments/9t6ac4/a_command_line_utility_that_allows_you_to_see/
  
  reddit
  
  r/Python - A Command Line Utility that allows you to see processes and generate cpu usage graph
  1 vote and 1 comment so far on Reddit
  Scaling of time to broadcast an operation on 3D arrays in numpy: https://stackoverflow.com/questions/52774318/scaling-of-time-to-broadcast-an-operation-on-3d-arrays-in-numpy
  
  Stack Overflow
  
  Scaling of time to broadcast an operation on 3D arrays in numpy
  I am trying to broadcast a simple operation of ">" over two 3D arrays. One has dimensions (m, 1, n) the other (1, m, n). If I change the value of the third dimension (n), I would naively expect tha...
  Jupyter notebook project: introduction to dimensionality reduction with t-SNE, examplews with sklearn and CUDA: https://www.reddit.com/r/Python/comments/9t7f1l/jupyter_notebook_project_introduction_to/
  
  reddit
  
  r/Python - Jupyter notebook project: introduction to dimensionality reduction with t-SNE, examplews with sklearn and CUDA
  1 vote and 0 comments so far on Reddit
  A Gentle Visual Intro to Data Analysis in Python Using Pandas: https://jalammar.github.io/gentle-visual-intro-to-data-analysis-python-pandas/
  
  jalammar.github.io
  
  A Gentle Visual Intro to Data Analysis in Python Using Pandas
  Discussions:
Hacker News (195 points, 51 comments), Reddit r/Python (140 points, 18 comments)
If you’re planning to learn data analysis, machine learning, or data science tools in python, you’re most likely going to be using the wonderful pandas library.…
  Hacker News (195 points, 51 comments), Reddit r/Python (140 points, 18 comments)
If you’re planning to learn data analysis, machine learning, or data science tools in python, you’re most likely going to be using the wonderful pandas library.…
Wrote a simple command line tool that lets you view Linux processes: https://www.reddit.com/r/Python/comments/9t8btp/wrote_a_simple_command_line_tool_that_lets_you/
  
  reddit
  
  r/Python - Wrote a simple command line tool that lets you view Linux processes
  1 vote and 0 comments so far on Reddit
  Trying to create a folder and then run a program in folder from CSV: https://www.reddit.com/r/Python/comments/9t8eht/trying_to_create_a_folder_and_then_run_a_program/
  
  reddit
  
  r/Python - Trying to create a folder and then run a program in folder from CSV
  1 vote and 0 comments so far on Reddit
  The 2 best python project alternatives to set wallpaper from reddit are unmaintained, someone here can take care?: https://www.reddit.com/r/Python/comments/9t8uu4/the_2_best_python_project_alternatives_to_set/
  
  reddit
  
  The 2 best python project alternatives to set wallpaper... • r/Python
  - 1: https://github.com/ssimunic/Daily-Reddit-Wallpaper - 2: https://github.com/markubiak/wallpaper-reddit I'm not a python programmer but i...
  SoftwarArch: Encapsulating Conditional Logic for Testability using Python: https://www.reddit.com/r/Python/comments/9t94go/softwararch_encapsulating_conditional_logic_for/
  
  reddit
  
  r/Python - SoftwarArch: Encapsulating Conditional Logic for Testability using Python
  1 vote and 0 comments so far on Reddit
  Constrain optimisation with duplicates: https://stackoverflow.com/questions/53064675/constrain-optimisation-with-duplicates
  
  Stack Overflow
  
  Constrain optimisation with duplicates
  I have a set of many (10000+) items, from which have I have to choose exactly k items. I can only choose each item multiple times subject to an ordering constraint: If I choose an item in position ...