+ 7
IM BAD IN CODING...
:( .... especially console
11 odpowiedzi
+ 3
Keep practising, and ask other people for support. Wishing you success.
+ 9
Don't Worry
-Keep Learning and Practising_
and use the Search Feature on soloearn Q/A section.
+ 8
Me too
But I try
I ask for suggestions and try to learn new
If u have any problem or question you can ask here someone will answer you!
Soon you will become amazing!(don't worry)
+ 6
practice makes better even i am not good in coding so don't be sad no one is better in starting.
+ 6
The Coder thxx...
+ 5
Mickel Sánchez nice motivation
+ 4
All people when they start are not so good, and that's normal. Just keep practicing and learning constantly.
If at any time you feel stuck do not hesitate to ask. I'm sure many people can help you and teach you new things.
+ 2
focus on the basics and the thinking. 75% of coding is all logic processing, don't go with anything complex at the beginning start with python, html, css etc and you will slowly grasp the idea
Example
a = 1
b = 2
c = 3
if a == 1 do this
elif a == b do that
and so on
Python:
a = 1
b = 2
if a == 1:
a = b
else:
a = 1
explained ...
if a is 1 them make a, b
else make a 1 again
this is simple but does the job, after this move onto functions, list, strings, dicts, arrays and so forth then begin with methods and modules... I've been using python2.7 for a long time now and its idea lead me to master other languages ( slowly ) ...
I hope this helped...
+ 1
It's okay, just keep practicing and you'll be more successful!
+ 1
I'm trying to learn python and C only using a smartphone. Termux in a S6. I really need sum helpn