Having trouble with running scripts via Spyder on EC2 (file paths): https://www.reddit.com/r/Python/comments/5lnayx/having_trouble_with_running_scripts_via_spyder_on/
reddit
Having trouble with running scripts via Spyder on EC2... • /r/Python
Hello - I have managed to connect Spyder on my local laptop to a remote kernel running on an EC2 instance. However, I am having some difficulty...
Numpy for a large grid of objects.: https://www.reddit.com/r/Python/comments/5lnrk8/numpy_for_a_large_grid_of_objects/
reddit
Numpy for a large grid of objects. • /r/Python
So, I'm trying to create a large (could be 1,000,000+× 500,00+) 2d numpy array of objects. Inside these objects I will be storing satellite data...
Year of Programming Challenge!: https://www.reddit.com/r/Python/comments/5lnxtp/year_of_programming_challenge/
reddit
Year of Programming Challenge! • /r/Python
Hello all, there was a post over at r/learnprogramming, it was a thread about people wanting to code everyday for this year. the community outgrew...
I'm writing a simple set of scripts to download webpages for offline browsing. Feel free to use them.: https://www.reddit.com/r/Python/comments/5lo35g/im_writing_a_simple_set_of_scripts_to_download/
reddit
I'm writing a simple set of scripts to download... • /r/Python
2 points and 0 comments so far on reddit
Get a building reverb Impulse reponse (e.g. big church) in Python: https://www.reddit.com/r/Python/comments/5log1d/get_a_building_reverb_impulse_reponse_eg_big/
reddit
Get a building reverb Impulse reponse (e.g. big... • /r/Python
2 points and 0 comments so far on reddit
Is there a way to modify audio input in real time?: https://www.reddit.com/r/Python/comments/5lon46/is_there_a_way_to_modify_audio_input_in_real_time/
reddit
Is there a way to modify audio input in real time? • /r/Python
I was thinking about making an interface to play a guitar through using python. Are there any modules that I could use to modify the audio from...
handling iTunes plist with 3,006 values for key in python 2 with plistlib: http://stackoverflow.com/questions/41399258/handling-itunes-plist-with-3-006-values-for-key-in-python-2-with-plistlib
Stackoverflow
handling iTunes plist with 3,006 values for key in python 2 with plistlib
I'm trying to handle iTunes plist with plistlib under Python 2.7 on a Mac OS El Capitan system. The problem is get('Tracks') returns 3,006 values that have apparently lost their subkeys. How do I h...
CrawlerProcess vs CrawlerRunner: http://stackoverflow.com/questions/39706005/crawlerprocess-vs-crawlerrunner
Stack Overflow
CrawlerProcess vs CrawlerRunner
Scrapy 1.x documentation explains that there are two ways to run a Scrapy spider from a script:
using CrawlerProcess
using CrawlerRunner
What is the difference between the two? When should I use "
using CrawlerProcess
using CrawlerRunner
What is the difference between the two? When should I use "
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