Python 3 NES Emulator from scratch: Ep8 (Hella Instructions): https://www.reddit.com/r/Python/comments/4q1c4l/python_3_nes_emulator_from_scratch_ep8_hella/
reddit
Python 3 NES Emulator from scratch: Ep8 (Hella... • /r/Python
2 points and 0 comments so far on reddit
Developing an Android Game using Python: https://www.reddit.com/r/Python/comments/4q1cxr/developing_an_android_game_using_python/
reddit
Developing an Android Game using Python
Hi, I would like to make a game mostly for mobile devices using Python. I have fairly extensive knowledge of Python so I'd rather use Python...
SVM (probabilistic model) on Python3 : Almost simmilar probability for all the cases: https://www.reddit.com/r/Python/comments/4q1p9p/svm_probabilistic_model_on_python3_almost/
reddit
SVM (probabilistic model) on Python3+ : Almost... • /r/Python
I am using following code to run SVM (probabilistic model) on Python3+. import pandas as pd from sklearn.cross_validation import...
Writing a bot for a game with Python 3.0 and PyAutoGUI, but "AttributeError: module 'pyautogui' has no attribute 'locateOnScreen'" keeps popping up. Any help?: https://www.reddit.com/r/Python/comments/4q1yxx/writing_a_bot_for_a_game_with_python_30_and/
reddit
Writing a bot for a game with Python 3.0 and... • /r/Python
2 points and 3 comments so far on reddit
Show HN: Python 3 tkinter graphical curve and surface fitter: https://github.com/zunzun/tkInterFit
GitHub
zunzun/tkInterFit
Python 3 tkinter graphical curve fitting and surface fitting application, saves results to PDF. - zunzun/tkInterFit
Can compile function output be used to detect changes in the source code: http://stackoverflow.com/questions/38007884/can-compile-function-output-be-used-to-detect-changes-in-the-source-code
Stackoverflow
Can compile function output be used to detect changes in the source code
Python's builtin function compile()
code = """def fact(x):
if x <= 1:
return 1
print (1)
return x*fact(x-1)
fact(10)"""
c = compile(code, "", "exec")
code = "...
code = """def fact(x):
if x <= 1:
return 1
print (1)
return x*fact(x-1)
fact(10)"""
c = compile(code, "", "exec")
code = "...
A simple symbol replacer that can be used as a password breaker.: https://www.reddit.com/r/Python/comments/4q2rwq/a_simple_symbol_replacer_that_can_be_used_as_a/
reddit
A simple symbol replacer that can be used as a... • /r/Python
1 points and 0 comments so far on reddit
schemagic and schemagic.web -- Its like clojure's schema library, but its for python and it plugs into flask. Check it out.: https://www.reddit.com/r/Python/comments/4q3gdw/schemagic_and_schemagicweb_its_like_clojures/
reddit
schemagic and schemagic.web -- Its like clojure's... • /r/Python
4 points and 0 comments so far on reddit
Drchrono (YC W11) is looking for Python/Django developers: https://www.hackerrank.com/tests/527036edb11ff/0ca5532381fbebad9fffaa28dc90475f
HackerRank
Join over 2 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews.
string should be this long: This is a video of me writing the 3n 1 problem in python and there is a download link for you to modify also this is a little cool program that most people that like math will like because it certainty do and it is a good example where you can use the "Modulo operation".: https://www.reddit.com/r/Python/comments/4q4mu4/string_should_be_this_long_this_is_a_video_of_me/
reddit
string should be this long: This is a video of me... • /r/Python
1 points and 2 comments so far on reddit
Proxy aggregator made with Scrapy: https://www.reddit.com/r/Python/comments/4q4n2z/proxy_aggregator_made_with_scrapy/
reddit
Proxy aggregator made with Scrapy • /r/Python
Hello fellas! I've been working lately on getting an updated list of fresh proxies for my personal usage, also as a practise for my lack of...
[Advice] What path should I choose for further programming?: https://www.reddit.com/r/Python/comments/4q4ur5/advice_what_path_should_i_choose_for_further/
reddit
[Advice] What path should I choose for further... • /r/Python
Maybe a wrong place to ask but giving it a shot. Some advice ? Hey everyone. Coming straight to the point. I've started CS50 a few months ago...
Using Python for email marketing data preparation and cleaning.: https://www.reddit.com/r/Python/comments/4q54t5/using_python_for_email_marketing_data_preparation/
reddit
Using Python for email marketing data preparation and... • /r/Python
Hey everyone. I wrote a post about doing some data preparation with e-mail campaign data coming from Mailchimp using Python and Pandas. The...
GUI development, Qt Creator or Tkinter or any suggestions?: https://www.reddit.com/r/Python/comments/4q572r/gui_development_qt_creator_or_tkinter_or_any/
reddit
GUI development, Qt Creator or Tkinter or any suggestions? • /r/Python
I would like to create my own standalone GUIs, what would be the best? Thanks for any suggestions
littletable 0.9 released - Python 3 compatibility: https://www.reddit.com/r/Python/comments/4q5b8u/littletable_09_released_python_3_compatibility/
reddit
littletable 0.9 released - Python 3 compatibility • /r/Python
The littletable module provides a low-overhead, schema-less, in-memory database access to a collection of user objects. littletable provides a...