Please open Telegram to view this post
VIEW IN TELEGRAM
https://youtu.be/kXS_IEFDh_8?si=ly0PHs4qteFtW49J
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
Best Science Books You Must Read | The World Of Science
We always search for that one good book with which you connect yourself. Here is a list of such treasury of good space/science books that can make you want to dive deep into the ocean of science. You can find the best links to get these must-read books below…
Media is too big
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
پایتون به شما این امکان را می دهد که در یک خط به چندین متغیر مقادیر اختصاص دهید:
x, y, z = "Orange", "Banana", "Cherry"
print(x)
print(y)
print(z)
خروجی پایتون
Orange
Banana
Cherry
و می توانید یک مقدار را به چندین متغیر در یک خط اختصاص دهید:
x = y = z = "Orange"
print(x)
print(y)
print(z)
خروجی پایتون:
Orange
Orange
Orange
Please open Telegram to view this post
VIEW IN TELEGRAM
vebinar neuroscience (1).pdf
2.1 MB
Please open Telegram to view this post
VIEW IN TELEGRAM
https://youtu.be/2WcbPcGrQZU?si=dD5Sze69rUDWV2Dl
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
The HISTORY of MATHEMATICS. Documentary
The documentary film "History of Mathematics" takes viewers on a fascinating journey through time to explore the evolution of mathematics in various civilizations. From ancient Egypt and Mesopotamia to Greece, China, India, and the Middle East, the film highlights…
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from روانشناسی و علوم شناختی - مدارس میانرشتهای
Please open Telegram to view this post
VIEW IN TELEGRAM
https://youtu.be/NJquNyA_lOA?si=FzOSXCDRL_mCjqar
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
15 Fascinating Facts About Computers You've Never Heard Before
In this video, we're going to share some fascinating facts about computers that you might not have known before. From the first computer to be built, to the origins of the internet, to the most popular computer games, we're going to give you a look at some…
https://youtu.be/R35nogDcFfY?si=dl3FtwGVeX0iwtD0
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
The Most Famous Computer Science Books In The World
In this video I will show you some of the most famous computer science books in the world. This series of books is known as "The Art of Computer Programming" and they were written by the legendary Donald Knuth. This series is still a work in progress and…
Media is too big
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
اگر مجموعهای از مقادیر در یک لیست، تاپل و غیره دارید، پایتون به شما اجازه میدهد که مقادیر را به متغیرها استخراج کنید. به این کار باز کردن بسته بندی (unpacking) میگویند.
fruits = ["apple", "banana", "cherry"]
x, y, z = fruits
print(x)
print(y)
print(z)
خروجی پایتون
apple
banana
cherry
x = "Python is awesome"
print(x)
خروجی پایتون:
Python is awesome
x = "Python"
y = "is"
z = "awesome"
print(x, y, z)
خروجی پایتون:
Python is awesome
x = "Python "
y = "is "
z = "awesome"
print(x + y + z)
خروجی پایتون:
Python is awesome
x = 5
y = 10
print(x + y)
خروجی پایتون:
15
x = 5
y = "John"
print(x + y)
خروجی پایتون:
TypeError: unsupported operand type(s) for +: 'int' and 'str'
x = 5
y = "John"
print(x, y)
خروجی پایتون:
5 John
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from روانشناسی و علوم شناختی - مدارس میانرشتهای
Please open Telegram to view this post
VIEW IN TELEGRAM
https://youtu.be/X3paOmcrTjQ?si=RMr2AC1jt0Vd22Mz
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
Data Science In 5 Minutes | Data Science For Beginners | What Is Data Science? | Simplilearn
🔥Data Scientist Masters Program (Discount Code - YTBE15) - https://www.simplilearn.com/big-data-and-analytics/senior-data-scientist-masters-program-training?utm_campaign=X3paOmcrTjQ&utm_medium=DescriptionFirstFold&utm_source=Youtube
🔥IITK - Professional Certificate…
🔥IITK - Professional Certificate…
https://youtu.be/ZQElzjCsl9o?si=CXHyhg2DtbVZiuBW
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
Math is the hidden secret to understanding the world | Roger Antonsen
Unlock the mysteries and inner workings of the world through one of the most imaginative art forms ever -- mathematics -- with Roger Antonsen, as he explains how a slight change in perspective can reveal patterns, numbers and formulas as the gateways to empathy…
نرم افزار Splus در زمینههای مختلف علمی و صنعتی کاربرد دارد.
• علوم زیستی و پزشکی: نرم افزار Splus برای تجزیه و تحلیل دادههای زیستشناسی، پزشکی، داروسازی و علوم زیستپزشکی استفاده میشود. به عنوان مثال، این نرم افزار برای تجزیه و تحلیل دادههای ژنتیک، دادههای پزشکی و دادههای بالینی استفاده میشود.
• مهندسی: نرم افزار Splus برای تجزیه و تحلیل دادههای مهندسی مانند دادههای کنترل کیفیت، دادههای آزمایشگاهی و دادههای طراحی استفاده میشود.
• علوم اجتماعی و اقتصادی: نرم افزار Splus برای تجزیه و تحلیل دادههای علوم اجتماعی و اقتصادی مانند دادههای نظرسنجی، دادههای بازاریابی و دادههای مالی استفاده میشود.
• مدلسازی پیشرفته اقتصادسنجی
• بهینه سازی عددی پیشرفته
• کشف روابط بین متغیرها در مجموعه داده های بزرگ
• مدلسازی دادهها با استفاده از پارادایم بیزی برای استنتاج آماری
• حل موثر مسائل بهینه سازی خطی و غیرخطی
• انواع تکنیکهای نمونهگیری مجدد
• تجزیه و تحلیل سیگنال و تصویر پیشرفته، تجزیه و تحلیل سری های زمانی، تخمین سیگنال آماری و تجزیه و تحلیل فشرده سازی داده ها
• تحلیل های گرافیکی و آماری داده های محیطی .
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
۱.آمار برای مهندسین و دانشمندان
۲.آمار ویرایش ۱۱
۳.آمار از macclave&sincich
۴.هنر آمار
۵.معرفی یادگیری آمار با کاربرد درR
۶.آمار برای اقتصاد و کسبوکار
۷.آمار: اکتشاف و تحلیل داده
۸.آمار مبتدی
۹.آمار: هنر و علم یادگیری از داده
۱۰.آمار برای کسانی که (فکر میکنند) از آمار بدشان میآید.
https://youtu.be/uEWHo4B9r98?si=v5OWSr4iRR3MrDNO
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
10 Best Statistics Textbooks 2020
UPDATED RANKING ►► https://wiki.ezvid.com/best-statistics-textbooks
Disclaimer: These choices may be out of date. You need to go to wiki.ezvid.com to see the most recent updates to the list.
Our complete review, including our selection for the year's best…
Disclaimer: These choices may be out of date. You need to go to wiki.ezvid.com to see the most recent updates to the list.
Our complete review, including our selection for the year's best…
This media is not supported in your browser
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
متغیرهایی که خارج از یک تابع ایجاد میشوند (مانند تمام مثالهای پستهای قبل) به عنوان متغیرهای سراسری شناخته میشوند.
یک متغیر خارج از یک تابع ایجاد کنید و از آن در داخل تابع استفاده کنید:
x = "awesome"
def myfunc():
print("Python is " + x)
myfunc()
خروجی پایتون:
Python is awesome
یک متغیر در داخل یک تابع، با همان نام متغیر سراسری ایجاد کنید.
x = "awesome"
def myfunc():
x = "fantastic"
print("Python is " + x)
myfunc()
print("Python is " + x)
خروجی پایتون:
Python is fantastic
Python is awesome
global
استفاده کنید.اگر از کلمه کلیدی
global
استفاده می کنید، متغیر به دامنه جهانی تعلق دارد:def myfunc():
global x
x = "fantastic"
myfunc()
print("Python is " + x)
خروجی پایتون:
Python is fantastic
global
استفاده کنید.برای تغییر مقدار یک متغیر سراسری در یک تابع، با استفاده از کلمه کلیدی
global
به متغیر مراجعه کنید:x = "awesome"
def myfunc():
global x
x = "fantastic"
myfunc()
print("Python is " + x)
خروجی پایتون:
Python is fantastic
Please open Telegram to view this post
VIEW IN TELEGRAM