PySimpleChain - a python exploration of blockchain ledger concepts: https://www.reddit.com/r/Python/comments/71b96l/pysimplechain_a_python_exploration_of_blockchain/
reddit
PySimpleChain - a python exploration of blockchain... • r/Python
1 points and 0 comments so far on reddit
Book review: Audio Effects: Theory, Implementation and Application: https://www.reddit.com/r/Python/comments/71bape/book_review_audio_effects_theory_implementation/
reddit
Book review: Audio Effects: Theory, Implementation and... • r/Python
1 points and 0 comments so far on reddit
Classifying genome bins using a custom reference database, part II: https://www.reddit.com/r/Python/comments/71bgul/classifying_genome_bins_using_a_custom_reference/
reddit
Classifying genome bins using a custom reference... • r/Python
1 points and 0 comments so far on reddit
Database for simple app question: https://www.reddit.com/r/Python/comments/71cezb/database_for_simple_app_question/
reddit
Database for simple app question • r/Python
Hey all, I'm a hobby programmer who, after doing extensive online classes and building little scripts, is taking on my first "real project". Real...
TransitFlow — using Python and Processing to visualize regional transit frequency · Mapzen: https://www.reddit.com/r/Python/comments/71cg1o/transitflow_using_python_and_processing_to/
reddit
TransitFlow — using Python and Processing to visualize... • r/Python
1 points and 0 comments so far on reddit
A program finds every time you find the word "cheese" in macron's leaked emails.: https://www.reddit.com/r/Python/comments/71cy3b/a_program_finds_every_time_you_find_the_word/
reddit
A program finds every time you find the word "cheese"... • r/Python
0 points and 1 comments so far on reddit
Python String strip(), Istrip() and Rstrip() Method: https://www.reddit.com/r/Python/comments/71drku/python_string_strip_istrip_and_rstrip_method/
reddit
Python String strip(), Istrip() and Rstrip() Method • r/Python
1 points and 0 comments so far on reddit
Geographic coordinates calculations. Is geopy alive? Or some replacement?: https://www.reddit.com/r/Python/comments/71dxk2/geographic_coordinates_calculations_is_geopy/
reddit
Geographic coordinates calculations. Is geopy alive? Or... • r/Python
I need to make some calculations on geographic coordinates. I have a central point (latitude, longitude) and radius of circle. Now, when I get...
Grouping a dataset by decade: https://www.reddit.com/r/Python/comments/71eujm/grouping_a_dataset_by_decade/
reddit
Grouping a dataset by decade • r/Python
I have a dataset of names ( "gender", "Name", "year", "count") and I would like to generate a list of the top 10 names by decade, by gender. I am...
Plot specific points in DBSCAN in sklearn in python: https://stackoverflow.com/questions/46265803/plot-specific-points-in-dbscan-in-sklearn-in-python
Stack Overflow
Plot specific points in DBSCAN in sklearn in python
I have a set of documents and I create a feature matrix from it. Then I calculate cosine similarity between the documents. I input that cosine distance matrix to DBSCAN algorithm. My code is as fo...