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.


    Which is the best cheat sheet for a beginner (someone who is following Automate Boring stuff python to be specific ? How to search for syntax related question while coding?

    Pythonista
    genera
    4
    5
    2498
    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.
    • jadenfrancis
      jadenfrancis last edited by

      I am asking this from a beginner perspective. Since stack overflow is not place to ask trivial beginner questions how do you guys search for when you have doubt regarding which modules to use, how to code something and to check syntax rules etc.

      mikael 1 Reply Last reply Reply Quote 1
      • mikael
        mikael @jadenfrancis last edited by

        @jadenfrancis, if the Pythonista inline help is not enough, googling ”python whatever” always gives me an appropriate stackoverflow answer. :-) Failing that, this forum is beginner friendly.

        1 Reply Last reply Reply Quote 2
        • brumm
          brumm last edited by

          Python 3.x cheat sheet

          1 Reply Last reply Reply Quote 0
          • sam rod
            sam rod last edited by

            in this Example

            l = re.findall(r"i[a-z]", s)
            

            just select the lowercase ascii

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

              First letter a small „i“ and the second letter is any other small letter. In my example = ['is', 'is', 'ia', 'in']

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