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
A Magical Introduction to Classification Algorithms with Python: https://www.reddit.com/r/Python/comments/619cym/a_magical_introduction_to_classification/
reddit
A Magical Introduction to Classification Algorithms... • r/Python
2 points and 0 comments so far on reddit
REST framework comparisons in 2017: https://www.reddit.com/r/Python/comments/61ah04/rest_framework_comparisons_in_2017/
reddit
REST framework comparisons in 2017 • r/Python
I recently found out about [DRF](http://www.django-rest-framework.org/), it is rather misleading that it does not have any official link to the...
Good APIs to practice HTTP requests and Json parsing?: https://www.reddit.com/r/Python/comments/61bmq3/good_apis_to_practice_http_requests_and_json/
reddit
Good APIs to practice HTTP requests and Json parsing? • r/Python
I want to practice receiving Json files from APIs and sending those parsed Json files back to the API. I've already done tutorials on the json and...
Pendulum (Python datetimes made easy) 1.2.0 is out: Fast ISO 8601 parser and more: https://www.reddit.com/r/Python/comments/61beux/pendulum_python_datetimes_made_easy_120_is_out/
reddit
Pendulum (Python datetimes made easy) 1.2.0 is out:... • r/Python
9 points and 0 comments so far on reddit
Rate and help me improve my Pi estimate script.: https://www.reddit.com/r/Python/comments/61bs0q/rate_and_help_me_improve_my_pi_estimate_script/
reddit
Rate and help me improve my Pi estimate script. • r/Python
#Importing modules import math from random import randrange #All the required variables rolls = 0 cofactor = 0 ...
How to load a high ('10m') resolution version of stock_img() in Cartopy?: https://www.reddit.com/r/Python/comments/61c15k/how_to_load_a_high_10m_resolution_version_of/
reddit
How to load a high ('10m') resolution version of... • r/Python
Is there a line of code to do it automatically like cfeature.NaturalEarthFeature(...) ?