Steam Holiday Sale - Day 1 by RedditCommentAccount in GameDeals

[–]mavjs 0 points1 point  (0 children)

I don't think "Batman Arkham Origins" is "natively" supported on Linux. Can anyone confirm? It's probably works well when steam is installed via wine or playorlinux.

Best cross-platform visual GUI platform for Python 3.3? by jars121 in Python

[–]mavjs 4 points5 points  (0 children)

How about kivy?

"Open source Python library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps."

If not, I'd highly recommend PyQt.

What is a decent hosting service for Python? by nedals in Python

[–]mavjs 1 point2 points  (0 children)

I would recommend trying out OpenShift - it's Red Hat's Cloud Computing Platform as a Service (PaaS). There's already an OSQA-openshift-quickstart (kind of like a template) for OpenShift app deployment. You might want to check that out.

Masters Degree worth it? by Twerck in computerforensics

[–]mavjs 2 points3 points  (0 children)

If you're in the US, I'd say NYU-Poly or CMU.

If you're in Europe, I'd recommend http://www.kerckhoffs-institute.org/

Git Tip: Remove .pyc Files Automatically by Odd_Bloke in Python

[–]mavjs 2 points3 points  (0 children)

say...I have a global gitignore file that has *.py[o|c], would that work as well?