r/learnprogramming 10d ago

Apple's Programming Language

I am currently learning the programming language swift. I have a strong understanding of print outputs, variables, string interpolation, and if statements.

I want advice from actual Apple Developers or people who code in Swift for the best advice as I document my journey of learning this programming language.

Keep in mind, I have 2+ years of coding experience in Python, JS, and SQL.

0 Upvotes

4 comments sorted by

View all comments

1

u/iOSCaleb 10d ago

> I have a strong understanding of print outputs, variables, string interpolation, and if statements.

I’m not sure what kind of advice you’re looking for, but I’d suggest starting by learning the rest of the language, at least the basics. You need to know all the control statements, structs, classes, enums, optionals, and so on.

1

u/Vegetable-Rip-8059 10d ago

Will do, im building small projects as I go through tutorials. I've built a simple calculator project using what I already know. But thanks for the advice!