Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBrett Klugman
2,147 PointsUsing a pc
What software should I use if I'm using a pc, since I cannot download xcode?
3 Answers
Chris Howell
Python Web Development Techdegree Graduate 49,702 PointsDepending on what you are working on.
Code wise: Sublime Text is ideal for simple code editing.
or you can get an "Integrated Development Environment" AKA IDE such as Eclipse, Netbeans, or IntelliJ. These are a bit more complex but useful when developing much more complex applications.
Jeremy Lindstrom
54 Points...
Chris Howell
Python Web Development Techdegree Graduate 49,702 PointsIf you really want to code in XCode you may find this helpful, takes a little bit of work but it can be done. If you find that iOS building is "your cup of tea" then you can invest in a Mac instead of working in a virtual machine. You can still do Android and other platforms on a Mac so it wouldn't be a restrictive choice.
Jeremy Lindstrom
54 PointsJeremy Lindstrom
54 PointsSince you are in the iOS section you will need a mac to program natively for Mac/iOS. You can rent a mac at http://www.macincloud.com purchase a cheap mac mini, but to put anything in the app store you'll need a developer license too which is $99. I'd suggest coding in XCode though, anything else would be more difficult and harder to find support.