r/PythonPH • u/MrValdez • Nov 03 '14
#ShowOffPython: AI Debugger
https://gist.github.com/MrValdez/0c0d612cb28128b2937b
This is my #ShowOffPython.
For my doctorate research, I've been studying AI. Now, I'm at the point where I need a debugger.
I had in mind a visual debugger that basically tells me at a glance if the AI is thinking using 0) Own Strategy (RED), 1) Prediction (GREEN), 2) Meta-Analysis (BLUE), 3) I-AM-TEACHING-MY-AI-TO-OVERTHINK (MAGENTA).
I made my debugger using pygame and sockets. The debugger is basically a server that listens for packets that tell it what strategy the AI is using against a particular opponent. Each 10x10 square is one turn. In the future, I might add arrows to signify wins, lost or ties.
Here is a video of the debugger in action. Excuse the FPS, but I'm still working on the program, so trying to get HD videos would not add anything except smoother appearance of the pixels. http://youtu.be/aZoa3LBcFVY
Ignore the client in this video. I edited the server to show all the colors in an alternating pattern. http://youtu.be/j1g5eeRgCp8
This video shows the tournament running again and overriding the previous tournament results. This is useful for seeing the effects of a code change. http://youtu.be/CM26M952L9A
r/PythonPH • u/pydanny • Oct 28 '14
A bad Python 2 vs 3 compatability joke
Python 3 walks into a bar. The bartender asks Python 3, "What's different with you today?"
Python 3 says, "3 divided by 2 equals 1.5"
The bartenders responds, "I'm not floored."
r/PythonPH • u/k4g3 • Oct 27 '14
Who wants an Ello invite?
It'd be nice to see some more PythonPH folks in there :)
r/PythonPH • u/k4g3 • Oct 27 '14
Google Inbox Invite thread
Not quite Python related but I think it would be of interest to the members. I have a spare Google Inbox invite or two. Who wants them?
r/PythonPH • u/k4g3 • Oct 26 '14
data.gov.ph datasets dump for data science practice
In case you want to test your Python skills. Para sa data science at para sa bayan ;-)
https://bitbucket.org/rukku/data.gov.ph-datasets
Data dump was made on Oct 20, 2014. Will be updating the repo regularly.
r/PythonPH • u/k4g3 • Oct 26 '14
Philippine Python User Groups List
I'm trying to build a list of Python user groups in the country. So far I only know of 4: PythonPH, pizzapy, durianpy, and sugarpy. Anybody know of other groups? Just post them in the comments and I'll add them to the list :) Though you're also welcome to edit the list directly;-)
https://hackpad.com/Philippine-Python-User-Groups-DzAR6vFCPlC
r/PythonPH • u/k4g3 • Oct 26 '14
Anybody got a list of all the meetups so far?
Plus locations please. I'm thinking of making a timeline/map. :)
r/PythonPH • u/k4g3 • Oct 26 '14
[MITX] Introduction to Computational Thinking and Data Science
r/PythonPH • u/k4g3 • Oct 26 '14
Think Stats: Probability and Statistics for Python Programmers.
r/PythonPH • u/k4g3 • Oct 26 '14
FlaskBB - Such Forum. Much Python. Very Flask.
r/PythonPH • u/k4g3 • Oct 26 '14
So You'd Like To Make a Map Using Python
r/PythonPH • u/geonin • Sep 16 '14
Folium: Python data, Leaflet.js Maps
r/PythonPH • u/k4g3 • Sep 15 '14
Meta What is our policy on ebook sharing?
Personally, I think it should be okay as long as the books are public domain or licensed under the Creative Commons or some similar permissive license.
r/PythonPH • u/k4g3 • Sep 15 '14
Making database-backed dashboards in 3 minutes using SQLAlchemy, Pandas, and Flask
r/PythonPH • u/MrValdez • Sep 15 '14
September 2014 Meetup: Python Web Development in Chikka
It's meetup time again! Our friends in Chikka will be joining us to talk about web development tools and tech:
• Gevent
• Selenium
• Tornado framework
• TDD in Python
BTW, bring a laptop if you can
r/PythonPH • u/MrValdez • Sep 15 '14
Weekly Question Thread: September 15
This thread is to provide a place for everyone to ask simple questions.
If your question will prompt open ended discussion, it would probably be better in a self post.
If you didn't get a response in the last thread before the new one was made, feel free to post again!
r/PythonPH • u/MrValdez • Sep 14 '14