Winning Reversi with Monte Carlo tree search and Python: https://www.reddit.com/r/Python/comments/4bst8s/winning_reversi_with_monte_carlo_tree_search_and/
reddit
Winning Reversi with Monte Carlo tree search and Python • /r/Python
3 points and 0 comments so far on reddit
Font sizing issue with pycharm on 4K display: https://www.reddit.com/r/Python/comments/4bt2cp/font_sizing_issue_with_pycharm_on_4k_display/
reddit
Font sizing issue with pycharm on 4K display • /r/Python
I am not sure if this is the correct place to post but I was wondering if others have had this issue. I built my first PC and have a 4K display...
Noob Level Python Need Help!: https://www.reddit.com/r/Python/comments/4btkxr/noob_level_python_need_help/
reddit
Noob Level Python Need Help! • /r/Python
I've finished LPTHW and the codeacademy tutorials. I have the general knowledge on how the language works. Here's what I need help with: * How...
How to install Qt 5.6 and PyQt5 in a Python 3.4 virtual environment: https://www.reddit.com/r/Python/comments/4btuqz/how_to_install_qt_56_and_pyqt5_in_a_python_34/
reddit
How to install Qt 5.6 and PyQt5 in a Python 3.4... • /r/Python
2 points and 0 comments so far on reddit
There is inline assembly in this python script… ಠ⌣ಠ: https://www.reddit.com/r/Python/comments/4bu3i5/there_is_inline_assembly_in_this_python_script_ಠಠ/
reddit
There is inline assembly in this python script… ಠ⌣ಠ • /r/Python
6 points and 2 comments so far on reddit
Looking for help in programming project: https://www.reddit.com/r/Python/comments/4bubid/looking_for_help_in_programming_project/
reddit
Looking for help in programming project • /r/Python
I am fairly new to python and I know the best way to learn is apply yourself. However, the project I wanna do still a little out of my experience...
Using Finite States Machines in Django User-centric applications: https://www.reddit.com/r/Python/comments/4buf5n/using_finite_states_machines_in_django/
reddit
Using Finite States Machines in Django User-centric... • /r/Python
6 points and 0 comments so far on reddit
Using Python And Tableau To Scrape And Visualize Twitter User Data: https://www.reddit.com/r/Python/comments/4buxgt/using_python_and_tableau_to_scrape_and_visualize/
reddit
Using Python And Tableau To Scrape And Visualize... • /r/Python
1 points and 0 comments so far on reddit
Implementing Python for DrRacket [pdf]: http://drops.dagstuhl.de/opus/volltexte/2014/4565/pdf/13.pdf
Show HN: UnityPack, a Python 3 deserialization library for Unity3D files: https://github.com/hearthsim/python-unitypack
GitHub
HearthSim/python-unitypack
python-unitypack - Python implementation of the .unity3d format
The Ultimate Python web parsing library: https://www.reddit.com/r/Python/comments/4bvrez/the_ultimate_python_web_parsing_library/
reddit
The Ultimate Python web parsing library • /r/Python
Hello. I'm a new to python and I'm trying to parse some sites with Python. And I got curious - what is the best parsing library in Python? I've...
Link organizer web service (Python): https://www.reddit.com/r/Python/comments/4bvwbq/link_organizer_web_service_python/
reddit
Link organizer web service (Python) • /r/Python
Dont know if this is the right place to post this, so I'm sorry if it is not. I've built personal link organizer so I can easily access links...
Is it legal to fork python? The copyright says "All Rights Reserved". How would someone do this?: https://www.reddit.com/r/Python/comments/4bvzs0/is_it_legal_to_fork_python_the_copyright_says_all/
reddit
Is it legal to fork python? The copyright says "All... • /r/Python
First thing in the source code is a README, second thing is the copywrite "command" in the interpreter. Then there is the docs. And, typing...
best way to encode every element in tuple: https://www.reddit.com/r/Python/comments/4bwhbn/best_way_to_encode_every_element_in_tuple/
reddit
best way to encode every element in tuple • /r/Python
I'm searching for a one-liner to encode every element in a tuple. I was trying something like new_tuple = (x.encode('utf-8') for x in...
Was looking at different types of ORM for PHP applications and stumbled across Python's...: https://www.reddit.com/r/Python/comments/4bwfws/was_looking_at_different_types_of_orm_for_php/
reddit
Was looking at different types of ORM for PHP... • /r/Python
After reading a summary of how it works, I thought to myself, "Python must be some kind of sorcery." Look up at the name of the ORM, "SQL...
Could PyPi dependencies result in spontaneous code breaks?: https://www.reddit.com/r/Python/comments/4bwt01/could_pypi_dependencies_result_in_spontaneous/
reddit
Could PyPi dependencies result in spontaneous code breaks? • /r/Python
NPM is under fire because of the removal of open source packages published by a single developer that went on to break a lot of code...
Python peer to peer file transfer: https://www.reddit.com/r/Python/comments/4bwu5d/python_peer_to_peer_file_transfer/
reddit
Python peer to peer file transfer • /r/Python
Does anyone know if there is any open source peer to peer file transfer project written in Python? I would like something that can work over the...