+ 3
How can I make more interest in "programming" ?
I am a student in computer engineering and still i find it is some what difficult me to programme since I am new to computing world. and i plan everyday to make my programming skills better. but every time it is like some force pull me down. when i feel that i am new. i loose my courage. but the case is i really want to do it.. though i think i do not do .. i feel that i really want to do programming
8 ответов
+ 3
if u dont like that then dont do it, why spending ur time doing something u dont like
+ 1
honestly, it's not for everybody. some people enjoy coding. I even enjoy debugging (I'm a sick man). but if you don't enjoy what your doing, you will lose interest.
+ 1
then just search for more knowledge and be patient cause u wont be the best programmer in 2 months
+ 1
glad your interested. find projects to work on. make a hangman game. write a program. anything. Google search for beginner programming project ideas
+ 1
@justin i do have many stuff like those. and i will upload them to github. do you use github. it is so happy when we can see printin stars and numbers. in this time i am sink into a java code which do that regex do. and it is so glad to hear your ideas
0
and also if there is no any interest i would not have completed 8 courses and i am curious. and i have reached to level 9. i think it may show you that i am interested enough and the case is i am new to play with stuff than others
0
@justin thank you...glad that you gave me an idea to begin on...
0
the other thing I do is rummage thru codes here for ideas. I keep seeing something being done I think about how I would do it. for instance fibonacci sequence kept appearing. that's where you print numbers one after the other by adding the previous number with it.
0 1 1 2 3 5 8 13 21
I figured that would be fun to figure out so I wrote one of those. check my codes, there is alot of things you can make.
how about a FOR LOOP that outputs a pyrimid