How to host a Python Application (for a hackathon): https://www.reddit.com/r/Python/comments/546q0x/how_to_host_a_python_application_for_a_hackathon/
reddit
How to host a Python Application (for a hackathon) • /r/Python
Hey guys, I'm new to python/programming. I'm planning on making an application that takes in an image/text, does some processing to it, and...
An Introduction to Stock Market Data Analysis with Python (Part 1): https://www.reddit.com/r/Python/comments/5470d7/an_introduction_to_stock_market_data_analysis/
reddit
An Introduction to Stock Market Data Analysis with... • /r/Python
4 points and 0 comments so far on reddit
Python Core Development Sprint 2016: 3.6 and beyond!: https://www.reddit.com/r/Python/comments/5470c8/python_core_development_sprint_2016_36_and_beyond/
reddit
Python Core Development Sprint 2016: 3.6 and beyond! • /r/Python
1 points and 0 comments so far on reddit
How accurate is Codecademy's Python course?: https://www.reddit.com/r/Python/comments/5481hf/how_accurate_is_codecademys_python_course/
reddit
How accurate is Codecademy's Python course? • /r/Python
I've been doing the Python course in Codecademy, so far I'm still stuck in PygLatin and I have a feeling there are some inaccuracy in the Python...
I posted my simple text editor here a little while ago, and I just added plugin support in python for some reason.: https://www.reddit.com/r/Python/comments/548wdb/i_posted_my_simple_text_editor_here_a_little/
reddit
I posted my simple text editor here a little while... • /r/Python
1 points and 0 comments so far on reddit
Before I roll this out, can anyone tell my why this script would be bad?: https://www.reddit.com/r/Python/comments/546kig/before_i_roll_this_out_can_anyone_tell_my_why/
reddit
Before I roll this out, can anyone tell my why this... • /r/Python
The premise of the script: With a scheduled task to fire on event 4625, the script is ran. The script increments the failed count. If the failed...
So folks, GitLab or BitBucket and why?: https://www.reddit.com/r/Python/comments/54a4gy/so_folks_gitlab_or_bitbucket_and_why/
reddit
So folks, GitLab or BitBucket and why? • /r/Python
I have been using BitBucket. Free private repos. But, it's interface with PyCharm is down. GitLab is the new kid in the block. Anybody can provide...
Web-PDB: web-based remote Python debugger based on PDB: https://www.reddit.com/r/Python/comments/54aw3u/webpdb_webbased_remote_python_debugger_based_on/
Reddit
From the Python community on Reddit: Web-PDB: web-based remote Python debugger based on PDB
Explore this post and more from the Python community
How to find ASN.1 components of EC key python-cryptography: http://stackoverflow.com/questions/39644514/how-to-find-asn-1-components-of-ec-key-python-cryptography
Stackoverflow
How to find ASN.1 components of EC key python-cryptography
I am generating a EC key using python cryptography module in this way
from cryptography.hazmat.backends import default_backend
from cryptography.hazmat.primitives.asymmetric import ec
key=ec.
from cryptography.hazmat.backends import default_backend
from cryptography.hazmat.primitives.asymmetric import ec
key=ec.
Google Cloud Vision - Numbers and Numerals OCR: http://stackoverflow.com/questions/39540741/google-cloud-vision-numbers-and-numerals-ocr
Stack Overflow
Google Cloud Vision - Numbers and Numerals OCR
I've been trying to implement an OCR program with Python that reads numbers with a specific format, XXX-XXX. I used Google's Cloud Vision API Text Recognition, but the results were unreliable. Out ...
Running two processes in Procfile: http://stackoverflow.com/questions/39641568/running-two-processes-in-procfile
Stackoverflow
Running two processes in Procfile
I have a Flask app where I have embedded a Bokeh server graph and I am not being able to have them both working on Heroku. I am trying to deploy on Heorku and I can either start the Bokeh app or the
[Question] What do you expect from a talk about a library/package?: https://www.reddit.com/r/Python/comments/54bmzg/question_what_do_you_expect_from_a_talk_about_a/
reddit
[Question] What do you expect from a talk about a... • /r/Python
Hello everyone, it's my first time I am tasked with giving a talk about a library/package we developed. Of course I can just go over the API,...
A Rubik's Cube solver written in Python that uses webcam input (through OpenCV) to read the starting configuration of a shuffled cube and then guides you through the solution: https://www.reddit.com/r/Python/comments/54bm7v/a_rubiks_cube_solver_written_in_python_that_uses/
reddit
A Rubik's Cube solver written in Python that uses... • /r/Python
7 points and 2 comments so far on reddit