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.


    Help!

    Pythonista
    pythonista tool pythonista python help
    2
    5
    4524
    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.
    • lukecov
      lukecov last edited by lukecov

      I am fairly new to python and have been doing the "learnPythonTheHardWay book" on my computer. So I downloaded Pythonista so I could practice when not at home. I have run into a small problem though because very few of the things I have learned through that book work on here. Such as "raw_input()" it just says that it's not defined. Please help I don't want this to have been a waste of $10.

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

        In Python version 3, raw_input was replaced with just input().

        1 Reply Last reply Reply Quote 1
        • lukecov
          lukecov last edited by

          Thanks @TutorialDoctor I had looked on multiple websites and they hadn't offered much help.

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

            No problem. That is a good book though. A few others I used:

            https://gist.github.com/TutorialDoctor/980911848cad7217cfc0

            lukecov 1 Reply Last reply Reply Quote 1
            • lukecov
              lukecov @TutorialDoctor last edited by

              @TutorialDoctor thanks that will help a lot. I have my default interpruter set at 2.7 because that the closest to what they use on learn python the hard way. I'll have to play around with it some more.

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