read(), readlines() and other methods | Python Tutorial - Day #50

preview_player
Показать описание
Learn about the different methods for reading files in Python with this easy-to-follow tutorial. Discover the use of read(), readlines(), and other methods for handling file input. This video is part of our Python tutorial series and is perfect for beginners. Don't miss out on Day #50 of our Python journey!
Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master Python. This python tutorial for absolute beginners in Hindi series will focus on teaching you python concepts from the ground up.

python, C, C++, Java, JavaScript and Other Cheetsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

Congratulations 👏🎉 for completed 50th days of learning🙏keep it up

yashbehere
Автор

0:38 Harry Bhai has recorded this video at 1:47 AM!! Hats off to your efforts!!

codyandersan
Автор

Dear Harry,
I recently scroll linked and I found python notes written by "Code learning". This notes is exactly similar to your python course.
I learn python from you.Its Thank you Harry

hritikkokare
Автор

Mobile me kon kon kar raha hai 😂😂, 2024 me

Narendra-twlm
Автор

G.K. is written in less characters than SST

amanrao
Автор

50% of this course done and I can already understand python and write code.
this is honestly 10/10 course.

Harsh-douw
Автор

After completion of the 4th semester, my summer vacation is going on rn and I'm learning python lamguage from you. Today, We have crossed the halfway of this python tutorial series. A million times thanks to Harry Bhai, You are one of the greatest teachers in the world. Your efforts are really praiseworthy. Keep it up and may God bless you.

bikibharali
Автор

Harry you are simply best, your lectures are simple short and covers tough topics, I am doing nothing simply a housewife but I think after your few courses I will do something better in life.

ozge-yagizfan
Автор

finally we have achieved day 50
wanted to see me again after 50 days
day 50 done
thanks harry sir for this amazing video

theroshantune
Автор

day 50
halfway done and started this month, will soon complete it.This tutorial is gold i recently got vacations and i am onto this thing.Thi is great, love it .

Kratos__
Автор

Its my Day 3 and I reached here alhumdulilah. I am working very hard givng 9-10 hours a day + I am making proper notes line by line . A shoutout for you harry Bhae from Pakistan

shahzaibanwar
Автор

Yeah its day 50
Congrats to everyone out there who are following from day 0(the intro)

(Congrats to me too)

If you are here after this course is completed :

Believe me you are on the right path learning python, keep the spirit high.

This was 50 days first time, me following anything

Thanks #harrybhai

#100daysofcode
#codewithharry

#python.
--

proudtobeindian
Автор

Present sir on #Day50. It's been an awesome journey learning python from you sir. I knew you since you had 500K subs and within 2 and a half years you've grown to 3.67M.

arpankarmakar
Автор

Half course is completed
Thank you Harry sir #50 days
This is a amazing course

teertharajturkar
Автор

One of the best and productive tutorial I have watched in my entire life , , teaching skills he got are amazing and I would rate it 10/5 bcz this is amazingly amazing

mrituyanjaysharma
Автор

half of the task completed sir thanks for the very good course

python
Автор

# difference in write and writelines() code
# see below write code isme hmne string ek hi bar lgaya hai. and bich me khi
# comma ni lgaya hai. and then see writelines code in notes.
# to output to same aa jayega. bs likhne ka way different hai dono ka.
f = open('myfile3.txt', 'w')
text = f.write("line1 \nline2 \nline3")
print(text)
f.close()
🥰❤

AmitSharma-ohuw
Автор

Review Time : (🌟🌟🌟🌟🌟) I have watched 50 video so far in this python course . it's been a great learning experience . harry is an excellent and experience teacher and explain very well . so I give 5/5 🌟🌟🌟🌟🌟
One more thing, if you go to do any course today, you have to pay money, but harry bhai provides courses on YouTube channel for free and will continue to do so. What can be a greater achivement than this for all of us
Thank you harry bhai ❤️👍

ritikchaudhary
Автор

This Guy is Recording Video at 2 am Only for us👀... You are Just Awesome...😊.. Thank You Harry Bhai For this Ultimate Course...
🙏🏻🙏🏻🙏🏻

Neerajnexusislive
Автор

a=input("ENter your line a: ")
b=input("ENter your line b: ")
c=input("ENter your line c: ")
f=open('dkfile.txt', 'w')

lines=[f'{a} \n', f'{b} \n', f'{c} \n']
f.writelines(lines)
f.close()

Dipesh_karki