هر روز یک 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
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
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
Forwarded from تهران دیتا-دانشگاه تهران
#آخرین_بمباران_تخفیفات_سال_دانشگاه_تهران
جامعترین دوره علم داده کل کشور
شروع دوره:
Please open Telegram to view this post
VIEW IN TELEGRAM
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
پایتون ( 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
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
What is the output of the code?
Anonymous Quiz
28%
False
23%
True
11%
None
28%
Error
10%
None of the mentioned
پایتون ( Machine Learning | Data Science )
⁉️ تمرین : به نظر شما گزینه درست کدومه ؟ #code #test 🆔 @Python4all_pro
Explanation:
Each elements of the tuples are compared one by one and if maximum number of elements are there in tuple1 which are greater or equal to corresponding element of tuple2 then tuple1 is said to be greater than tuple2.
#code
🆔 @Python4all_pro
Each elements of the tuples are compared one by one and if maximum number of elements are there in tuple1 which are greater or equal to corresponding element of tuple2 then tuple1 is said to be greater than tuple2.
#code
🆔 @Python4all_pro
Pattern 12
#code #pattern
🆔 @Python4all_pro
n = 7
for i in range(1, n+1):
for j in range(1, i+1):
print(i, end=" ")
print()
#code #pattern
🆔 @Python4all_pro
آموزش پایتون برای علم داده
این مجموعه آموزشی رایگان و به زبان فارسی است ، برای افرادی که در ابتدای مسیر یادگیری علم داده هستند توصیه میشه
تدریس بر اساس کتاب
Python Data Science Handbook
می باشد
لینک مشاهده
https://www.youtube.com/@asadi26/featured
لینک کتاب
https://jakevdp.github.io/PythonDataScienceHandbook/
🆔 @Python4all_pro
این مجموعه آموزشی رایگان و به زبان فارسی است ، برای افرادی که در ابتدای مسیر یادگیری علم داده هستند توصیه میشه
تدریس بر اساس کتاب
Python Data Science Handbook
می باشد
لینک مشاهده
https://www.youtube.com/@asadi26/featured
لینک کتاب
https://jakevdp.github.io/PythonDataScienceHandbook/
🆔 @Python4all_pro
گوگل یک دوره رایگان پایتون منتشر کرده که
در انتهای دوره به شما مدرک معتبر میدهد ، میتوانید به لینکدینتون لینکش کنید
👉Google IT Automation with Python Professional Certificate
Learn in-demand skills like Python, Git, and IT automation to advance your career
https://www.coursera.org/professional-certificates/google-it-automation
🆔 @Python4all_pro
در انتهای دوره به شما مدرک معتبر میدهد ، میتوانید به لینکدینتون لینکش کنید
👉Google IT Automation with Python Professional Certificate
Learn in-demand skills like Python, Git, and IT automation to advance your career
https://www.coursera.org/professional-certificates/google-it-automation
🆔 @Python4all_pro