tecno4
2.4M views | +80 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Raspberry Pi Python'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

Python on Raspberry Pi: The Top 5 Libraries for Every Developer 

Python on Raspberry Pi: The Top 5 Libraries for Every Developer  | tecno4 | Scoop.it

The Raspberry Pi is the ideal platform to learn and experiment with new things with Python. But with all the libraries already installed plus those available via the default repository and online, it can be complicated to find where to start. Let me introduce the essentials.
Some of the Raspberry Pi features are unique, like the GPIO pins or the camera module. Trying to interact with them in Python is a good starting point. But the Raspberry Pi can also be used to create user interfaces, analyze data sets or experiment with AI.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How To Change The Default Python Version On Raspberry Pi 

How To Change The Default Python Version On Raspberry Pi  | tecno4 | Scoop.it

Python is an important element for a Raspberry Pi, with many projects relying on it. With new releases all the time, it can be tough to keep it updated, or at the right version for your applications. In this article, I will give you all the information to know the current version installed, install another one and change the default Python executable.
Several versions of Python can be installed on the same Raspberry Pi. A symbolic link is created to use the default version with the main command (/usr/bin/python). This link can be updated with another version if needed.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Why Is Python Used On Raspberry Pi? (3 huge reasons) 

Why Is Python Used On Raspberry Pi? (3 huge reasons)  | tecno4 | Scoop.it
The main reason why Python is used on Raspberry Pi is that it’s easy to use. The Raspberry Pi Foundation’s goal is to help young students learn how to code, and using a simple language like Python is essential. Python is also powerful, with tons of libraries readily available.
I’ll expand a bit on these reasons in this article, then I’ll give you a few example projects to better understand the idea. But I’ll also tell you that Python is not the only option, you can completely use other languages on a Raspberry Pi.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Should You Learn Linux or Python first? 

Should You Learn Linux or Python first?  | tecno4 | Scoop.it

Look, I have to be honest with you. I love it when aspiring developers ask questions, and this is a question that we get asked by people who are trying to take their first steps into software development. So, let’s take a look at whether or not you should learn Linux or Python first.
It is always best if you know your way around your operating system before you jump into programming. So, it would be best if you learned Linux before you learn Python. It is also good to familiarize yourself with your preferred IDE (Integrated Development Environment) and then start learning the Python language.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to Use Raspberry Pi GPIO Pins - Python Tutorial

How to Use Raspberry Pi GPIO Pins - Python Tutorial | tecno4 | Scoop.it
Whether it’s the Raspberry Pi 3, 4 or the tiny Raspberry Pi Zero, GPIO pins have always been a staple feature of our favourite single board computer (SBC), the RPi. However, do you know about its functionality and how to use it to create real world projects? In today’s tutorial, we will show you how to get started with the world of physical computing and GPIO through Python programming!
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

INTRODUCCIÓN A PYTHON EN 15 MINUTOS 

En este vídeo vamos a ver una introducción básica al lenguaje de programación python ya que lo utilizaremos en futuros videos para poder controlar los pines de propósito general (gpio) del raspberry y poder hacer algunos ejemplos utilizando sensores y módulos para interactuar con el exterior.
Veremos la sintaxis, convenciones, tipos de datos simples y complejos, clases, etc.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

15 Fun Raspberry Pi Projects to Experiment with Python 

15 Fun Raspberry Pi Projects to Experiment with Python  | tecno4 | Scoop.it

Python is an important brick on Raspberry Pi, and many projects can be unlocked once you know the basics of this programming language.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Introduction to the Python Programming Language

Introduction to the Python Programming Language | tecno4 | Scoop.it
With a Raspberry Pi, a set of computer peripherals, and some hardware components, you can make projects for any of the applications listed above. The sky is the limit! Just one thing you need to know though…
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Tutoriales de Python con Raspberry Pi

Tutoriales de Python con Raspberry Pi | tecno4 | Scoop.it
Cursos y tutoriales de informática utilizando la Raspberry Pi.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Programación/GPIO

Programación/GPIO | tecno4 | Scoop.it
A partir de ahora he abierto esta nueva sección donde iré añadiendo todo aquello que hace referencia a lenguajes de programación para nuestra RaspberryPi.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Hello World: Your First Raspberry Pi Project

When you're new to the Raspberry Pi it can be all too tempting to try and jump straight into the projects that attracted you to the device in the first place. 

Robots, sensors, music players and similar projects are great uses for the Raspberry Pi, but not the best start for someone new to the device. In an ideal world, you should aim to learn the basics before charging into a complex project. 

If you're also new to Linux it can be an even steeper learning curve, so it's best to start off with simple projects to familiarize yourself with how Python works, and then build on that knowledge over time.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Cómo escribir y ejecutar un programa Python en Raspberry Pi 

Cómo escribir y ejecutar un programa Python en Raspberry Pi  | tecno4 | Scoop.it

En este artículo os daré una descripción general y rápida de qué es un programa de Python, para qué se pueden usar los programas de Python y cómo escribir y ejecutar un programa Python simple en la Raspberry Pi.
El lenguaje de programación Python en realidad comenzó como un lenguaje de scripting para Linux. Los programas de Python son similares a los scripts de shell en que los archivos contienen una serie de comandos que la computadora ejecuta de arriba a abajo.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

GPIO in Python 

