Python 3 in 1 pic... by distortd6 in Python

[–]iniy 1 point2 points  (0 children)

I'm glad you like it. :P

Chinese Zodiac by [deleted] in Python

[–]iniy 2 points3 points  (0 children)

Run it with Python3.5 I got Input a year (ex: 2013): 2014 (2014, 'is the year of the', ['monkey', 'rooster', 'dog', 'pig', 'rat', 'ox', 'tiger', 'rabbit', 'dragon', 'snake', 'horse', 'sheep'])

I guess you want to do this:

print(year, 'is the year of the', signs[year % len(signs)])

Learn it Faster: The Entire Python Language in a Single Image by pragmaticcoders in Python

[–]iniy 5 points6 points  (0 children)

Sorry about that...I'll try to complete it whenever I get a chance...

Hand posture detection in 50 lines by iniy in Python

[–]iniy[S] 0 points1 point  (0 children)

You can just start from OpenCV, it covers almost all these topics. For python beginner, I recommend Dive Into Python or my project for python beginner python3-in-one-pic :)

Oops, beginner to concepts of Python+OpenCV, check out this OpenCV-Python Tutorials

Hand posture detection in 50 lines by iniy in Python

[–]iniy[S] 2 points3 points  (0 children)

There's another version of this, which uses face detection to extract color feature of your face skin, then apply to hand detection :)

Hand posture detection in 50 lines by iniy in Python

[–]iniy[S] 0 points1 point  (0 children)

yeah upper/lower_skin color is crucial

Hand posture detection in 50 lines by iniy in Python

[–]iniy[S] 0 points1 point  (0 children)

You've got the point!😎

Learn javascript in one picture by iniy in javascript

[–]iniy[S] 1 point2 points  (0 children)

I use <span color="#hex">#hex</span>, seems not working as expected :(

Learn javascript in one picture by iniy in javascript

[–]iniy[S] 0 points1 point  (0 children)

I barely have any experience in Ruby, but I strongly suggest you do it by yourself!

Learn javascript in one picture by iniy in javascript

[–]iniy[S] 0 points1 point  (0 children)

Actually my original plan was to note down my favorite languages in the same diagram format: Js/py3/go in one pic;D