Zulip 1.6: 3100 commits by 150 authors (open source Slack alternative written in Python): https://www.reddit.com/r/Python/comments/6g46w0/zulip_16_3100_commits_by_150_authors_open_source/
reddit
Zulip 1.6: 3100 commits by 150 authors (open source... • r/Python
1 points and 0 comments so far on reddit
Pipe lines in python - how, and from where to learn: https://www.reddit.com/r/Python/comments/6g49sq/pipe_lines_in_python_how_and_from_where_to_learn/
reddit
Pipe lines in python - how, and from where to learn • r/Python
Hey all, im new here and I have a preblem : I need to learn biopython and specificly pipelines in python for a project. can anyone help me and...
Catching up with Kenneth Reitz at PyCon [audio]: https://www.reddit.com/r/Python/comments/6g4ixr/catching_up_with_kenneth_reitz_at_pycon_audio/
reddit
Catching up with Kenneth Reitz at PyCon [audio] • r/Python
3 points and 0 comments so far on reddit
Categorical Data - One-hot encoding: https://stackoverflow.com/questions/44371850/categorical-data-one-hot-encoding
Stackoverflow
Categorical Data - One-hot encoding
I have a large list of strings. Each string is a different example in the training dataset and contains a list of categories, whereby each category is separated by a comma. Eg.
mesh = ['aligator, ...
mesh = ['aligator, ...
How to recursively copy directory contents into another existing directory?: https://www.reddit.com/r/Python/comments/6g63lz/how_to_recursively_copy_directory_contents_into/
reddit
How to recursively copy directory contents into another... • r/Python
I have looked at shutil.copytree but it needs a non-existing directory. Cannot find a solution which satisfies my exact problem.
Protobuf parsing in Python - Datadog Engineering: https://www.reddit.com/r/Python/comments/6g6kaj/protobuf_parsing_in_python_datadog_engineering/
reddit
Protobuf parsing in Python - Datadog Engineering • r/Python
1 points and 0 comments so far on reddit
Could Python become unnecessary one day?: https://www.reddit.com/r/Python/comments/6g6wan/could_python_become_unnecessary_one_day/
reddit
Could Python become unnecessary one day? • r/Python
I use Python for data analysis and creating workflows. But powerful business intelligence tools and low code software are removing the need to...
javascript dependencies in python project: https://stackoverflow.com/questions/44185843/javascript-dependencies-in-python-project
Stackoverflow
javascript dependencies in python project
I'm writing software that allows one to publish mathematical books as websites. It is based mostly on Python + Flask, but to deal with equations I'm using MathJax. MathJax can be used either client...
How to get a function's name as string?: https://stackoverflow.com/questions/44226573/how-to-get-a-functions-name-as-string
Stackoverflow
How to get a function's name as string?
In Python, how do I get a function's name as a string?
I want to get the name of the str.capitalize() function as a string. It appears that the function has a __name__ attribute. When I do
print...
I want to get the name of the str.capitalize() function as a string. It appears that the function has a __name__ attribute. When I do
print...
Best way to save unstructured dicts: https://www.reddit.com/r/Python/comments/6g79q8/best_way_to_save_unstructured_dicts/
reddit
Best way to save unstructured dicts • r/Python
Hi to all, I have a big set of dictionaries (around 50.000) that I would like to save on disk for future analysis. The dictionaries are very...
Python/English language exchange: https://www.reddit.com/r/Python/comments/6g7eax/pythonenglish_language_exchange/
reddit
Python/English language exchange • r/Python
Hi! I'm a upper-junior django developer with some experience in commercial development. I'm also pre-intermediate or intermediate in English. If...
Pandas rolling regression: alternatives to looping: https://stackoverflow.com/questions/44380068/pandas-rolling-regression-alternatives-to-looping
Stack Overflow
Pandas rolling regression: alternatives to looping
I got good use out of pandas' MovingOLS class (source here) within the deprecated stats/ols module. Unfortunately, it was gutted completely with pandas 0.20.
The question of how to run rolling OLS
The question of how to run rolling OLS
I'm really keen to contribute to open source but how can I find a mentor to get into OpenStack?: https://www.reddit.com/r/Python/comments/6g7y55/im_really_keen_to_contribute_to_open_source_but/
reddit
I'm really keen to contribute to open source but how... • r/Python
Hi fellow redditors! I am a self-taught Python software developer currently working in a Junior position but I have to admit that I am getting...
Can someone help me with the "Hello World of machine learning? It's in python.: https://www.reddit.com/r/Python/comments/6g85ke/can_someone_help_me_with_the_hello_world_of/
reddit
Can someone help me with the "Hello World of machine... • r/Python
1 points and 2 comments so far on reddit
5 ways to make Django Admin safer – Haki Benita – Medium: https://www.reddit.com/r/Python/comments/6g88s1/5_ways_to_make_django_admin_safer_haki_benita/
reddit
5 ways to make Django Admin safer – Haki Benita – Medium • r/Python
2 points and 0 comments so far on reddit
Simple "state machine" objects with descriptor protocol.: https://www.reddit.com/r/Python/comments/6g991b/simple_state_machine_objects_with_descriptor/
reddit
Simple "state machine" objects with descriptor protocol. • r/Python
1 points and 0 comments so far on reddit
Implementing Adagrad in Python: https://stackoverflow.com/questions/44405297/implementing-adagrad-in-python
Stack Overflow
Implementing Adagrad in Python
I'm trying to implement Adagrad in Python. For learning purposes, I am using matrix factorisation as an example. I'd be using Autograd for computing the gradients.
My main question is if the
My main question is if the