Scientific Programming
153 subscribers
158 photos
30 videos
138 files
442 links
Tutorials and applications from scientific programming

https://github.com/Ziaeemehr
Download Telegram
🔆 اگر فکر می کنید که کدهای پایتونتون کند هست احتمالن این آموزش براتون مفیده. ویدیو مقدمه ای هست بر cython که با یک مثال ساده تا صد برابر زمان اجرا کاهش پیدا می کند.
برای استفاده از cython نیازی به دونستن برنامه نویسی به زبان C یا ++C ندارید.

اینجا بیشتر بخوانید و ببینید.

#Cython is an optimising static compiler for both the #Python programming language and the extended Cython programming language (based on #Pyrex). It makes writing #C extensions for Python as easy as Python itself.