هر روز یک Cheat Sheet
برگه تقلب شماره 13 پایتون
Cheat Sheet 13 : Python For Data Science Cheat Sheet
#علم_داده
#cheat_sheet #pdf
🆔 @Python4all_pro
برگه تقلب شماره 13 پایتون
Cheat Sheet 13 : Python For Data Science Cheat Sheet
#علم_داده
#cheat_sheet #pdf
🆔 @Python4all_pro
👍7❤🔥3🆒1
Media is too big
VIEW IN TELEGRAM
Data Structures and Algorithms in Python - Full Course for Beginners
▪️آموزش مقدماتی ساختارهای رایج داده ها (linked lists, stacks, queues, graphs) و الگوریتم ها (search, sorting, recursion, dynamic programming) در پایتون
✔️ این دوره به شما کمک می کند تا برای کدنویسی مصاحبه ها و ارزیابی ها آماده شوید.
لینک مشاهده کدها در یوتیوب
https://youtu.be/pkYVOmU3MgA?feature=shared
#علم_داده
🆔 @Python4all_pro
▪️آموزش مقدماتی ساختارهای رایج داده ها (linked lists, stacks, queues, graphs) و الگوریتم ها (search, sorting, recursion, dynamic programming) در پایتون
✔️ این دوره به شما کمک می کند تا برای کدنویسی مصاحبه ها و ارزیابی ها آماده شوید.
لینک مشاهده کدها در یوتیوب
https://youtu.be/pkYVOmU3MgA?feature=shared
#علم_داده
🆔 @Python4all_pro
😍8👍2
Pattern 10
#code #pattern
🆔 @Python4all_pro
n = 7
for i in range(n, 0, -1):
print(" "* (n-i), end="")
for j in range(i):
print("*", end=" ")
print()
#code #pattern
🆔 @Python4all_pro
👍5👏3🆒2
Forwarded from تهران دیتا-دانشگاه تهران
#آخرین_بمباران_تخفیفات_سال_دانشگاه_تهران
جامعترین دوره علم داده کل کشور
شروع دوره:
Please open Telegram to view this post
VIEW IN TELEGRAM
❤🔥1
What is the output of the code?
Anonymous Quiz
38%
(0, 'P')(1, 'Y')(2, 'T')(3, 'H')(4, 'O')(5, 'N')
24%
('PYTHON')
15%
('P','Y','T','H','O','N')
14%
Error
8%
None of the mentioned
👏3
پایتون ( Machine Learning | Data Science )
What is the output of the code?
Explanation:
Enumerate is a built-in function that iterates through a sequence and gets the index and values simultaneously. Enumerate ( ) returns a pair value of index values and its list element.
🆔 @Python4all_pro
Enumerate is a built-in function that iterates through a sequence and gets the index and values simultaneously. Enumerate ( ) returns a pair value of index values and its list element.
🆔 @Python4all_pro
😍4👍1
Pattern 11
#code #pattern
🆔 @Python4all_pro
n = 7
for i in range(1, n+1):
for j in range(1, i+1):
print(j, end=" ")
print()
#code #pattern
🆔 @Python4all_pro
❤🔥8👍2💊2😍1👨💻1
What is the output of the code?
Anonymous Quiz
28%
False
23%
True
11%
None
28%
Error
10%
None of the mentioned
🤷♂7❤🔥3👍2👾1