Discuss Scratch
- Discussion Forums
- » Things I'm Making and Creating
- » Any good FREE AND EASY coding softwares? Anyone?
- gzCohen
-
Scratcher
26 posts
Any good FREE AND EASY coding softwares? Anyone?
I am thinking of learning to code, so i need a good, FREE software. Anybody got any ideas?
- poopo
-
Scratcher
100+ posts
Any good FREE AND EASY coding softwares? Anyone?
NetBeans (some prefer Eclipse).
- jji7skyline
-
Scratcher
1000+ posts
Any good FREE AND EASY coding softwares? Anyone?
There's always stencyl, though I don't like it very much, some people say it's a step up from scratch. It has a similar visual based programming style.
- PokemonLover01
-
New Scratcher
13 posts
Any good FREE AND EASY coding softwares? Anyone?
I would really recommend python, or the .NET platform. 

- mythbusteranimator
-
Scratcher
1000+ posts
Any good FREE AND EASY coding softwares? Anyone?
Python, or Unity3D
- cobraguy
-
Scratcher
1000+ posts
Any good FREE AND EASY coding softwares? Anyone?
If you want to learn Java sometime, Eclipse is my all time favorite IDE. Eclipse also has plugins for Python, C++, HTML, CSS, PHP, JavaScript (but I don't like the web development plugins), Ruby, and Lua. That's all the plugins I know of but there might be more.
- TheGeek56
-
Scratcher
100+ posts
Any good FREE AND EASY coding softwares? Anyone?
Notepad++, Visual C++, Unity 3D, Eclipse, Lua
- Lightningstep36
-
Scratcher
1000+ posts
Any good FREE AND EASY coding softwares? Anyone?
I know basic C# and it's pretty good.
- WindowsExplorer
-
Scratcher
500+ posts
Any good FREE AND EASY coding softwares? Anyone?
I would recommend Visual Basic if you are starting software development. If you are starting website development, I would recommend you download Notepad ++, get a free site at www.000webhost.com (just to start with) and then learn HTML, CSS, JavaScript, PHP and SQL at either http://www.w3schools.com or http://www.codecademy.com.
- nathanprocks
-
Scratcher
1000+ posts
Any good FREE AND EASY coding softwares? Anyone?
Notepad++ on Windows, or TextWrangler on Mac.I used to use TextWrangler but then I got Sublime Text.
- technoguyx
-
Scratcher
500+ posts
Any good FREE AND EASY coding softwares? Anyone?
I'd like to point out that one doesn't just “start coding”, you usually start on a given programming language.
That said, Python is a simple programming language that comes with it's own editors and runtime environment, i.e. just install one of the downloads there and you're ready. Here's a good interactive tutorial, which you can take online without having to install Python. It doesn't cover object oriented programming at all, so check this and other tutorials out after you know the basics of the language.
That said, Python is a simple programming language that comes with it's own editors and runtime environment, i.e. just install one of the downloads there and you're ready. Here's a good interactive tutorial, which you can take online without having to install Python. It doesn't cover object oriented programming at all, so check this and other tutorials out after you know the basics of the language.
Notepad++ on Windows, or TextWrangler on Mac.These are good general-purpose code editors too, I know Notepad++ comes with syntax highlight for just about any programming language you'll need: HTML etc.
- scratchisthebest
-
Scratcher
1000+ posts
Any good FREE AND EASY coding softwares? Anyone?
processing.org
I found it intuitive, but I was familiar with Java
I found it intuitive, but I was familiar with Java
- honesty
-
Scratcher
100+ posts
Any good FREE AND EASY coding softwares? Anyone?
I'd like to point out that one doesn't just “start coding”, you usually start on a given programming language.Use codecademy.com's python course.
That said, Python is a simple programming language that comes with it's own editors and runtime environment, i.e. just install one of the downloads there and you're ready. Here's a good interactive tutorial, which you can take online without having to install Python. It doesn't cover object oriented programming at all, so check this and other tutorials out after you know the basics of the language.Notepad++ on Windows, or TextWrangler on Mac.These are good general-purpose code editors too, I know Notepad++ comes with syntax highlight for just about any programming language you'll need: HTML etc.
- cobraguy
-
Scratcher
1000+ posts
Any good FREE AND EASY coding softwares? Anyone?
That course uses some outdated stuff. From what I remember, it was just a couple of small stuff. Like usingI'd like to point out that one doesn't just “start coding”, you usually start on a given programming language.Use codecademy.com's python course.
That said, Python is a simple programming language that comes with it's own editors and runtime environment, i.e. just install one of the downloads there and you're ready. Here's a good interactive tutorial, which you can take online without having to install Python. It doesn't cover object oriented programming at all, so check this and other tutorials out after you know the basics of the language.Notepad++ on Windows, or TextWrangler on Mac.These are good general-purpose code editors too, I know Notepad++ comes with syntax highlight for just about any programming language you'll need: HTML etc.
print " "
print(" ")raw_input(" ")input(" ")Last edited by cobraguy (Sept. 14, 2013 20:19:21)
- glue-gun
-
New Scratcher
100+ posts
Any good FREE AND EASY coding softwares? Anyone?
That's only sort of outdated; I believe it teaches Python 2, which is still very (maybe more?) commonly used.That course uses some outdated stuff. From what I remember, it was just a couple of small stuff. Like usingI'd like to point out that one doesn't just “start coding”, you usually start on a given programming language.Use codecademy.com's python course.
That said, Python is a simple programming language that comes with it's own editors and runtime environment, i.e. just install one of the downloads there and you're ready. Here's a good interactive tutorial, which you can take online without having to install Python. It doesn't cover object oriented programming at all, so check this and other tutorials out after you know the basics of the language.Notepad++ on Windows, or TextWrangler on Mac.These are good general-purpose code editors too, I know Notepad++ comes with syntax highlight for just about any programming language you'll need: HTML etc.instead ofprint " ", andprint(" ")instead ofraw_input(" ").input(" ")
- turkey3
-
Scratcher
1000+ posts
Any good FREE AND EASY coding softwares? Anyone?
I like Greenfoot for Java. I don't like Stencyl, mainly because they make it more complex than it actually could be, and I don't like pre-set gravity,
- Discussion Forums
- » Things I'm Making and Creating
-
» Any good FREE AND EASY coding softwares? Anyone?