8 votes

Learning Swift - Best suggestions

Hey everyone,
I’ve been messing with complex nested if/then statements in Excel for many, many years, and recently dabbled in VBA. I’ve decided it’s time to learn Swift for Apple. Mainly for kicks, but also the fun of creating an app if I find a need.

For those of you that know these things, what’s your biggest suggestion for learning? Most useful tips? Things to watch out for? Etc.

Thanks!

7 comments

  1. [2]
    teaearlgraycold
    Link
    Hey, new Tilderino. This is probably more of a ~comp type of post. ~comp is like r/programming ~tech is like r/technology

    Hey, new Tilderino. This is probably more of a ~comp type of post.

    3 votes
    1. Raylamay
      Link Parent
      Thanks! Still trying to figure things out. Appreciate the input.

      Thanks! Still trying to figure things out. Appreciate the input.

      1 vote
  2. creek
    Link
    Not specific to Swift, but learning programming in general. I would recommend being picky about your learning resources. Shop around a lot. There are tons of resources out there, but that includes...

    Not specific to Swift, but learning programming in general. I would recommend being picky about your learning resources. Shop around a lot. There are tons of resources out there, but that includes tons of poor quality contact that teaches just syntax rather than concepts.

    Some universities have free online offerings of their 101 type classes. Stanford has an excellent one called Code In Place (taught in Python). I don't know if something like that exists for Swift, though.

    2 votes
  3. [2]
    Akir
    Link
    You are probably already better than this, but have you checked out Apple's Playgrounds app? There are "books" that teach you the basics of programming with Swift, and it's also a simplified...

    You are probably already better than this, but have you checked out Apple's Playgrounds app? There are "books" that teach you the basics of programming with Swift, and it's also a simplified coding environment that you can use to do quick projects without getting too confused by Xcode's large array of options.

    1 vote
    1. Raylamay
      Link Parent
      I’m actually going through Apples Playgrounds right now! Found it yesterday. Thanks

      I’m actually going through Apples Playgrounds right now! Found it yesterday. Thanks

      1 vote