🐍 Python & Raspberry 🐍
8.19K subscribers
1.92K photos
125 videos
623 files
1.23K links
Python- Raspberry Pi-AI-IOT
ادمین : فرهاد ناصری زاده
@farhad_naserizadeh
@farhad3412

گروه پایتون
@Python_QA
تبادل
@mmtahmasbi
کانال مرتبط
@new_mathematical
@micropython_iot
@c_micro
اینستاگرام
http://Instagram.com/python_raspberry
Download Telegram
len() vs. len

@raspberry_python
__name__ and __main__

@raspberry_python
Docstrings in Python

@raspberry_python
This media is not supported in your browser
VIEW IN TELEGRAM
سورس کد

import turtle

col=('yellow','red','green','orange','blue','white')

t=turtle.Turtle()
screen=turtle.Screen()
screen.bgcolor('black')
t.speed(30)

for i in range (150):

    t.color(col[i%6])
    t.forward(i*4)
    t.left(150)
    t.width(2)


@raspberry_python
NumPy views: saving memory, leaking memory, and subtle bugs

https://pythonspeed.com/articles/numpy-memory-views/

@raspberry_python
Python Data Types 🌸

@raspberry_python
Self-Organizing Maps: Theory and Implementation in Python with NumPy

https://stackabuse.com/self-organizing-maps-theory-and-implementation-in-python-with-numpy/

🌹 @raspberry_python