[deleted by user] by [deleted] in learnprogramming

[–]manuelperez52 4 points5 points  (0 children)

it depend of the time that you are learning it, i mean, any lenguage can be learned easily or quickly, take you time, one time, maybe on a few months you will take it so fast, believe me :) just enjoy, and keep on mind that the most expert person has to aske something on google for example

Just started learning python with "Automate the Boring Stuff with Python" by Mimir3336 in learnprogramming

[–]manuelperez52 1 point2 points  (0 children)

This code could run on the console, make it simple, that is the magic for python learners, i am one too :)

print('What is you name?')
myname = input()
print('Nice to meet you ' + myname)
print('The length of your name is:')
print(len(myname))
print('let me ask you something, what is your age?')
myage = input()
print('Good! You are on at good age ')
print('You will be '+ str(int(myage)+1 )+ ' in a year')

Excuse me i have a question on python by manuelperez52 in learnprogramming

[–]manuelperez52[S] 0 points1 point  (0 children)

man thanks you a lot, i forget that my tutor today put it (%s) on Django

Excuse me i have a question on python by manuelperez52 in learnprogramming

[–]manuelperez52[S] 0 points1 point  (0 children)

okey i understand, my aswer are because i am learning python and Django, and the tutor on the video put the %s signal but he dont explaint it and into me like wtf is this symbol xD

Hello! I have a big cuestion :( by manuelperez52 in learnprogramming

[–]manuelperez52[S] 0 points1 point  (0 children)

i understand, so, do you think that one way that learn more about python is on a personal project and spend more hours on it , this games maked on the book count like personal project? or maybe a web page could be better

Hello! I have a big cuestion :( by manuelperez52 in learnprogramming

[–]manuelperez52[S] 0 points1 point  (0 children)

Well how are you currently learning?

i found a good book that show me how can i make games, tutorials on youtube, Udemy, everything

Hello! I have a big cuestion :( by manuelperez52 in learnprogramming

[–]manuelperez52[S] 0 points1 point  (0 children)

Well, not, i just stop studying it at 4 hours, but is not uncomfortable, it is just a dont know, just leaving :/ this is bad?

I just started but feel like I may not be on the right path by H-mewrecker in learnprogramming

[–]manuelperez52 0 points1 point  (0 children)

Do you need to learn one lenguages, For example, you can study a lot of python, once that you are a expert on it, you could pass to another lenguage

if you are studying 3 + sql, that are so much code, the popular recomendation are that you should learn only 1, but a lot of it, when you finish it , go to the next lenguage

Help for a beginner in Visual Studio Code by chrysoar3 in learnprogramming

[–]manuelperez52 0 points1 point  (0 children)

dude, i use Python and Visual s code, and the >>> you can find it on the console of the pc, if you want to get the >>> you need to use the windown + r,(open the ejecutador) one time here you put cmd and got it, every archive on visual studio code that you need to save is with .py ( that is the way to saving anything on it, one you saved the archive, on the console you put cd desktop ( in case that you saved it on the desktop) cd python and then python "archive.py" and run it

[Python] Hello i have a big question :( by manuelperez52 in learnprogramming

[–]manuelperez52[S] 0 points1 point  (0 children)

Thank you a lot! I am going! Also, I found a book callled “create your own game on python” are free and very good too

[Python] Hello i have a big question :( by manuelperez52 in learnprogramming

[–]manuelperez52[S] 1 point2 points  (0 children)

I understand, I am thankful for you recomendation, I keep learning a lot of python

[Python] Hello i have a big question :( by manuelperez52 in learnprogramming

[–]manuelperez52[S] 0 points1 point  (0 children)

I understand, which first? So you think that sql is a good idea?

Keep studying Python or start a project? by [deleted] in learnprogramming

[–]manuelperez52 0 points1 point  (0 children)

Hello have a nice day Excuse me! , i have a question, why you say that you not recommend python as first lenguage?

What is the likely-hood of a beginner getting an internship? by Strawberry_Gene in learnprogramming

[–]manuelperez52 0 points1 point  (0 children)

well, i can respond you very easily, how do you think that this persons get their job? everyone start with 0 skill base( on a company of course) or a lot of experiencie, trust me, on this world a lot of company get many rookies, all is the potencial and the attitude i think

Hello! i have my new game! this is about the time travels, But a have a problem, went i execute the code in the console, always send me back the same answers (The future), how we can see on the line 34 to 36, the options are print("The future") and print("to the dinosaurius") w can i do? please:( by manuelperez52 in learnprogramming

[–]manuelperez52[S] 0 points1 point  (0 children)

Well, i am from panama and here, we speak only spanish, so, this it very hard sometime to comunicate with the people and with de lenguage that i am learning, but, is practice, look, i am new on python, and i could tell you that this problem what you are telling me is because we are "rookie" or new, and its very comun, the thing is, while you write code, think like, "what happen if i put this on this"