Forum Archive

How to Share Code?

TutorialDoctor

I might be uploading quite a few examples/projects made with Pythonista, and I quickly realized how flooded the forums would be. Should I just create one post titled "Tutorial Doctor Shared Code" or something and just update that one post?

If that is the case, I should consolidate my other posts there too?

I am using github and am just posting links to repo directories.

ccc

I would encourage you to create repos that follow a theme or define a project and the post urls to those repos here or Pythonista-Tools or blogs. Repos keep the posts in this forum or blogs short and to the point. Repos allow you to improve your code with a full history of changes made. Repos allow others to collaborate with you on your code by opening issues or sending you pull requests.

Repos that follow a theme:
* https://github.com/humberry/ui-tutorial
* https://github.com/humberry/scene-tutorial
* https://github.com/cclauss/Ten-lines-or-less

Repos that define a project:
* https://github.com/ywangd/stash
* https://github.com/saltstack/salt
* https://github.com/python/cpython

TutorialDoctor

Thanks for the suggestion. I am mainly doing UI stuff right now, and I have a repo for Pythonista UI projects.

I like the theme/project idea also. Thanks.

I think I will just make one post and update that one post with new repos. Perhaps a new post for each them.