Mindmapping and how it helps with starting a new project: https://www.reddit.com/r/Python/comments/82hwec/mindmapping_and_how_it_helps_with_starting_a_new/
reddit
Mindmapping and how it helps with starting a new project • r/Python
2 points and 2 comments so far on reddit
In-Memory Search Engine using Python Dictionary: https://www.reddit.com/r/Python/comments/82i82z/inmemory_search_engine_using_python_dictionary/
reddit
In-Memory Search Engine using Python Dictionary • r/Python
I am trying to lookup +[little bit searching] of python dictionary keys. Is there any package I can leverage to quickly convert python dictionary...
Thought I should share: lxml.etree leaks memory and I wrote some code to clear it up: https://www.reddit.com/r/Python/comments/82ijsw/thought_i_should_share_lxmletree_leaks_memory_and/
reddit
Thought I should share: lxml.etree leaks memory and I... • r/Python
Ok granted, I didn't write any C code or provide anything to the library, but I couldn't really find a good solution anywhere. The example I...
Tensorflow minimise with respect to only some elements of a variable: https://stackoverflow.com/questions/49048622/tensorflow-minimise-with-respect-to-only-some-elements-of-a-variable
Stackoverflow
Tensorflow minimise with respect to only some elements of a variable
Is it possible to minimise a loss function by changing only some elements of a variable? In other words, if I have a variable X of length 2, how can I minimise my loss function by changing X[0] and
Using youtube-dl postprocessors to download songs straight to a dropbox folder: https://www.reddit.com/r/Python/comments/82j9nz/using_youtubedl_postprocessors_to_download_songs/
reddit
Using youtube-dl postprocessors to download songs... • r/Python
1 points and 0 comments so far on reddit
"-0.98/10" score for pylint (running travis and may have forgot to create a requirements.txt): https://www.reddit.com/r/Python/comments/82jfl2/09810_score_for_pylint_running_travis_and_may/
reddit
"-0.98/10" score for pylint (running travis and may... • r/Python
1 points and 0 comments so far on reddit
Python3 elapsed time implementations in Class, Generator, and Functions for discussion and education: https://www.reddit.com/r/Python/comments/82j8l6/python3_elapsed_time_implementations_in_class/
reddit
Python3 elapsed time implementations in Class,... • r/Python
1 points and 0 comments so far on reddit
What can I do with python that's not data analysis? Would I be able to be a software engineer with only python?: https://www.reddit.com/r/Python/comments/82jkl6/what_can_i_do_with_python_thats_not_data_analysis/
reddit
What can I do with python that's not data analysis?... • r/Python
11 points and 11 comments so far on reddit
How do I learn python for free? I started Codecademy online, but felt like it was too easy and felt like I was just learning random things, not a programming language. I did like however, how if you don't understand something, it will show you how it's supposed to look, and correct it for you.: https://www.reddit.com/r/Python/comments/82kekw/how_do_i_learn_python_for_free_i_started/
reddit
How do I learn python for free? I started Codecademy... • r/Python
2 points and 4 comments so far on reddit
[Matplotlib-devel] ANN: Matplotlib 2.2.0 released: https://www.reddit.com/r/Python/comments/82kmwz/matplotlibdevel_ann_matplotlib_220_released/
reddit
[Matplotlib-devel] ANN: Matplotlib 2.2.0 released • r/Python
1 points and 0 comments so far on reddit
Library for historical short data?: https://www.reddit.com/r/Python/comments/82lhr2/library_for_historical_short_data/
reddit
Library for historical short data? • r/Python
(Posted previously in r/stockmarket) I've been gathering historical data on stocks for a Python program I'm writing using Yahoo! Finance, however,...
[Flask] Best way to create a reusable app?: https://www.reddit.com/r/Python/comments/82lvhb/flask_best_way_to_create_a_reusable_app/
reddit
[Flask] Best way to create a reusable app? • r/Python
I'm presently developing a flask app called `FAS` which stands for Financial Accounting System. However, I want this app to act as a *core* or...
How can you checkif package is utilizing cython?: https://www.reddit.com/r/Python/comments/82m66c/how_can_you_checkif_package_is_utilizing_cython/
reddit
How can you checkif package is utilizing cython? • r/Python
I want to diagnose why the package [fast_dtw](https://github.com/slaypni/fastdtw) runs 20x slower in my Docker environment than on my personal...
Need some feedback on a python problem!: https://www.reddit.com/r/Python/comments/82mbxu/need_some_feedback_on_a_python_problem/
reddit
Need some feedback on a python problem! • r/Python
Hi so i'm in a computational linguistics class which is focused on NLP. For this most recent assignment i'm working with a corpus of speeches...