+ 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?
5 Respostas
+ 2
Practice is really important keep it up. And try to learn more languages if you want to build a career in this field.
+ 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.
+ 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.
+ 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))
+ 1
Every day, you should be consistent in coding. Make a code at least.
https://www.sololearn.com/discuss/137697/?ref=app
https://www.sololearn.com/discuss/453081/?ref=app
https://www.sololearn.com/discuss/96845/?ref=app