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.


    Let me hear about your current projects!

    Pythonista
    12
    26
    17775
    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.
    • Dann239
      Dann239 last edited by

      WIP: but it's in the general direction. Openweather is convinced it only rains here. I'm using the Climacons set with their weather condition codes, it looks nice when I use another location so I see varied icons.
      alt text

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User last edited by

        @Dann Really cool design

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

          @Dann that design looks fabulous.

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

            @Dann That looks amazing

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

              I've got a slew of scripts to do quick computations while doing experiments. For example, I often need to get the wavelength of an x-ray and an electron moving close to the speed of light. I have a numpy script that spits these values out for me depending on the experiment conditions. ;-)

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

                Working on a functional source line debugger for pythonista. Basically an extension of pdb that interfaces with a webview containing a syntax highlighting editarea, to highlight line of current frame. Got the bones working, need to get ui in order.

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

                  @JonB Sounds potentially quite useful. BTW, when I just tried doing an import pdb and placing a pdb.set_trace() in a program, the program paused at the point of the trace and the console showed (pdb) but I was unable to use n to step through the program. Am I doing this incorrectly?

                  Tried again with another script and it worked fine...strange.

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

                    Haven't posted any of my projects yet, so here we go:

                    A UI for Shellista, currently only with basic command history buttons, but more to come. This may get pulled into transistor1's repo.

                    And (not quite ready yet) a program/package manager-ish thing that supports un/installing of programs, optionally with multiple files, different install locations (e. g. site-packages), dependency installation, and primitive versioning and updating.

                    The program metadata is downloaded from two JSON files currently hosted on my multipurpose repo, though additional ones can be added. (pythonista-scripts?) This is not meant to replace pipista, though I might integrate it at some point.

                    1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User last edited by

                      image (c) <a class=@tony" class=" img-responsive img-markdown" /> .... 'Classes' a family of classes to: (1) support project development and delivery and (2) provide reusable building blocks to projects.

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

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Powered by NodeBB Forums | Contributors