Part 7 | DateTime, File, Pip | Python Malayalam Tutorial For Beginners | Python Coding Challenge

preview_player
Показать описание
24/7 FREE Telegram Support! Sign Up Now:
In this tutorial we will discuss DateTime, File, Pip concepts in python programming.

Link to 100K Coding Challenge:

00:27 Date& Time settings
07:52 Day Time Difference
13:45 File Operations
15:04 permission
19:27 PIP
21:09 Python Library's

About us:

#Brototype (Former Crossroads) is Kerala's #1 tech Youtube channel for students looking to frame a good career in the tech industry. Our mission is to make a positive change in the lives of people by providing them with valuable information and actionable steps.

In this channel,We help you develop coding skills for free by providing various programming tutorials & tech-career topics in Malayalam, that helps you achieve a job in the IT industry.

To get 24/7 Technical support while watching our tutorials, Sign up for 6 months Brototype Malayalam (Former Crossroads) Exclusive Membership,

NRI(s) can make payment via bank transfer

Account No: 423105500048
Name: PACKAPEER ACADEMY PRIVATE LIMITED
IFSC: ICIC0004231
Branch: Hilite City Kozhikode

For Enquires, Contact: Ameer: 7034395811

Further, if you wish to study offline with us in an office environment, You can enroll for Brocamp, Which is a 6-month offline training program where you learn coding skills & let you pay the course fee after placement.

Call: 7902606117

Want to connect with Nikhil Kilivayil personally?

Connect us on Social Media:

Connect Nikhil Kilivayi on Social Media:

Рекомендации по теме
Комментарии
Автор

You are the Bahubali of Software. Good sir

prajithk
Автор

Photo resizing

from PIL import Image

im=Image.open(input("enter photo path"))
width=int(input("eneter the desired width of the photo"))
height=int(input("enter the desired heighr of the photo"))
size=width, height
image=im.resize(size)
image.save("resize.jpg")

SUBINBABUBTechEEE-
Автор

Photo resize Simple method :-
from PIL import Image
img=Image.open('your image.jpg')
new_size=img.resize((200, 1300))
new_size.show()
new_size.save(Path)

shamnadchemmu
Автор

Computer partsine kurichum programme enginaa work akunnathine kurichum Oru video cheyyyamo?

akashk.a
Автор

from PIL import Image


def main():
try:
# Relative Path
img = Image.open("hi.png")
width, height = img.size

area = (0, 0, width / 2, height / 2)
img = img.crop(area)

# Saved in the same relative location


except IOError:
pass


if __name__ == "__main__":
main()

adarshs
Автор

Used PIL librabry and just generated a 128 res thumbnail. Any way thanks alot!!!

ktmsulaim
Автор

not working pip its showing OSError: No wkhtmltopdf executable found: "b''"

abhijithpk
Автор

Could you please show how to do Deep learning ( ie Yolo) in python and test application

rohitfree
Автор

thank you sir...your tutorial is amazing

anaswaramadhu
Автор

please do a video on the requests, os modules also

fun_childdhood
Автор

innathe video kande pinne ...python main language aakkiyalonn oru moham!♥

shaderone
Автор

31:32 pttsx3 module eduthu ...(text to speech ...) ...adipoliya♥

shaderone
Автор

How make the AdSense account video please

mrpk
Автор

Tenser flow enai pati chayamo @crossroads

pranavpl
Автор

I used selenium to create instagram bot

shafeer
Автор

Hi sir,
Please Help. I am using HP probook 440 G1 Laptop. I would like to use Ubuntu and Windows in the same laptop. I have already watched all videos about installing Ubuntu with Windows 10. But that were failed. 🙏

abhirambaijupillai
Автор

# Do you want to calculate your exact age ?. Take this code!
my_date_of_birth = datetime.datetime(2008, 6, 10, 17, 30, 00)
current_time = datetime.datetime.now()

my_exact_age = current_time - my_date_of_birth

print(my_exact_age)

dxdkkrx
Автор

After installing pip, my command prompt is showing the version of pip, but my pycharm console does not recognise it, hence i cant proceed the project by importing pdf kit. It shows such module does not exist . please help ASAP

aravindkesavdev
Автор

Ssl handshake failed error in windows how to solve

THUNDER-wgig
Автор

How to solve
AttributeError :partially initialized module has no attribute from url (most likely due circular import)

ഗൂഗിളിൽ തപ്പി കിട്ടുന്നില്ല
വിൻഡോസ് 10 ആണ് ഉപയോഗിക്കന്നത്

vishnuvishnuvishnu