CuPy is an implementation of NumPy-compatible multi-dimensional array on CUDA. CuPy consists of cupy.ndarray, the core multi-dimensional array class, and many functions on it. It supports a subset of numpy.ndarray interface.
https://docs-cupy.chainer.org/en/stable/tutorial/basic.html
https://docs-cupy.chainer.org/en/stable/tutorial/basic.html
01_interactive_plotly.ipynb
342.9 KB
https://stackabuse.com/using-plotly-library-for-interactive-data-visualization-in-python/
➡Use jupyter notebook to open .ipynb files.
➡Use jupyter notebook to open .ipynb files.
https://realpython.com/courses/python-debugging-pdb/
عیب یابی با استفاده از PDB (ویدیو)
استفاده از GUI رو ترجیح میدم
ولی جایی که GUI رو نمیشه استفاده کرد
به کار میاد.
عیب یابی با استفاده از PDB (ویدیو)
استفاده از GUI رو ترجیح میدم
ولی جایی که GUI رو نمیشه استفاده کرد
به کار میاد.
Realpython
Debugging in Python With pdb – Real Python
In this hands-on course, you'll learn the basics of using pdb, Python's interactive source code debugger. pdb is a great tool for tracking down hard-to-find bugs, and it allows you to fix faulty code more quickly.
پایتون ۲.۷ تا حدود سه ماه دیگه بازنشسته میشه
https://pythonclock.org/
https://pythonclock.org/
pythonclock.org
Python 2.7 Countdown
Python 2.7 will retire in 2020. Learn more and see the countdown here.
Scientific Programming pinned «زبان اصلی برنامه نویسی تان کدومه و چقدر می دونید؟ anonymous poll Python, intermediate – 7 👍👍👍👍👍👍👍 28% C++, beginner – 6 👍👍👍👍👍👍 24% C++, intermediate – 6 👍👍👍👍👍👍 24% Python, beginner – 3 👍👍👍 12% C++, advanced – 2 👍👍 8% Python, advanced – 1 👍 4% 👥 25 people…»
آمورش بسیار خوب پایتون برای تازه کار ها توسط آقای مشفق همدانی (انگلیسی)
https://www.youtube.com/watch?v=_uQrJ0TkZlc
https://www.youtube.com/watch?v=_uQrJ0TkZlc
YouTube
Python Full Course for Beginners
Learn Python for AI, machine learning, and web development with this beginner-friendly course! 🚀 Get 6 months of PyCharm FREE with the coupon in the description!
❤️ Join this channel to get access to perks:
https://www.youtube.com/channel/UCWv7vMbMWH4-V0ZXdmDpPBA/join…
❤️ Join this channel to get access to perks:
https://www.youtube.com/channel/UCWv7vMbMWH4-V0ZXdmDpPBA/join…
آموزش جذاب آقای مشفق همدانی (انگلیسی) پایتون برای برنامه نویسان
مبتدی تر ها به ویدیوی قبلی ایشون مراجعه کنند.
https://www.youtube.com/watch?v=f79MRyMsjrQ
مبتدی تر ها به ویدیوی قبلی ایشون مراجعه کنند.
https://www.youtube.com/watch?v=f79MRyMsjrQ
YouTube
Learn Python Programming - Python Course
Learn Python programming with 30 quick & easy lessons. No time wasted!
👉Subscribe for more Python tutorials like this: https://bit.ly/3fBXEm7
🔥Get the COMPLETE Python Course: https://bit.ly/35BLHHP
Python Exercises for Beginners:
https://programmingwith…
👉Subscribe for more Python tutorials like this: https://bit.ly/3fBXEm7
🔥Get the COMPLETE Python Course: https://bit.ly/35BLHHP
Python Exercises for Beginners:
https://programmingwith…
چند ساعت در روز برای یادگیری برنامه نویسی وقت می گذارید؟
Anonymous Poll
11%
بیشتر از ۳ ساعت
4%
۲ تا ۳ ساعت
21%
کمتر از ۱ ساعت
39%
منظم وقت نمی گذارم
25%
هیچی!
20 useful Python tips and tricks you should know - DEV Community 👩💻👨💻
https://dev.to/duomly/20-useful-python-tips-and-tricks-you-should-know-3h8c
https://dev.to/duomly/20-useful-python-tips-and-tricks-you-should-know-3h8c
random_generator_high_resolution.cpp
415 B
زمانی که برای seed دهی از تابع time استفاده میکنید دقت داشته باشید که دقت زمانی این تابع در حد ثانیه است. بنابراین اگه تعداد زیادی اجرا با فاصله کمی از همدیگر اجرا کنید ممکن است اعداد رندم یکسانی تولید شوند. برای جلوگیری از این مشکل میتوان از تابع زمانی با دقت خیلی بالاتر مثلا نانوثانیه استفاده کرد. روش استفاده در مثال توضیح داده شده است.
rng_gsl_high_resolution.cpp
1.8 KB
در مثال بعدی اعداد رندم با استفاده از کتابخانه gsl تولید شده اند.
شامل توابعی برای تولید اعداد رندم یکنواخت صحیح و اعشاری، نرمال، پواسونی.
نحوه ی کامپایل کردن در انتهای فایل اومده.
شامل توابعی برای تولید اعداد رندم یکنواخت صحیح و اعشاری، نرمال، پواسونی.
نحوه ی کامپایل کردن در انتهای فایل اومده.