Forum Archive

Looking for People Willing to Write Tutorials

techteej

Hey everyone, I know I've been really silent lately, but thats my fault. Had a lot on my plate to deal with. BUT I promise I will be contributing once again and will be better than ever! ;)

That being said, I really want to get things going with the new Pythonista Tools website that I've been sketching for us. I think the blog would be a great opportunity for people that know a lot more about Python than I do to write some tutorials for different scripts in Pythonista.

What do you guys think? Would you be interested in writing tutorials? Please let me know. Thanks!

-TJ

TutorialDoctor

I am very interested! Just in time actually. I just posted here my first code script. This is actually my current focus.

https://twitter.com/TutorialDoctor

I can't find any contact information for you though. And we really need a way to packaged and import .pyui files.

Gerzer

If @techteej and the rest of the Pythonista Tools gang approves, we can grant you write access to the GitHub repository. That way you can post blog entries on the Pythonista Tools website. I recently posted a preliminary auto-install script for my mostly-automated Pythonista Tools blog client system. It is based on StaSh's getstash.py. I am currently working on better documentation of the system, which I plan to host on the GitHub wiki. It requires both Pythonista and Editorial to work. Hopefully it's not too complicated to use. :)

ccc

we really need a way to packaged and import .pyui files.

Try to run your .pyui file through pyui_to_clipboard.py and paste the result into a variable assignment in your code. Then use load_view_from_list() from pyui_variable.py to load a view from that variable. This will enable ui objects to be assigned more meaningful names because beginners will really struggle to understand view4['label1'].text = str(sender.value).

TutorialDoctor

Thanks ccc I might try to compile these scripts into a more comprehensive script.

techteej

@ccc @Gerzer would you guys be interested in writing tutorials for the blog?

Update: Here's a really rough wireframe I made up for the new homepage

alt text

Gerzer

@techteej I really like the design. I'd be happy to write tutorials for the blog. Can I add @TutorialDoctor to the repository as well?

ccc

Invitation sent.

polymerchm

Count me in!!

techteej

Anyone is welcome. I do think some sort of process should be developed though before theres tutorials up there that might not be working or code may be missing, etc.

I forked the repo to get started on the new design. I have some alignment issues to fix mainly.

alt text

ccc

My vote is that we put tutorials in repos and accept pull requests. I thought that worked really well for the ui tutorial.

Webmaster4o

I'd love to contribute. My github

TutorialDoctor

I think there is a need for an introduction to Python syntax for beginners. I have been working on a script for this. It is still a work in progress though. I could even turn it into a tutorial:

https://gist.github.com/TutorialDoctor/dda76e58fc43d7375856

And here is my intro to programming tutorial:

https://gist.github.com/TutorialDoctor/45e45c6448c8a810446b

georg.viehoever

Hi TutorialDoctor,

I am not sure how useful it is to write another basic Python Tutorial. There are many of these available on the net, including the "official" one at https://docs.python.org/2/tutorial/index.html .

I am hoping to find tutorials for the special features and libs that Pythonista has.

Georg

Rosanne

Just a stupid question, but shouldn't the background picture be an iPad instead of a MacBook ;) ?
The layout looks great.

dgelessus

@Rosanne

Just a stupid question, but shouldn't the background picture be an iPad instead of a MacBook ;) ?

I noticed that too. There's an iPhone lying next to it, does that count? ;)

techteej

@Rosanne couldn't find a good iPad/iPhone stock photo.

Obelisk

I'd love to study the Tutorials.

TutorialDoctor

@georg.viehoever

Yeah. I was just sorta showcasing what I have been working on. I am sure there will be plenty of tutorials for the Pythonista libs.

techteej

@TutorialDoctor I do think there needs to be a section of the site for that too - especially since the forums should primarily be for help.

TutorialDoctor

@techteej

I thought you made that stock photo with your iPhone. It looks like it could be done with one, and a little bit of editing with Snapseed.

MartinPacker

If we used something wiki-like that would probably work best. Not sure if the infrastructure @ccc has set up is good for that purpose, or if a Wikimedia-based site would be better.

As for me, I'm happy to put my shoulder to the wheel. I suspect to start with I'd just be proofreading and editing. But that's a valuable role, too. (I've spent a lot of happy weeks in Poughkeepsie, NY writing technical books (what we call Redbooks) and more time editing others'.)

I think I'd learn quite a bit in the process.

In other news I see Rocket have ported Python 2.7.x to z/OS so I might be absorbed with trying that on my home system. :-)