I enjoy browsing the great sketches that are posted at openprocessing.org/browse. I’ll often look at the code for their sketches to figure out how they achieved their results. My native tongue is python, however, so figuring out the java is problematic for me. Is there a place I can go to see sketches and read code in python?
Hi @PawnMongo! Great question!
-
The first place to look might be the examples panel on the IDE, as you might have already explored and @jeremydouglass made a great package with examples from rosettacode.org that can be downloaded inside the IDE using the Contributed Examples panel.
-
Maybe searching Twitter? I just love the #つぶやきProcessing hashtag (Japanese for [single]tweet Processing) https://twitter.com/search?q=%23つぶやきProcessing%20def&src=typed_query or just searching Twitter for #Processing and #Python https://twitter.com/search?q=%23Processing%20%23Python&src=typed_query
-
I post my daily sketches at abav.lugaralgum.com/sketch-a-day with links to the code
I would also recommend twitter. I have found some fairly active python coders who also share their code. Unfortunately I haven’t put them on a list for easy access. Code squeezed in a 280 character tweet adds an extra challenge and it’s quite amazing what people have managed still to do.
#dailycodingchallenge is an interesting tag that’s worth following. There’s rarely any code, but otherwise nice visual ideas.
With a quick search from my followings I found https://twitter.com/yuruyurau. He’s published python code in his tweets. Sure worth looking for.