How much should I know before I can start contributing to open source projects?: https://www.reddit.com/r/Python/comments/53aq8f/how_much_should_i_know_before_i_can_start/
reddit
How much should I know before I can start contributing... • /r/Python
Pretty much the title. I've been doing python for about 1 year now. Trying to learn from free tutorials and vids online(No official training, they...
Learning Python, wrote a Twitter bot for baseball. Anyone care to review it?: https://www.reddit.com/r/Python/comments/53ayd8/learning_python_wrote_a_twitter_bot_for_baseball/
reddit
Learning Python, wrote a Twitter bot for baseball.... • /r/Python
It works, so there's that. Would love feedback on any common mistakes or ways to make it more "pythonic". Figured I need to start writing things...
Created a library that runs a function based off a re/parse match: https://www.reddit.com/r/Python/comments/53azet/created_a_library_that_runs_a_function_based_off/
reddit
Created a library that runs a function based off a... • /r/Python
I created: https://github.com/xtream1101/regex-decorator It allows one to add a decorator and using either pythons `re` or the `parse` library to...
Python Installation gone wrong?: https://www.reddit.com/r/Python/comments/53b40t/python_installation_gone_wrong/
reddit
Python Installation gone wrong? • /r/Python
I am a complete newbie and I'm just trying to run a python script that a friend wrote for me. It works for him but for me (running from IDLE) I...
Proof that the randomizer (as I like to call it) in Python is not as random as you think (Experiment): https://www.reddit.com/r/Python/comments/53b753/proof_that_the_randomizer_as_i_like_to_call_it_in/
reddit
Proof that the randomizer (as I like to call it) in... • /r/Python
Earlier today I wrote this code to see if the randomizer in Python is really so random: cch1 = 0 cch2 = 0 cch3 = 0 cch4 = 0 ...
Seen a few posts about getting and analyzing stock market info, so I thought I'd share the scraping utilities for stock market info I've made as part of my ongoing personal finance project: https://www.reddit.com/r/Python/comments/53b7tg/seen_a_few_posts_about_getting_and_analyzing/
reddit
Seen a few posts about getting and analyzing stock... • /r/Python
Seen a few posts about people making various scripts to either scrape or analyze historic stock market data using a variety of sources, so I...
phantomjs selenium in python proxy-auth not working: http://stackoverflow.com/questions/39313109/phantomjs-selenium-in-python-proxy-auth-not-working
Stack Overflow
phantomjs + selenium in python proxy-auth not working
I'm trying to set a proxy for webscraping using selenium + phantomjs. I'm using python.
I've seen in many places that there is a bug in phantomjs such that proxy-auth does not work.
from selenium.
I've seen in many places that there is a bug in phantomjs such that proxy-auth does not work.
from selenium.
Can you run Python Turtle Graphics through a website?: https://www.reddit.com/r/Python/comments/53blhm/can_you_run_python_turtle_graphics_through_a/
reddit
Can you run Python Turtle Graphics through a website?
I'm currently developing a basic website using PHP, CSS and a bit of HTML. I've drawn something I made using Python's Turtle graphics (import...
Detect the overlapping between two game objects with Pygame tutorial: https://www.reddit.com/r/Python/comments/53boci/detect_the_overlapping_between_two_game_objects/
reddit
Detect the overlapping between two game objects with... • /r/Python
0 points and 0 comments so far on reddit
Simple declarative UI layout engine in Python: https://www.reddit.com/r/Python/comments/53c2pf/simple_declarative_ui_layout_engine_in_python/
reddit
Simple declarative UI layout engine in Python • /r/Python
Mostly for my toy projects, I've been working on a generic declarative UI layout engine that is meant to be completely decoupled from the actual...
Porting Gui editor onto a ios compiler.: https://www.reddit.com/r/Python/comments/53c8dv/porting_gui_editor_onto_a_ios_compiler/
reddit
Porting Gui editor onto a ios compiler. • /r/Python
I have been wondering if there is a way to port a 3rd party python gui editor onto a compiler on ios. **Just in case people don't get what I'm...
Some Cool Python Tips and Tricks That Are Worth Knowing: https://www.reddit.com/r/Python/comments/53c3wi/some_cool_python_tips_and_tricks_that_are_worth/
reddit
Some Cool Python Tips and Tricks That Are Worth Knowing • /r/Python
5 points and 1 comments so far on reddit
Python real time image classification problems with Neural Networks: http://stackoverflow.com/questions/39522693/python-real-time-image-classification-problems-with-neural-networks
Stackoverflow
Python real time image classification problems with Neural Networks
I'm attempting use caffe and python to do real-time image classification. I'm using OpenCV to stream from my webcam in one process, and in a separate process, using caffe to perform image classific...
tf.SequenceExample with multidimensional arrays: http://stackoverflow.com/questions/39524323/tf-sequenceexample-with-multidimensional-arrays
Stackoverflow
tf.SequenceExample with multidimensional arrays
In Tensorflow, I want to save a multidimensional array to a TFRecord. For example:
[[1, 2, 3], [1, 2], [3, 2, 1]]
As the task I am trying to solve is sequential, I am trying to use Tensorflow's tf.
[[1, 2, 3], [1, 2], [3, 2, 1]]
As the task I am trying to solve is sequential, I am trying to use Tensorflow's tf.