I had a hard time getting started with Micropython, so I decided to write a guide to make it as easy as possible for people like me. Enjoy!: https://www.reddit.com/r/Python/comments/5lppph/i_had_a_hard_time_getting_started_with/
reddit
I had a hard time getting started with Micropython, so... • /r/Python
2 points and 0 comments so far on reddit
Dirichlet process for bayesian clustering in PyMC3: https://www.reddit.com/r/Python/comments/5lpvni/dirichlet_process_for_bayesian_clustering_in_pymc3/
reddit
Dirichlet process for bayesian clustering in PyMC3 • /r/Python
2 points and 0 comments so far on reddit
Database and Bounderies in "EBI" (Entity, Boundary, and Interactor) Design: http://stackoverflow.com/questions/41360797/database-and-bounderies-in-ebi-entity-boundary-and-interactor-design
Stackoverflow
Database and Bounderies in "EBI" (Entity, Boundary, and Interactor) Design
Based on the design and patterns outlined in "EBI" (Entity, Boundary, and Interactor) - Ref Uncle Bob : Clean Code, it raises 3 questions.
The concept of entities and interactors makes sense, howe...
The concept of entities and interactors makes sense, howe...
Beginner Question: How to convert JSON string to python dict?: https://www.reddit.com/r/Python/comments/5lq4fg/beginner_question_how_to_convert_json_string_to/
reddit
Beginner Question: How to convert JSON string to... • /r/Python
Hi there, I'm a beginner to programming with Python and had a quick question how to convert a JSON string to a Python dictionary. I want to be...
Django Celery task on Heroku causes high memory usage: http://stackoverflow.com/questions/41414863/django-celery-task-on-heroku-causes-high-memory-usage
Stackoverflow
Django Celery task on Heroku causes high memory usage
I have a celery task on Heroku that connects to an external API and retrieves some data, stores in the database and repeats several hundred times. Very quickly (after ~10 loops) Heroku starts warning
DIY: twitter client: my first experiment using redis and python: https://www.reddit.com/r/Python/comments/5lrd6w/diy_twitter_client_my_first_experiment_using/
reddit
DIY: twitter client: my first experiment using redis... • /r/Python
1 points and 0 comments so far on reddit
Python on GPU: Pointers/Primers?: https://www.reddit.com/r/Python/comments/5lrkft/python_on_gpu_pointersprimers/
reddit
Python on GPU: Pointers/Primers? • /r/Python
Hello. This is my first post here, and as I'm looking for a Python-specific entry-point, this seems the best subreddit to query... I have an...
How to compare two pieces of text of around a few thousand words to check if they're equal?: https://www.reddit.com/r/Python/comments/5lrnx0/how_to_compare_two_pieces_of_text_of_around_a_few/
reddit
How to compare two pieces of text of around a few... • /r/Python
I want to compare two pieces of text of around a few thousand words to check if they're equal. I need to do that with different pieces of text....
A python script that fetches and tells you the amount of memes in your facebook newsfeed.: https://www.reddit.com/r/Python/comments/5lrn57/a_python_script_that_fetches_and_tells_you_the/
reddit
A python script that fetches and tells you the amount... • /r/Python
2 points and 3 comments so far on reddit
New to Python (and programming in general). Just wondering if the project I'm interested in is even possible.: https://www.reddit.com/r/Python/comments/5lsbz6/new_to_python_and_programming_in_general_just/
reddit
New to Python (and programming in general). Just... • /r/Python
I work with a lot of spreadsheets that contain a lot of the same information. I was hoping I could create a program where I would enter all of the...
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/5ls2vr/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • /r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Python Programming Fundamentals, Object Oriented Programming, Web Scraping and much more!: https://www.reddit.com/r/Python/comments/5lscpd/python_programming_fundamentals_object_oriented/
reddit
Python Programming Fundamentals, Object Oriented... • /r/Python
0 points and 0 comments so far on reddit
Tensorflow create a tfrecords file from csv: http://stackoverflow.com/questions/41402332/tensorflow-create-a-tfrecords-file-from-csv
Stack Overflow
Tensorflow create a tfrecords file from csv
I am trying to write a csv file (all columns are floats) to a tfrecords file then read them back out. All the examples I have seen pack the csv columns then feed it to sess.run() directly but I can't
Batch edit .xls Text --> Column: https://www.reddit.com/r/Python/comments/5lsx4w/batch_edit_xls_text_column/
reddit
Batch edit .xls Text --> Column • /r/Python
I have a set of ~10 to 15 .xls files that have about 1800 rows of data entered into column A, separated by commas. Is there a way I can separate...
Native Hadoop file system (HDFS) connectivity in Python: https://www.reddit.com/r/Python/comments/5lrw7h/native_hadoop_file_system_hdfs_connectivity_in/
reddit
Native Hadoop file system (HDFS) connectivity in Python • /r/Python
3 points and 0 comments so far on reddit
Using Python to automatically create square-mile figure-ground diagrams of cities' street networks, to compare urban form anywhere in the world: https://www.reddit.com/r/Python/comments/5lsuef/using_python_to_automatically_create_squaremile/
reddit
Using Python to automatically create square-mile figure-ground...
Posted in r/Python by u/deeddaemon • 352 points and 11 comments
How to compose two functions whose outer function supplies arguments to the inner function: http://stackoverflow.com/questions/41369419/how-to-compose-two-functions-whose-outer-function-supplies-arguments-to-the-inne
Stackoverflow
How to compose two functions whose outer function supplies arguments to the inner function
I have two similar codes that need to be parsed and I'm not sure of the most pythonic way to accomplish this.
Suppose I have two similar "codes"
secret_code_1 = 'asdf|qwer-sdfg-wert$$otherthing'
Suppose I have two similar "codes"
secret_code_1 = 'asdf|qwer-sdfg-wert$$otherthing'