curl --remote-name 'http://www.example\.com/images/IMG_[0001-0176].JPG'با استفاده از این دستور میتوانیم عکس های IMG_0001.jpg تا IMG_0176.jpg دانلود کنیم
@raspberry_python
پایتون کلید ورود به دنیای هوش مصنوعی!
دوستان این مقاله ها ۱۱ قسمته میتونید قسمت های بعدی روهم بخونید و اطلاعات زیادی داره توشون
@raspberry_python
دوستان این مقاله ها ۱۱ قسمته میتونید قسمت های بعدی روهم بخونید و اطلاعات زیادی داره توشون
@raspberry_python
No matter how slow you are writing clean code, you will always be slower if you make a mess
Bob Martin
@raspberry_python
Bob Martin
@raspberry_python
https://csvkit.readthedocs.io/en/latest/tutorial.html
یک ابزار قدرتمند برای کار با فایل های csv در پایتون
@raspberry_python
یک ابزار قدرتمند برای کار با فایل های csv در پایتون
@raspberry_python
SATNOGS – Crowd Sourced Satellite Ground Station https://www.rs-online.com/designspark/satnogs-crowd-sourced-satellite-ground-station
یک مقاله قشنگ برای بهتر نوشتن ساختار کدها
http://pljung.de/posts/testing-scientific-code/
@raspberry_python
http://pljung.de/posts/testing-scientific-code/
@raspberry_python
کتابخونه flake8 برای بررسی کدهاتون و ارزیابی آنها میشه استفاده کرد
http://www.blog.pythonlibrary.org/2019/08/13/an-intro-to-flake8/
@raspberry_python
http://www.blog.pythonlibrary.org/2019/08/13/an-intro-to-flake8/
@raspberry_python
The Mouse Vs. The Python
An Intro to Flake8 - The Mouse Vs. The Python
Flake8 is a style guide enforcement tool for Python that you can use in place of PyLint to help you find errors in your code and more closely follow PEP8
https://sayonara-player.com/
یک موزیک پلیر زیبا و کم حجم
@raspberry_python
یک موزیک پلیر زیبا و کم حجم
sudo apt-add-repository ppa:lucioc/sayonara
sudo apt-get update
sudo apt-get install sayonara
@raspberry_python
Sayonara Player
Linux audio player and music library manager
Taweh_Beysolow_Applied_Reinforcement.pdf
2.7 MB
Applied Reinforcement Learning with Python. With OpenAI Gym, Tensorflow and Keras 2019 @raspberry_python
Elements of Android Jetpack 0.3 - 2019 @raspberry_python
Mark L. Murphy - Elements of Android Jetpack 0.3 - 2019.pdf
9.3 MB
Elements of Android Jetpack 0.3 - 2019 @raspberry_python
Forwarded from Raspberry Project (Meysam)
#تعمیرات_تخصصی_سینگل_برد
تعمیر انواع سینگل برد های رزبری پای ، اورنج پای، بیگل بن ، کوبی برد
@Rsz_Electronic
تعمیر انواع سینگل برد های رزبری پای ، اورنج پای، بیگل بن ، کوبی برد
@Rsz_Electronic
با این وبسایت میتونید کدهایی ک مینویسید رو ب صورت realtime بین دوستاتون ب اشتراک بزارید و باهم بحث کنید
https://codeshare.io/
@raspberry_python
https://codeshare.io/
@raspberry_python
چگونه ورژن پایتون رو درحین برنامه چک کنیم ؟
بعضی اوقات ممکنه کدهایی بنویسیم ک فقط برای ی سری ورژن های خاص پایتون کار میکنه ب همین خاطر برای جلوگیری از ایجاد exception در حین اجرای برنامه بهتره پیام ارور دلخواه خودمون رو اول برنامه نشون بدیم
بعضی اوقات ممکنه کدهایی بنویسیم ک فقط برای ی سری ورژن های خاص پایتون کار میکنه ب همین خاطر برای جلوگیری از ایجاد exception در حین اجرای برنامه بهتره پیام ارور دلخواه خودمون رو اول برنامه نشون بدیم
import sys@raspberry_python
if not sys.version_info.major == 3 and sys.version_info.minor >= 7:
print("This script requires Python 3.5 or higher!")
print("You are using Python {}.{}.".format(sys.version_info.major, sys.version_info.minor))
sys.exit(1)
Forwarded from اسماعیل محمدقلی
a5-1-sharifi.pdf
339.1 KB