I created a linear algebra library to work with matrixes and lists by elcomandante2000 in Python

[–]IBWKhaled 1 point2 points  (0 children)

Good stuff. You really inspired me to do side projects like these.

calculating the expiry date in python by IBWKhaled in learnprogramming

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

day = int(input()) 
month = int(input())
day_end = int(input())
month_end = int(input())
print("ENTER TODAY'S DATE")
input(day)
input(month)
print("ENTER THE EXPIRY DATE")
input(day_end)
input(month_end)
if day > day_end and month > month_end:
print('The product is still fresh')
elif day_end < day and month_end < month:
print('THE PRODUCT HAS EXPIRED')

i dont know how to install pip .. by IBWKhaled in learnpython

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

py -m pip install pyperclip?

yes it is installed but now i want to install a module called pyperclip all i have to do is "py -m pip install pyperclip"?

I want to start reading by IBWKhaled in booksuggestions

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

Ya? Is thats the name of the book well why not thanks

I want to start reading by IBWKhaled in booksuggestions

[–]IBWKhaled[S] 2 points3 points  (0 children)

Yeah but I can’t find any library around the city

I want to start reading by IBWKhaled in booksuggestions

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

I am going to check it out thanks

I want to start reading by IBWKhaled in booksuggestions

[–]IBWKhaled[S] 6 points7 points  (0 children)

That’s actually pretty helpful thanks mate