🐍 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
Hacking: The Practical Guide to Become a Hacker | Field Manual for Ethical Hacker | Including Ethical Hacking with Kali Linux

🌟🌟 2019

❇️ @raspberry_python
Jim_Kou_Hacking__The_Practical_Guide.epub
9.2 MB
Hacking: The Practical Guide to Become a Hacker | Field Manual for Ethical Hacker | Including Ethical Hacking with Kali Linux

🌟🌟 2019

❇️ @raspberry_python
نوشته پشت پیراهن یک کودک در مراسم عزاداری محرم در شهر آوکلند نیوزلند:
KEEP CALM and say Labbaik ya Hussain
« آسوده باش و بگو لبیک یا حسین»
Android Programming: The Big Nerd Ranch Guide
🌟 2019
🔰 @raspberry_python
Big_Nerd_Ranch_Guides_Bill_Phillips.epub
9.3 MB
Android Programming: The Big Nerd Ranch Guide
🌟 2019
🔰 @raspberry_python
Linux Device Driver Development Cookbook
🌟 2019

❇️ @raspberry_python
Rodolfo_Giometti_Linux_Device_Driver.epub
7.8 MB
Linux Device Driver Development Cookbook
🌟 2019

❇️ @raspberry_python
Forwarded from ⓜⓐⓗⓓⓘ
windows10 IoT Core👇👇👇
چرا با وجود سرعت پایین پایتون همچنان یک زبان محبوب است؟
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