GPIO in Python  | tecno4 | Scoop.it

Using the GPIO Zero library makes it easy to get started with controlling GPIO devices with Python.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Transfer Your Python Code To Raspberry Pi (5 easy ways) 

Transfer Your Python Code To Raspberry Pi (5 easy ways)  | tecno4 | Scoop.it
Transfer Your Python Code To Raspberry Pi (5 easy ways)
Written by Patrick Fromaget in Programming
Whether you’re used to coding on your computer, or have an old Python project you want to transfer to your Raspberry Pi, this article will give you a few ways to do this. It doesn’t have to be complicated, but as always with Linux, it’s not necessarily straightforward.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Project path | Intro to Python for kids | Raspberry Pi

Introduction to Python for kids, teenagers and young adults. Create interactive artwork, animations, and games with these free resources.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Programación Básica Python

Programación Básica Python | tecno4 | Scoop.it
Python es un lenguaje interpretado, es decir, no requiere del proceso de escribir / compilar / volcar. Simplemente escribir la instrucción y listo el ordenador la “interpreta” o sea ejecuta sobre la marcha sin más complicación.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to run Python Programs on Raspberry Pi? Beginner Tutorial

How to run Python Programs on Raspberry Pi? Beginner Tutorial | tecno4 | Scoop.it
Own a Raspberry Pi and need a simple tutorial on how you can start create and run your own programs on Python? You’re in the right place today! In today’s post, I’ll introduce Python, why it is commonly used, and most importantly how you can get started with projects alongside it!
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Getting Started with Python on the Raspberry Pi

Getting Started with Python on the Raspberry Pi | tecno4 | Scoop.it
This guide will show you how to get started with the Python programming language on the Raspberry Pi.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to Install and Use Python Packages on Raspberry Pi? 

How to Install and Use Python Packages on Raspberry Pi?  | tecno4 | Scoop.it
Most of the Python packages for Raspberry Pi are available in the apt repositories. Searching for the library name with this tool will be the fastest way to install them. Another tool named “PIP” can also be used for some other modules not included in the default repositories.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How To Install the Latest Python Version on Raspberry Pi? 

How To Install the Latest Python Version on Raspberry Pi?  | tecno4 | Scoop.it

Raspberry Pi and Python work well together, and Python comes pre-installed on your Raspberry Pi OS. But as often with computers and programming, it’s not always that simple. In this article, I’ll tell and show you everything you need to know about the Python versions on your Raspberry Pi.
The only way to install the latest Python version on Raspberry Pi OS is to download it from the official website and install it from sources. Raspberry Pi OS repositories are generally late from a few versions.
As always, I’m doing this on my Raspberry Pi, so you won’t have to face bugs and errors yourself. Follow my recommendations below and everything should work on the first try!

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Programación Básica en Python

Programación Básica en Python | tecno4 | Scoop.it
Introducción a Python Python es un lenguaje interpretado, es decir, no requiere del proceso de escribir / compilar / volcar. Simplemente escribir la instrucción y listo el ordenador la “interpreta” o sea ejecuta sobre la marcha sin más complicación. Python también es: InterpretadoCon tipado dinámicoMultiparadigma: http://www.esacademic.com/dic.nsf/eswiki/715533Multiplataforma Esto hace que los lenguajes interpretados sean más fáciles…
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to learn to program in Python with a Raspberry Pi? 

How to learn to program in Python with a Raspberry Pi?  | tecno4 | Scoop.it

I knew nothing about Python before writing this article
So why should you read it?
Because I’m pretty good at programming with many other languages, and I start to know the Raspberry Pi well
And also because at the end of this article, you will know how to program in Python
How to learn to program in Python with a Raspberry Pi?
Python is an accessible language to learn if you already have a basis of logic or algorithmic
However, you will still need to go through the following steps before knowing enough to use it in your projects:
Install and discover the Python IDE on Raspberry Pi
Check examples of basic syntax to learn 
Learn specific things about Python on Raspberry Pi

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Curso de Programación en Python con Raspberry Pi para secundaria

Curso de Programación en Python con Raspberry Pi para secundaria | tecno4 | Scoop.it
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Ahora programar y aprender con tu Raspberry Pi es más fácil que nunca gracias a su nuevo entorno

Ahora programar y aprender con tu Raspberry Pi es más fácil que nunca gracias a su nuevo entorno | tecno4 | Scoop.it

Aunque muchas veces hablamos de la Raspberry Pi para domótica, alta fidelidad, fotografía, reproductor multimedia, y un largo etcétera de posibilidades, no debemos olvidar que su razón de ser es aprender informática y a programar.
Acaba de salir una actualización de Raspbian, probablemente el sistema operativo más popular para la Raspberry Pi. Y con dicha actualización vienen dos elementos importantes, una versión offline de Scratch 2.0 y Thonny, un excelente entorno de desarrollo en Python.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Getting started with Python programming on the Raspberry Pi

Getting started with Python programming on the Raspberry Pi | tecno4 | Scoop.it

Python is a versatile and relatively easy to learn programming language. It is so flexible it will allow you to build web application as well as interface with hardware components connected to the Raspberry Pi. This makes it the perfect language to start learning on your Raspberry Pi.
This guide will take you through how to setup your Raspberry Pi for your first boot, as well as how to write and execute your first python program on the Raspberry Pi.

No comment yet.