Комментарии:
I’m a civil engineer and I’m trying to learn python, fingers crossed!
Ответитьeasy and to the point. good vid. i'ts encouraging to think that it does not have to take YEARS as a beginner. Feel ready to start now,. Thanks
Ответить"Your job opportunities is not limited by the language you choose to learn." That settles it then, I'm going to learn Qbasic!
ОтветитьDo you offer some sort of type of school from 0-5 levels?
ОтветитьI was in the British Army for 8 and a half years (sf 3 of those years) now have been a carpenter specializing in finish carpentry for 3 years. Loved time in the military overall and still enjoy carpentry and building now, but I’ve just started learning Python after getting curious about how programming works when I was bored one day and going down a rabbit hole of information and finding it fascinating. Hoping to learn Python well then learn other languages and look for a job in programming. I’m 30 but my back and knees feel 50 with my previous jobs and certain injuries I’ve picked up over the years and I owe it to my body to do something where I can sit down a bit more, from what I’ve seen the money is nice but honestly I just enjoy learning new stuff every time I sit down at the computer! Looking forward to my programming journey!
ОтветитьI am very fast learner , I have a master degree in computer and i've been away for sometime , and to be honest it take me two year for me to be happy programmer , its correct I was developing in early 6 months but it's vast , very vast and you can not save all that in your memory , so if you are in it , you are in for life and you can not take your self away , and be back where you think you was cause all things changing constantly , the thing with python is that It makes other languages so hard.
Ответитьgreat content, how do you only have 20k subscribers?
ОтветитьGreat video... Much appreciation.
Do I need mathematics to learn python?
I am a total beginner. Thanks
Good video. Keep going !
ОтветитьYou Rock !!!
I'm just starting .
I love it this is a whole new world to me .
80% Brains
20% Computer
Is there a free framework for developing multiplataform GUI in Python ? (Like Flutter, QT, etc)
ОтветитьThank you
ОтветитьHey can uh plz tell how to find worldwide jobs of python plzzzzzzz
Ответитьgreat job ALLAHADULILAH
ОтветитьVery helpful
Ответитьinformative and impressive . Great video .
Ответитьxtrmly helpful content
Ответить3 to 6 months, how many hours per day?
ОтветитьWHAT u can do with python ⁉️
is d first question ...
Can I learn python,at my age 30 and get job!!!..plzz suggest me
ОтветитьHe’s right try learning 2 -3 programming languages
Ответитьim 32 years old , is it too late for me to start learning?
ОтветитьIm on day 18 of my python course. I did not know you had different pythons lol
ОтветитьAwesome 👍 🎉❤
Ответить1)
def square_cross(num):
if num < 4:
return "The minimum size is 4"
if (num % 2) == 1:
return "Please provide an even number"
solution = ""
for i in range(num):
if (i == 0):
solution += "*" * num + "\n"
elif (i == (num - 1)):
solution += "*" * num
else:
solution += "*" + (num - 2) * " " + "*" + "\n"
2)
def custom_operator(numbers):
length = len(numbers)
output = [2 * numbers[0]]
if length > 2:
for i in range(1, length - 1):
result = sum(numbers[:i] + numbers[i+1:]) * numbers[i]
output.append(result)
output.append(2 * numbers[-1])
return output
5)
def star_wars_summary(category):
classified_data = {}
while True:
for result in data['results']:
name = result['name'] if 'name' in result else result['title']
films = result['films']
for film in films:
film_data = requests.get(film).json()
film_title = film_data['title']
if film_title in classified_data:
classified_data[film_title].append(name)
else:
classified_data[film_title] = [name]
if 'next' in data and data['next']:
data = requests.get(data['next']).json()
else:
break
return classified_data
3)
def create_dictionary_from_csv(filename, separator):
with open(filename, 'r') as file:
lines = file.readlines()
keys = lines[0].strip().split(separator)
dictionary = {}
for key in keys:
dictionary[key] = []
for line in lines[1:]:
values = line.strip().split(separator)
for i in range(len(keys)):
dictionary[keys[i]].append(values[i])
return dictionary
your video was very informative for beginners.
ОтветитьIt took me a little over 9 months before I got my first job but I wasn’t working at the time and I was dedicated 40 hrs a week of programming
ОтветитьI have no background in programming but I reached level 0 - 1 in roughly 2.5 weeks while practicing 6 - 4 hours a day.
Ответитьif i want to get an internship what should i need to know to not struggle? what level i need to be on? will it take me 6 months to learn the concepts for internships?
Ответитьhow long to get a job ? = 1-learn python (7-8 MONTH) , 2- learn how to take an interview(1-2MONTH) == So around a year
Ответитьif im learning the front end developing path...where does python come in to play? Bc i know usually its HTML, CSS, JAva, React on most coding bootcamp/self study.
How do I approach this?
my ultimate goal is to get a dev job and eventually build SaaS later on and AI etc?
L
ОтветитьBeen learning python for 5 or more months but I just can’t do it. I keep trying and I will keep doing it but I just can’t get passed the basics. In code wars in alright on 8KYU, but when I get to 7KYU it’s a new world, I see double modulus, millions of brackets, Jesus Christ. I need help.
ОтветитьWhat book or where do i learn as an accountant and not into programming?
ОтветитьThank you. Great vid.
ОтветитьWhat are the best channels to learn Python?
ОтветитьThanks for this and thanks for all comments!
So starting out as a front end developer going into UX, I’m now (sort of) tired of that and web. The market is bloated with those kinds of skills and building apps has slowed down. So I stand between sharpening my React skills or simply ditch that and jump into Python. Taking a Udemy course now which is great so far. I also think JS and Python are good to know in tandem.
But here’s the crux so to speak. I’m not a genius at math but I like programming and have done so in JavaScript a fair bit. I like Python for its diversity but then again each tool for the right job, can’t use it for everything effectively I’ve been told.
So if I don’t get into ML or data science, if math is crucial there or companies require BsC in those – can Python work for cybersecurity, embedded systems, web, etc? I believe it can but is it valid to master Python, thinking long term and being relevant for hiring while looking at the market?
Web today is all HTML, CSS and JS which I’ve done quite a bit. It’s tiresome with JS and their libraries. It never ends.
(I’ve been thinking of doing cybersecurity as a career change or IoT)
Ps. I’m now 46 so I want to make a “smart switch” for the rest of my career. 😅
RADHE RADHE JAI SHREE RAM HAR HAR MAHADEV RADHA RADHA RADHA RADHA RADHA RADHA RADHA RADHA RADHA RADHA RADHA
ОтветитьEveryone takes different amount of time learning things and if your younger it will probably take longer
ОтветитьHi, Iam a none IT-based and i have zero background about IT fields, I saw a course in Udemy that gives the opportunity to learn Paython in 100 days, offering 60 hours, is it ok for me as a completely beginner to enroll in this course? Kindly advise and thanks in advance.
ОтветитьWHY is there a 2 & 3????😫😫😫
Ответить