Where I should put the 'history record' in this Mastermind program?: https://www.reddit.com/r/Python/comments/4molyz/where_i_should_put_the_history_record_in_this/
reddit
Where I should put the 'history record' in this... • /r/Python
Here is my program: http://codepad.org/Am9ot2Fd I wrote this for a Mastermind project, but when I finish, I find that I miss an important part...
Our solution for the hell that is filename encoding, such as it is: https://www.reddit.com/r/Python/comments/4moohr/our_solution_for_the_hell_that_is_filename/
reddit
Our solution for the hell that is filename encoding,... • /r/Python
1 points and 1 comments so far on reddit
Opencv: 4 camera Bird's Eye view?: http://stackoverflow.com/questions/37602383/opencv-4-camera-birds-eye-view
Stack Overflow
OpenCV: 4 camera Bird's Eye view?
I am having quite a lot of trouble thinking of how to make a four camera bird's eye view like that seen in luxury cars. Here is the original that I will be using as an example for this question...
...
...
Exploiting Misuse of Python's “Pickle”: https://blog.nelhage.com/2011/03/exploiting-pickle/
Made of Bugs
Exploiting misuse of Python's "pickle"
If you program in Python, you’re probably familiar with the pickle serialization library, which provides for efficient binary serialization and loading of Python datatypes. Hopefully, you’re also familiar with the warning printed prominently near the start…
Removing Python's GIL: The Gilectomy [video]: https://www.youtube.com/watch?v=P3AyI_u66Bw
YouTube
Larry Hastings - Removing Python's GIL: The Gilectomy - PyCon 2016
Speaker: Larry Hastings
You've heard of Python's ""GIL""... but what is it? What problems does it solve? How does it work? What are the ramifications of its design? Attendees should have a basic knowledge of multithreaded programming. Understanding…
You've heard of Python's ""GIL""... but what is it? What problems does it solve? How does it work? What are the ramifications of its design? Attendees should have a basic knowledge of multithreaded programming. Understanding…
Script to test SSH login to list of IP's and log.[Xpost /r/LinuxQuestions]: https://www.reddit.com/r/Python/comments/4mpiqr/script_to_test_ssh_login_to_list_of_ips_and/
reddit
Script to test SSH login to list of IP's and... • /r/Python
Hey, I need to test a list of IP's to see if I can login with a specific SSH username and password and then return a list of the successful and...
New tool to discover the skills you're missing for tech career paths (Python, sql, java, etc.): https://www.reddit.com/r/Python/comments/4mpktq/new_tool_to_discover_the_skills_youre_missing_for/
reddit
New tool to discover the skills you're missing for... • /r/Python
My friend and I developed a new tool for highly skilled techjob seekers...its called jobmego. It uncovers the career paths that best utilize your...
An experiment to run Go code directly from Python: https://www.reddit.com/r/Python/comments/4mpitu/an_experiment_to_run_go_code_directly_from_python/
reddit
An experiment to run Go code directly from Python • /r/Python
2 points and 0 comments so far on reddit
asyncio redis for client ids for a high stress tcp server in a load balancing environment?: https://www.reddit.com/r/Python/comments/4mpj6g/asyncio_redis_for_client_ids_for_a_high_stress/
reddit
asyncio + redis for client ids for a high stress tcp... • /r/Python
yes or no? are there better options? basically I want a tcp server that I can have multiple instances of. so it needs to use redis to increment...
Top python resources for May 2016 (great resources for beginners): https://www.reddit.com/r/Python/comments/4mpo3q/top_python_resources_for_may_2016_great_resources/
reddit
Top python resources for May 2016 (great resources for... • /r/Python
1 points and 0 comments so far on reddit
my python scriptsearches twitter for pro and anti EU activists and tweets them to try and get them to ask each other out on dates: https://www.reddit.com/r/Python/comments/4mpryk/my_python_scriptsearches_twitter_for_pro_and_anti/
reddit
my python scriptsearches twitter for pro and anti EU... • /r/Python
2 points and 0 comments so far on reddit
Linear Regression Question (machine learning): https://www.reddit.com/r/Python/comments/4mpywv/linear_regression_question_machine_learning/
reddit
Linear Regression Question (machine learning) • /r/Python
Hey folks, I was wondering about some of the properties of a linear regression where J(θ0,θ1)=0. *is hθ(x)=0? *y(i) should be equal to x(i), or 0?...
Creating an embeddable Python distribution on OS X: http://joaoventura.net/blog/2016/embeddable-python-osx/
Assess whether you or others have been compromised in a data breach with the Have I Been Pwned Python API: https://www.reddit.com/r/Python/comments/4mqanp/assess_whether_you_or_others_have_been/
reddit
Assess whether you or others have been compromised in... • /r/Python
1 points and 0 comments so far on reddit
Just rediscovered an old laptop (basically unused). Ideas on what to do with it?: https://www.reddit.com/r/Python/comments/4mqg86/just_rediscovered_an_old_laptop_basically_unused/
reddit
Just rediscovered an old laptop (basically unused).... • /r/Python
It's a fairly crappy laptop (1.6GHz CPU, 320GB hard drive) and I'm trying to think of what I could do with it. Any ideas?
PyFunctional 0.7.0: Parallelization and Compressed File IO: https://www.reddit.com/r/Python/comments/4mqv52/pyfunctional_070_parallelization_and_compressed/
reddit
PyFunctional 0.7.0: Parallelization and Compressed File IO • /r/Python
1 points and 1 comments so far on reddit
Has the wheel been invented yet?: https://www.reddit.com/r/Python/comments/4mr56j/has_the_wheel_been_invented_yet/
reddit
Has the wheel been invented yet? • /r/Python
Was playing around with tweepy and pyttsx earlier, and now I'm thinking about possibly doing a social media accessibility dashboard. I'm not sure...
in celery rabbitmq exchange type topic is not working properly: http://stackoverflow.com/questions/37606835/in-celery-rabbitmq-exchange-type-topic-is-not-working-properly
Stackoverflow
in celery rabbitmq exchange type topic is not working properly
I have two python projects. Both are enabled with celery. What i am trying to do here is from project A i am sending task using send_task() method. The task which is i am sending is in project B. S...