What exactly are you able to code with Python?: https://www.reddit.com/r/Python/comments/7m1nh9/what_exactly_are_you_able_to_code_with_python/
reddit
What exactly are you able to code with Python? • r/Python
I want to start coding and not sure where to start.A friend told me to use Python but I'm not sure what it's used for and how you go about...
Wishing the Python Community Merry Christmas using Python Turtle: https://www.reddit.com/r/Python/comments/7m1j4s/wishing_the_python_community_merry_christmas/
reddit
Wishing the Python Community Merry Christmas using... • r/Python
0 points and 0 comments so far on reddit
Elpygen - easy Python code generation for Emacs: https://www.reddit.com/r/Python/comments/7m1omt/elpygen_easy_python_code_generation_for_emacs/
reddit
Elpygen - easy Python code generation for Emacs • r/Python
1 points and 0 comments so far on reddit
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...