Python-RegEx-Cheatsheet.pdf
368.4 KB
Python RegEx Cheatsheet with Examples
هر روز یک Cheat Sheet
برگه تقلب شماره ۹ پایتون
Cheat Sheet 9: Python
#cheat_sheet #pdf
🆔 @Python4all_pro
هر روز یک Cheat Sheet
برگه تقلب شماره ۹ پایتون
Cheat Sheet 9: Python
#cheat_sheet #pdf
🆔 @Python4all_pro
👍3
تمرین پایتون با جواب ویدیویی
یکی از روشهای یادگیری پایتون انجام دادن پروژه های کوچک و تمرین کردنه
این تمرینات به شما کمک می کنه مفاهیم تئوری پایتون را در عمل استفاده کنید که به یادگیری مفاهیم کمک میکنه
در ادامه چندتا پیج یوتیوب میفرستم با ویدیوهاش ( به زبان فارس هستند) تمرین کنید قطعا شما رو چند پله جلوتر از جایی که هستید می بره
https://youtu.be/yS0OQY0OOZ0?si=T04hx4LhMN8v-hQe
https://www.youtube.com/playlist?list=PLTlSvnm2JX3ojZzL-TjPwPS79D8ouFte_
https://www.youtube.com/playlist?list=PLYWFiggmBHJbOBx-LWxoHqfhgD6UP_ZgS
#پروژه
🆔 @Python4all_pro
یکی از روشهای یادگیری پایتون انجام دادن پروژه های کوچک و تمرین کردنه
این تمرینات به شما کمک می کنه مفاهیم تئوری پایتون را در عمل استفاده کنید که به یادگیری مفاهیم کمک میکنه
در ادامه چندتا پیج یوتیوب میفرستم با ویدیوهاش ( به زبان فارس هستند) تمرین کنید قطعا شما رو چند پله جلوتر از جایی که هستید می بره
https://youtu.be/yS0OQY0OOZ0?si=T04hx4LhMN8v-hQe
https://www.youtube.com/playlist?list=PLTlSvnm2JX3ojZzL-TjPwPS79D8ouFte_
https://www.youtube.com/playlist?list=PLYWFiggmBHJbOBx-LWxoHqfhgD6UP_ZgS
#پروژه
🆔 @Python4all_pro
👍4
Python Cheatsheet Pdf.pdf
1.7 MB
هر روز یک Cheat Sheet
برگه تقلب شماره ۱۰ پایتون
Cheat Sheet 10: Python
#cheat_sheet #pdf
🆔 @Python4all_pro
برگه تقلب شماره ۱۰ پایتون
Cheat Sheet 10: Python
#cheat_sheet #pdf
🆔 @Python4all_pro
❤🔥5
مدیریت فایل پایتون:
بررسی حالتهای مختلف دسترسی به فایل موجود در پایتون
🔸r : It opens the file to read-only. The file pointer exists at the beginning.
🔸rb : It opens the file to read-only in the binary format.
🔸r+ : It opens the file to read and write both.
🔸rb+ : It opens the file to read and write both in the binary format.
🔸 w : It opens the file to write only. It overwrites the file if previously exists or creates a new one if no file exists with the same name.
🔸wb : It opens the file to write only in the binary format
🔸w+ : It opens the file to write and read both. It is different from r+ in the sense that it overwrites the previous file if one exists whereas r+ doesn’t overwrite the previously written file.
🔸wb+ : It opens the file to write and read both in the binary format
🔸a : It opens the file in the append mode.
🔸ab : It opens the file in the append mode in the binary format.
🔸a+ : It opens a file to append and read both.
🔸ab+ : It opens a file to append and read both in the binary format.
🆔 @Python4all_pro
بررسی حالتهای مختلف دسترسی به فایل موجود در پایتون
🔸r : It opens the file to read-only. The file pointer exists at the beginning.
🔸rb : It opens the file to read-only in the binary format.
🔸r+ : It opens the file to read and write both.
🔸rb+ : It opens the file to read and write both in the binary format.
🔸 w : It opens the file to write only. It overwrites the file if previously exists or creates a new one if no file exists with the same name.
🔸wb : It opens the file to write only in the binary format
🔸w+ : It opens the file to write and read both. It is different from r+ in the sense that it overwrites the previous file if one exists whereas r+ doesn’t overwrite the previously written file.
🔸wb+ : It opens the file to write and read both in the binary format
🔸a : It opens the file in the append mode.
🔸ab : It opens the file in the append mode in the binary format.
🔸a+ : It opens a file to append and read both.
🔸ab+ : It opens a file to append and read both in the binary format.
with open("hello.txt", "w+") as f:
f.write("Hello World")
f.seek(0)
print(f.read())
🆔 @Python4all_pro
👍5❤1
What will be the output of the following Python code?
Anonymous Quiz
39%
0
28%
no output
17%
error
17%
none
👾2🙏1🦄1
What will be the output of the following Python code?
Anonymous Quiz
18%
0 1 2
38%
{0, 1, 2} {0, 1, 2} {0, 1, 2}
26%
error
18%
none
🤷♂8👍5🤡1
10 min Python Pandas.pdf
548.8 KB
10 min to Python #Pandas Cheatsheet pdf
هر روز یک Cheat Sheet
برگه تقلب شماره ۱۱ پایتون
Cheat Sheet 11: Python
#کتابخانه
#cheat_sheet #pdf
#library
🆔 @Python4all_pro
هر روز یک Cheat Sheet
برگه تقلب شماره ۱۱ پایتون
Cheat Sheet 11: Python
#کتابخانه
#cheat_sheet #pdf
#library
🆔 @Python4all_pro
❤🔥6👍1
پایتون ( Machine Learning | Data Science )
What will be the output of the following Python code?
توضیحات : دوستان جواب درست این تست گزینه آخره، چون همه عناصر از قبل تو مجموعه بوده و در دستور پرینت خواستیم تغییرات رو پرینت کنه از اونجایی که عنصر جدیدی اضافه نشده جواب میشه none
👍7🙏2🤡1🆒1👾1
What will be the output of the following Python code?
Anonymous Quiz
19%
0.0 1.0
29%
0 1
38%
error
13%
none
🤷♂13👍8🆒2
پایتون ( Machine Learning | Data Science )
What will be the output of the following Python code?
توضیحات: داده از نوع float ( ممیز شناور) را نمی توان به عنوان یک عدد صحیح (integers) تفسیر کرد.
👍14🙏2
What will be the output of the following Python code snippet?
Anonymous Quiz
28%
a b c d
22%
0 1 2 3
36%
error
14%
none
🤷♀4👍3🤷♂2🆒1