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
  یک مقاله قشنگ برای بهتر نوشتن ساختار کدها
https://pljung.de/posts/testing-scientific-code/
@raspberry_python
  https://pljung.de/posts/testing-scientific-code/
@raspberry_python
کتابخونه flake8 برای بررسی کدهاتون و ارزیابی آنها میشه استفاده کرد 
https://www.blog.pythonlibrary.org/2019/08/13/an-intro-to-flake8/
@raspberry_python
  
  https://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
  Forwarded from اسماعیل محمدقلی
  
  a5-1-mokhtari_2.pdf
    1.3 MB
  Forwarded from اسماعیل محمدقلی
  
  a5-a3-a8.pdf
    3.9 MB
  