My first languages were Python (One of the easiest, but best) and Java! I would try both of those!
Uh related to languages you know already, maybe make a program that you make notes on and then make it alert you at a certain time. It wouldn't be that hard.
Originally Posted by csgoskinsmarket
That sir, is called plagiarism and that isn't aloud. I wanna be creative and actually code my own project and impress my teacher but I don't know any projects??
haha! i know what you're gunna say but it's true :P
Originally Posted by csgoskinsmarket
haha! i know what you're gunna say but it's true :P
I was just pointing out what I said. It's a good project.
Originally Posted by ZeroInsanity
I was just pointing out what I said. It's a good project.
can you help me with coding since you're familiar with JS and HTML/CSS just something that will be impressive and easy?
Originally Posted by csgoskinsmarket
can you help me with coding since you're familiar with JS and HTML/CSS just something that will be impressive and easy?
I can't really :/ I'm bad at teaching/busy also. I mainly learned HTML/CSS and JS from web documentations and various places I found online. Also, most tech teachers like real "programs". Not websites.
Tutorial video
You will learn fast
Develop a complex algorithm that will allow you to transfer data from ComputerA to ComputerB, the main goal is to make the algorithm as complex as fuck, use logic, use whatever you wanna use, just make the shit uncrackable.
Next thing, implement your methods of your complex algorithm in a small software prototype and show it to your teacher.
or just create a stupid guessing game like all the others...
Design a software with a simple code but with a pretty UI.
Create for example alternatives to shit Windows already has (a browser, a file explorer, etc...)
Dunno what could you do without knowing well languages.
Originally Posted by asianmudkip
Anyone know any good websites to learn coding? I would like to learn any type of coding, preferably starting from the basics
You should go for Visual Basic. It is really easy to understand and start programming real applications! I know because it was the first language I learnt several years ago. I followed a series of VB tutorials from howtostartprogramming•com. I learnt VB completely from his videos and I find it really easy to understand too, since he explained the concepts very well. His tutorials starts off at the very basics and gradually get more and more complex.
So since you're a beginner and wants to start programming, I really recommend you to start off with Visual Basic, followed by other programming languages such as C++ and Java perhaps.
I recommend VB for the OP as well
Originally Posted by leejw29
You should go for Visual Basic. It is really easy to understand and start programming real applications! I know because it was the first language I learnt several years ago. I followed a series of VB tutorials from howtostartprogramming•com. I learnt VB completely from his videos and I find it really easy to understand too, since he explained the concepts very well. His tutorials starts off at the very basics and gradually get more and more complex.
So since you're a beginner and wants to start programming, I really recommend you to start off with Visual Basic, followed by other programming languages such as C++ and Java perhaps.
I recommend VB for the OP as well
Thanks! i will check this out!
If you want to make him something nice and appealing, something small I'm guessing learn C# and look into developing Window Form Apps. Would be a good place to start.