omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Looking for People Willing to Write Tutorials

    Pythonista
    pythonista tool
    11
    22
    18027
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • techteej
      techteej last edited by 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

      1 Reply Last reply Reply Quote 0
      • TutorialDoctor
        TutorialDoctor last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • Gerzer
          Gerzer last edited by

          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. :)

          1 Reply Last reply Reply Quote 0
          • ccc
            ccc last edited by

            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).

            1 Reply Last reply Reply Quote 0
            • TutorialDoctor
              TutorialDoctor last edited by

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

              1 Reply Last reply Reply Quote 0
              • techteej
                techteej last edited by

                @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

                1 Reply Last reply Reply Quote 0
                • Gerzer
                  Gerzer last edited by

                  @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?

                  1 Reply Last reply Reply Quote 0
                  • ccc
                    ccc last edited by

                    Invitation sent.

                    1 Reply Last reply Reply Quote 0
                    • polymerchm
                      polymerchm last edited by

                      Count me in!!

                      1 Reply Last reply Reply Quote 0
                      • techteej
                        techteej last edited by

                        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

                        1 Reply Last reply Reply Quote 0
                        • ccc
                          ccc last edited by

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

                          1 Reply Last reply Reply Quote 0
                          • Webmaster4o
                            Webmaster4o last edited by

                            I'd love to contribute. My github

                            1 Reply Last reply Reply Quote 0
                            • TutorialDoctor
                              TutorialDoctor last edited by

                              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

                              1 Reply Last reply Reply Quote 0
                              • georg.viehoever
                                georg.viehoever last edited by

                                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

                                1 Reply Last reply Reply Quote 0
                                • Rosanne
                                  Rosanne last edited by

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

                                  1 Reply Last reply Reply Quote 0
                                  • dgelessus
                                    dgelessus last edited by

                                    @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? ;)

                                    1 Reply Last reply Reply Quote 0
                                    • techteej
                                      techteej last edited by

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

                                      1 Reply Last reply Reply Quote 0
                                      • Obelisk
                                        Obelisk last edited by

                                        I'd love to study the Tutorials.

                                        1 Reply Last reply Reply Quote 0
                                        • TutorialDoctor
                                          TutorialDoctor last edited by

                                          @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.

                                          1 Reply Last reply Reply Quote 0
                                          • techteej
                                            techteej last edited by

                                            @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.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Powered by NodeBB Forums | Contributors