Étiquette : pythonPage 1 of 2

JetBrains annonce l’intégration de PyCharm avec la plateforme Hugging Face

https://jetbrains.developpez.com/actu/366185/JetBrains-annonce-l-integration-de-PyCharm-avec-la-plateforme-Hugging-Face-pour-simplifier-vos-workflows-de-machine-learning/

Running a Python Flask Web App on a Raspberry Pi

https://pimylifeup.com/raspberry-pi-flask-web-app/

PyGraft

https://iatechnologie.com/pygraft-python-open-source-dataviz/

Scraping avec Scrapy

https://github.com/ABD-Z/Scrapy-startup-project

CircuitPython 9.0.0 Beta 2

https://blog.adafruit.com/2024/02/19/circuitpython-9-0-0-beta-2-released/

Python Virtual Environment Usage on Raspberry Pi

https://learn.adafruit.com/python-virtual-environment-usage-on-raspberry-pi

HTML Color Codes

https://html-color.codes/

Apprendre à programmer en MicroPython avec la carte Raspberry Pi Pico W

https://raspberry-pi.developpez.com/cours-tutoriels/raspberry-pi-pico-w/micropython/de

Mediapipe: Hand gesture-based

https://medium.com/analytics-vidhya/mediapipe-hand-gesture-based-volume-controller-in-python-w-o-gpu-67db1f30c6ed

Use TensorFlow on your Apple M1 or M2 GPU!

https://twitter.com/svpino/status/1578354491530715136

How to Check PyTorch Version

Here you will learn how to check PyTorch version in Python or from command line through your Python package manager pip or conda (Anaconda/Miniconda). https://varhowto.com/check-pytorch-version/

Stable Diffusion

Stable Diffusion was made possible thanks to a collaboration with Stability AI and Runway and builds upon our previous work: https://stability.ai/blog/stable-diffusion-announcement https://github.com/CompVis/stable-diffusion

Reachy 2021 Python SDK

https://github.com/pollen-robotics/reachy-sdk https://github.com/pollen-robotics/reachy2021-unity-package https://www.pollen-robotics.com/opensource/

Ultimate Python Cheat Sheet

Here is my cheat sheet I created along my learning journey. If you have any recommendations (addition/subtraction) let me know. https://dev.to/ericchapman/ultimate-python-cheat-sheet-2j88

Detectron2

https://huggingface.co/spaces/akhaliq/Detectron2

EncoderPad RP2040 video editing keypad

https://blog.adafruit.com/2021/09/01/encoderpad-rp2040-video-editing-keypad-keyboard-video-circuitpython-keebs/ https://github.com/jpconstantineau/EncoderPad_RP2040

Modal MIDI Keyboard

Never play a wrong note with this custom scale polyphonic keyboard. https://learn.adafruit.com/modal-midi-keyboard/build-the-modal-midi-keyboard

deduplicate

vpype plug-in to remove overlapping lines in SVG files. https://github.com/LoicGoulefert/deduplicate https://vpype.readthedocs.io/en/stable/index.html

Arc, tangents & Bezier studies

https://github.com/villares/arc_tangents_and_bezier_studies https://github.com/villares

Apprendre à programmer en MicroPython avec la carte Raspberry Pi Pico

La Raspberry Pi Pico est un microcontrôleur à très bas coût. Ces petits systèmes informatiques ont tendance à disposer d’un faible volume de stockage et manquent de périphériques…