NumFOCUS 2017 Highlights Reel: What You Achieved: https://www.reddit.com/r/Python/comments/7m1sv8/numfocus_2017_highlights_reel_what_you_achieved/
reddit
NumFOCUS 2017 Highlights Reel: What You Achieved • r/Python
2 points and 0 comments so far on reddit
Please help me make progress!: https://www.reddit.com/r/Python/comments/7m2ddv/please_help_me_make_progress/
reddit
Please help me make progress! • r/Python
I got one idea and I wanted to realize it, so I have a few questions 1. My idea is like some program for learning children and is it possible to...
A microservice client, where/how?: https://www.reddit.com/r/Python/comments/7m2gc5/a_microservice_client_wherehow/
reddit
A microservice client, where/how? • r/Python
Multiple microservices are consuming service A via plan REST HTTP. They all use the same http client code for approaching service A -gets params,...
Get live news on your desktop: https://www.reddit.com/r/Python/comments/7m3pao/get_live_news_on_your_desktop/
reddit
Get live news on your desktop • r/Python
https://github.com/0dysseas/news-indicator An unobtrusive linux app indicator that retrieves and displays the latest news from top media outlets...
Anyone have any tricks to understanding and using classes in Python? I keep writing functions, instead. Why should I start using classes?: https://www.reddit.com/r/Python/comments/7m4hlq/anyone_have_any_tricks_to_understanding_and_using/
reddit
Anyone have any tricks to understanding and using... • r/Python
138 points and 54 comments so far on reddit
Spark 2.2 Thrift server error on dataframe NumberFormatException when query Hive table: https://stackoverflow.com/questions/47946449/spark-2-2-thrift-server-error-on-dataframe-numberformatexception-when-query-hive
Stack Overflow
Spark 2.2 Thrift server error on dataframe NumberFormatException when query Hive table
I have Hortonworks HDP 2.6.3 running Spark2 (v2.2). My test case is very simple:
Create a Hive table with some random values. Hive at port 10000
Turn on Spark Thrift server at 10016
Run pyspark and
Create a Hive table with some random values. Hive at port 10000
Turn on Spark Thrift server at 10016
Run pyspark and
Scrapy Very Basic Example: https://stackoverflow.com/questions/18838494/scrapy-very-basic-example
Stack Overflow
Scrapy Very Basic Example
Hi I have Python Scrapy installed on my mac and I was trying to follow the very first example on their web.
They were trying to run the command:
scrapy crawl mininova.org -o scraped_data.json -t...
They were trying to run the command:
scrapy crawl mininova.org -o scraped_data.json -t...
Create a URL Shortener in Python: https://www.reddit.com/r/Python/comments/7m5164/create_a_url_shortener_in_python/
reddit
Create a URL Shortener in Python • r/Python
While browsing github , I saw this small library named Pyshorteners. So I tried it and made a post in my blog :). Hope you guys like it...
If you want to learn how to make a Python OpenCV Face Detector in 5 minutes and test it out, check out this video and channel! If you like the content and want more, feel free to subscribe. :): https://www.reddit.com/r/Python/comments/7m589u/if_you_want_to_learn_how_to_make_a_python_opencv/
reddit
If you want to learn how to make a Python OpenCV Face... • r/Python
1 points and 0 comments so far on reddit
New to python, and I wrote a crypto trade bot with a novel strategy, and takes a small fee when trades are profitable. Wondering if it’s possible show it’s not malicious while still keeping the source hidden.: https://www.reddit.com/r/Python/comments/7m5jl9/new_to_python_and_i_wrote_a_crypto_trade_bot_with/
reddit
New to python, and I wrote a crypto trade bot with a... • r/Python
Merry Christmas! As the title explains, I’ve written a crypto trading bot that uses Bittrex Api to make trades that employs a novel strategy. I’d...
5 Reasons Why Programmers Love Python Programming Language: https://www.reddit.com/r/Python/comments/7m5cr3/5_reasons_why_programmers_love_python_programming/
reddit
5 Reasons Why Programmers Love Python Programming Language • r/Python
0 points and 0 comments so far on reddit
Error while using pymysql in flask: https://stackoverflow.com/questions/47711689/error-while-using-pymysql-in-flask
Stack Overflow
Error while using pymysql in flask
I am using pymysql client to connect to mysql in my flask API,
everything works fine for some days(around 1-2 days) after that suddenly it starts to throw this error
Traceback (most recent call l...
everything works fine for some days(around 1-2 days) after that suddenly it starts to throw this error
Traceback (most recent call l...
Expected Statements on Menus: https://www.reddit.com/r/Python/comments/7m5v0w/expected_statements_on_menus/
reddit
Expected Statements on Menus • r/Python
I've used Python in the past, but not in a while. I'm currently working on a visual novel, and I keep getting an error saying that after every...
Creating completely automated Telegram channel with Python: https://www.reddit.com/r/Python/comments/7m67ga/creating_completely_automated_telegram_channel/
reddit
Creating completely automated Telegram channel with Python • r/Python
2 points and 0 comments so far on reddit
Finding most popular technologies on StackoverFlow using beautifulsoup: https://www.reddit.com/r/Python/comments/7m6c61/finding_most_popular_technologies_on/
reddit
Finding most popular technologies on StackoverFlow... • r/Python
1 points and 0 comments so far on reddit
How to make a tornado request atomic in the Database: https://stackoverflow.com/questions/47946202/how-to-make-a-tornado-request-atomic-in-the-database
Stackoverflow
How to make a tornado request atomic in the Database
I have a python app written in the Tornado Asynchronous framework. When an HTTP request comes in, this method gets called:
@classmethod
def my_method(cls, my_arg1):
# Do some Database Transac...
@classmethod
def my_method(cls, my_arg1):
# Do some Database Transac...