I want to do computer science when I get into college | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

I want to do computer science when I get into college

I have coded every day since I started learning Python. I estimated that I have made 60-70 codes. So my question is: Is practicing consistently will make you a successful coder? Or coding is an inborn ability?

27th Dec 2018, 12:14 AM
Khai123
Khai123 - avatar
5 Answers
+ 2
Practice is really important keep it up. And try to learn more languages if you want to build a career in this field.
27th Dec 2018, 1:26 AM
Waheed Ahmad
Waheed Ahmad - avatar
+ 6
There are those who are born for programming but everyone can learn and be successful if they really want it. Practicing is great but you also need to learn new stuff so you can grow as a programmer. Try to do bigger projects to be a better person and be able to get rid of that self doubt. I hope that helps.
27th Dec 2018, 12:23 AM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
+ 2
thanks for your advice. I did not know anything about programming before I started learning python. But I think that I will get better everyday.
27th Dec 2018, 2:03 AM
Khai123
Khai123 - avatar
+ 1
yeh I already wrote a simple game that I think is pretty cool. You can take a look at it,bro:)))print("would you like to play a game") words=["start","exit"] games=["tro1"]#phai thang tro1 ms qua dc tro2 a=str(input("enter something here")) print(a) #tro 1:xep chu #tro 2:tinh toan slt=1 gh=5 while slt<gh: if a==words[0]: print("start") print("bat dau tro 1") break elif a==words[1]: print("cut") a=str(input("nhap dang hoang di")) b=str(input("nhap game vao")) if b=="tro1":#e\neu nhap tao lao choi tiep se bi bao loi print("CHAO MUNG TOI TRO 1") alphabet=["A","B","C","D"] print(alphabet) alphabet.remove("A") print(alphabet) num=len(alphabet) print("ban co 6luot doan") gh=5 for gh in range(gh+1): guess=int(input("nhap so chu")) if guess==num: print("win r") print("chuyen qua tro 2") break elif guess<num: print("thua") guess=int(input("doan tiep")) elif guess>num: print("thua") guess=int(input("doan tiep")) print("CHAO MUNG TOI TRO 2") import math print("cong thuc pt bac 1 la\n a*x+b=0") a=2 print("ta co a=2") b=3 print("ta co b=3") x=-b/a print("hoi x bang bao nhieu") user=float(input("nhap x vao")) def pt(x,user): if user==float(x): return"chinh xac" if user!=float(x): return"sai r" print(pt(x,user))
27th Dec 2018, 12:31 AM
Khai123
Khai123 - avatar
27th Dec 2018, 10:18 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar