Interesting question about script processing: https://www.reddit.com/r/Python/comments/6190ho/interesting_question_about_script_processing/
reddit
Interesting question about script processing • r/Python
So I was messing around on /r/math earlier and saw [this post](https://www.reddit.com/r/math/comments/615s1d/found_e_using_two_decks_of_cards/)....
PythonQL: Python extended with a powerful query language: https://www.reddit.com/r/Python/comments/6195u9/pythonql_python_extended_with_a_powerful_query/
reddit
PythonQL: Python extended with a powerful query language • r/Python
A funky extension to Python that allows you to write powerful queries right in Python that will run on top of your data structures or databases...
Need help building a phone troubleshooting system: https://www.reddit.com/r/Python/comments/619cbn/need_help_building_a_phone_troubleshooting_system/
reddit
Need help building a phone troubleshooting system • r/Python
I need to make a phone troubleshooting program in python which asks the user which device they have with the model and memory. Only two phones and...
Several errors in installing Clarifai API Python Client: https://www.reddit.com/r/Python/comments/61844o/several_errors_in_installing_clarifai_api_python/
reddit
Several errors in installing Clarifai API Python Client • r/Python
2 points and 1 comments so far on reddit
A large dataset of inter-dependencies of Python packages: https://www.reddit.com/r/Python/comments/618cv3/a_large_dataset_of_interdependencies_of_python/
reddit
A large dataset of inter-dependencies of Python packages • r/Python
Hello, I have scaped over 20K packages in the order as they appear on [this website](http://pypi-ranking.info/alltime) and analyzed their builtin...
Derivatives of experimental data: https://www.reddit.com/r/Python/comments/616xun/derivatives_of_experimental_data/
reddit
Derivatives of experimental data • r/Python
Hi guys! I have these 2 arrays of experimental data, tension and current (I have 6 sets of those, but just need one example on how to code). I...
Need help with the python task: https://www.reddit.com/r/Python/comments/617cbo/need_help_with_the_python_task/
reddit
Need help with the python task • r/Python
I am new to Python programming and this seems like a herculean task to me. I need to search recurring string ABC from a large file and save the...
Looking for some experienced input on my (very beginner level) Python scripts: https://www.reddit.com/r/Python/comments/617dp9/looking_for_some_experienced_input_on_my_very/
reddit
Looking for some experienced input on my (very beginner... • r/Python
10 points and 7 comments so far on reddit
Is recursion in Python a code smell?: https://www.reddit.com/r/Python/comments/61743v/is_recursion_in_python_a_code_smell/
reddit
Is recursion in Python a code smell? • r/Python
Python is unusual in that the default recursion limit is only 1000. `sys.setrecursionlimit` can be used to increase this, but the docs caution...
Sentiment analysis of Super Bowl ads reactions: https://www.reddit.com/r/Python/comments/61a0kg/sentiment_analysis_of_super_bowl_ads_reactions/
reddit
Sentiment analysis of Super Bowl ads reactions • r/Python
Hi guys, I'm really new with Python. Right now Im writing my thesis on the difference in reactions between news articles and social media, to the...
Looking for some help with an event system in Python: https://www.reddit.com/r/Python/comments/61a6jf/looking_for_some_help_with_an_event_system_in/
reddit
Looking for some help with an event system in Python • r/Python
Some context: I'm a senior university student working on my final project. I am primarily a Java developer, and also know a good amount of C. I...
Best e-commerce platforms in Python?: https://www.reddit.com/r/Python/comments/61abke/best_ecommerce_platforms_in_python/
reddit
Best e-commerce platforms in Python? • r/Python
I want to try out some Python/Django e-commerce platforms. Didn't find too many. Multi-store would be a great feature, in my case. Which are the...
Python IDLE, Its 2017! Catch up please.: https://www.reddit.com/r/Python/comments/61adet/python_idle_its_2017_catch_up_please/
reddit
Python IDLE, Its 2017! Catch up please. • r/Python
Screen resolutions are getting bigger and bigger, I do not even own a 1080p screen anymore. My desktop is 4k and my laptop is a Retina display....
Web Scraping Problems_Scrapy/BS4: https://www.reddit.com/r/Python/comments/61adng/web_scraping_problems_scrapybs4/
reddit
Web Scraping Problems_Scrapy/BS4 • r/Python
Hi r/Python, I apologize if this seems like a rudementary question but I am having some trouble with Web Scraping. I have gone thru several...
An simple tutorial on how to effectively use the python debugger (pdb): https://www.reddit.com/r/Python/comments/61afpv/an_simple_tutorial_on_how_to_effectively_use_the/
reddit
An simple tutorial on how to effectively use the python... • r/Python
3 points and 1 comments so far on reddit