🐍 Python & Raspberry 🐍
8.21K 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
چرا با وجود سرعت پایین پایتون همچنان یک زبان محبوب است؟
ReadHere

@raspberry_python
مهارت های خود را در مورد مجموعه در پایتون بسنجید
TestLink

@raspberry_python
How to Delete a File or Folder in Python

🌟 How to Delete a File

import os
os.unlink('C:\\Users\\David\\file.txt')


🌟 How to Delete an Empty Folder (Directory)

import os
os.rmdir('C:\\Users\\David\\PythonProjects')





🌟 How to Delete an Directory (that has empty)

import shutil, os
shutil.rmtree('C:\\Users\\David\\PythonProjects')

❇️ @raspberry_python
🌟 How to Write to a CSV File in Python

import csv

studentsdata= [["Jessica Wallens", 1987], ["Samantha Peters", 1988],
["Jessica Warren", 1990]]

with open ("Students.csv", "w", newline="") as file:
writedata= csv.writer(file)
writedata.writerows(studentsdata)


❇️ @raspberry_python
🌟🌟 How to Plot a Graph with Matplotlib from Data from a CSV File using the Numpy Module in Python


import matplotlib.pyplot as plt
import numpy as np

x,y= np.loadtxt('csvfile1.txt', delimiter=',', unpack=True)


plt.plot(x,y, marker='o')

plt.title('Data from the CSV File: People and Expenses')

plt.xlabel('Number of People')
plt.ylabel('Expenses')

plt.show()

❇️ @raspberry_python
Randy Betancourt,_Sarah Chen_Python.pdf
6.7 MB
Python for SAS Users
🌟🌟 2019

❇️ @raspberry_python
Pramod Singh_Learn_PySpark_Build.pdf
9 MB
Learn PySpark. Build Python-based Machine Learning and Deep Learning Models

🌟 2019

❇️ @raspberry_python
Wei_Meng Lee_Beginning_Ethereum.pdf
7.8 MB
Beginning Ethereum Smart Contracts Programming. With Examples in Python, Solidity and JavaScript

🌟 2019

🔰 @raspberry_python
Practical Data Science with Python 3
امام صادق (ع):

حسین (ع)، خون قلبش را در راه خدا بخشید، تا بندگان را از جهالت و گمراهی نجات دهد.



⚫️ عاشورای حسینی تسلیت باد
Interactive Data Visualization in Python With Bokeh

یک کتابخانه جدید و بسیار قدرتمند به اسم Bookeh
@raspberry_python
Understanding the Python Traceback

آشنایی بیشتر با خطاهای پایتون

@raspberry_python
How to Install Arch Linux on Raspberry Pi 3

چگونه آرچ را بر روی رزبری ۳ نصب کنیم

@raspberry_python
Orthodoxy and artificial intelligence
🌟 2019

🔰 @raspberry_python
Editors__Aleksandar_Petrović,_Aleksandra.pdf
2 MB
Orthodoxy and artificial intelligence
🌟 2019

🔰 @raspberry_python
Deep Learning for Dummies
🌟 انتشارات وایلی 2019

🔰 @raspberry_python
For_Dummies_John_Paul_Mueller,_Luca.pdf
11.3 MB
Deep Learning for Dummies
🌟 انتشارات وایلی 2019

🔰 @raspberry_python