Help choosing a storage backend for knowledgebase: https://www.reddit.com/r/Python/comments/99r5ks/help_choosing_a_storage_backend_for_knowledgebase/
reddit
Help choosing a storage backend for knowledgebase • r/Python
I have a django app that supports a number of other applications and is solely used as a knowledge base repository. Right now users can edit and...
Can you strip all strings of a list of any data type ?: https://www.reddit.com/r/Python/comments/99pcjl/can_you_strip_all_strings_of_a_list_of_any_data/
reddit
r/Python - Can you strip all strings of a list of any data type ?
1 vote and 1 comment so far on Reddit
Python PyPy interpreter in Javascript: Chrome and Edge beat firefox! • r/programming: https://www.reddit.com/r/Python/comments/99ruyj/python_pypy_interpreter_in_javascript_chrome_and/
reddit
r/Python - Python PyPy interpreter in Javascript: Chrome and Edge beat firefox! • r/programming
0 votes and 1 comment so far on Reddit
Python Notebook Research to DIY My Own ETF Using Free Data: https://www.reddit.com/r/Python/comments/99rxyk/python_notebook_research_to_diy_my_own_etf_using/
reddit
r/Python - Python Notebook Research to DIY My Own ETF Using Free Data
1 vote and 0 comments so far on Reddit
NumPy Tutorial: Python Machine Learning Library: https://www.reddit.com/r/Python/comments/99syib/numpy_tutorial_python_machine_learning_library/
reddit
r/Python - NumPy Tutorial: Python Machine Learning Library
0 votes and 0 comments so far on Reddit
Is anyone else interested in a weekly Python code review?: https://www.reddit.com/r/Python/comments/99tdo7/is_anyone_else_interested_in_a_weekly_python_code/
reddit
r/Python - Is anyone else interested in a weekly Python code review?
16 votes and 5 comments so far on Reddit
Real Time Smile Detection in Webcam using Python 3 - Roy Tutorials: https://www.reddit.com/r/Python/comments/99tnd0/real_time_smile_detection_in_webcam_using_python/
reddit
r/Python - Real Time Smile Detection in Webcam using Python 3 - Roy Tutorials
3 votes and 0 comments so far on Reddit
Question on using Dash (plotly) in Enterprise web app: https://www.reddit.com/r/Python/comments/99uyi6/question_on_using_dash_plotly_in_enterprise_web/
reddit
r/Python - Question on using Dash (plotly) in Enterprise web app
2 votes and 0 comments so far on Reddit
The Python scientific stack, compiled to WebAssembly: https://github.com/iodide-project/pyodide
GitHub
GitHub - pyodide/pyodide: Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
Pyodide is a Python distribution for the browser and Node.js based on WebAssembly - pyodide/pyodide
While I only finished 3 chapters of the book so far I am very impressed with the content of the book. While the book makes use of Python as a programming language - the language is merely a vehicle to relay the more important underlying Computer Science.: https://www.reddit.com/r/Python/comments/99w990/while_i_only_finished_3_chapters_of_the_book_so/
reddit
r/Python - While I only finished 3 chapters of the book so far I am very impressed with the content of the book. While the book…
6 votes and 0 comments so far on Reddit
How to sort a Pandas Pivot Table that has been built with an aggfunc?: https://www.reddit.com/r/Python/comments/99xh6h/how_to_sort_a_pandas_pivot_table_that_has_been/
reddit
r/Python - How to sort a Pandas Pivot Table that has been built with an aggfunc?
2 votes and 1 comment so far on Reddit
Incremental development in Python versus actual tests: https://www.reddit.com/r/Python/comments/99y3j2/incremental_development_in_python_versus_actual/
reddit
r/Python - Incremental development in Python versus actual tests
1 vote and 0 comments so far on Reddit
Looking for something to do this weekend? Opengift Weekly Online Contest: Week 2 - Python!: https://www.reddit.com/r/Python/comments/99ycms/looking_for_something_to_do_this_weekend_opengift/
reddit
r/Python - Looking for something to do this weekend? Opengift Weekly Online Contest: Week 2 - Python!
1 vote and 0 comments so far on Reddit
Playlist Length Calculator | A CLI tool to calculate length of all videos in a directory and subdirectory: https://www.reddit.com/r/Python/comments/99y5tp/playlist_length_calculator_a_cli_tool_to/
reddit
r/Python - Playlist Length Calculator | A CLI tool to calculate length of all videos in a directory and subdirectory
2 votes and 1 comment so far on Reddit
Openpyxl comparing values in two sheets to see if a value does not exist: https://stackoverflow.com/questions/51968628/openpyxl-comparing-values-in-two-sheets-to-see-if-a-value-does-not-exist
Stack Overflow
Openpyxl comparing values in two sheets to see if a value does not exist
I am making an excel comparing program that takes a certain amount of sheets, compares them and checks to see if the values in one of the sheets do not exist in the other. However, I am receiving a