• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » python

python

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • tips (34)
  • projects (22)
  • livenet (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • micropython (projec…ofthings)
  • python (projects:zibaldone)

Fulltext results:

jetsonnano @projects:internetofthings
21 Hits, Last modified: 2 years ago
922 MHz (0.92 GHz) </code> ===== python 3.8 ===== <code> sudo apt install libssl-dev zli... ffi-dev uuid-dev </code> <code> wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0b3.tgz tar zxvf Python-3.8.0b3.tgz cd Python-3.8.0b3 CFLAGS=-DOPENSSL_NO_SSL2 ./configu
vscode @projects:zibaldone
20 Hits, Last modified: 3 months ago
abSize": 4, "editor.insertSpaces": true, "python.formatting.provider": "black" } </file> <code> c... -extension eg2.tslint code --install-extension ms-python.python </code> ===== docker ===== on vscodium enable marketplace and install dev-containers extension <... Folder": "/app/mev_query", "extensions": [ "ms-python.python", "ms-python.vscode-pylance" ], "setti
micropython @projects:internetofthings
17 Hits, Last modified: 7 years ago
====== micropython ====== ===== esptools / ampy ===== <code> pip install esptool pip install adafruit-am... p32 ===== Download firmware from http://www.micropython.org/download erase flash (before any micropython deploy) <code> export PORT=/dev/ttyUSB1 esptool.py --ch... ==== Based on [[https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo|loboris fork]] of micropython <
atom @tips
15 Hits, Last modified: 8 years ago
i </code> ===== general ===== <code> pip install python-language-server apm install \ atom-ide-ui \ ide-python \ ide-typescript \ seti-syntax \ seti-ui \ mi... auto-detect-indentation \ jumpy \ autocomplete-python \ </code> show installed packages <code> apm lis... "*": "atom-beautify": analytics: false python_max_line_length: 120 "autocomplete-python":
occhiali @projects:iotaiuto
15 Hits, Last modified: 4 years ago
ulsante va collegato a GND e a un GPIO ==== Micropython vs Circuitpython ==== Su git sono presenti due versioni del codice per gli occhiali: per esp32 e per raspberry pi pico Micropython supporta esp32, che ha il bluetooth, ma ha meno librerie di circuitpython Per micropython potete usare la IDE Thonny Circu
jupyter @tips
10 Hits, Last modified: 8 years ago
setup virtual environment <code> sudo apt install python3-virtualenv mkdir <path_to_project> cd <path_to_project> virtualenv -p python3 lib source lib/bin/activate pip install -U pip w... = add bash kernel <code> pip install bash_kernel python -m bash_kernel.install </code> start bash consol... bash </code> ===== nodejs ===== pre-requisite: python virtualenv need to be "virtualenv", not "venv" <
keras @tips
8 Hits, Last modified: 6 years ago
e .tf_configure.bazelrc <code> build --action_env PYTHON_BIN_PATH="/lab/gianoobserver/lib/bin/python" build --action_env PYTHON_LIB_PATH="/lab/gianoobserver/lib/lib/python3.8/site-packages" build --python_path="/lab/gianoobserver/lib
iotaiuto @projects:internetofthings
8 Hits, Last modified: 5 years ago
xxxxxxx sudo reboot </code> ==== INSTALLAZIONE PYTHON3 + HOME-ASSISTANT + RELATIVO SERVIZIO ABILITATO sul O.S. ==== <code bash> # 1. installare python3 e relativi componenti a corredo sudo apt install python3 python3-venv incron mc python3-dev libffi-dev libssl-dev python3 -m venv ~/lib . ~/lib/bin/activate echo
docs @projects:wamp
7 Hits, Last modified: 9 years ago
* Containers: application components written in Python * Guest Workers: arbitrary programs spawned ===== WAMP router ===== Use python **only** 2.x prereq <code> apt-get install python-virtualenv python-dev libffi-dev \ libssl-dev libxml2-dev libxslt1-dev libyaml-dev </code> <code> pip
install @tips:opencv
7 Hits, Last modified: 8 years ago
do apt-get install -y libtbb-dev libeigen3-dev # Python 2 & 3: sudo apt-get install -y python-dev python-tk python-numpy python3-dev python3-tk python3-numpy # others sudo apt-get install -y libopenexr-dev
plate @projects
6 Hits, Last modified: 4 years ago
.com/puzzledqs/BBox-Label-Tool.git </code> <file python convert.py> import os from os import walk, getcwd... ile.close() </file> Train.txt Text.txt <file python process.py> import glob, os # Current directory ... *.jpg rm *.jpg </code> Go to main folder and run python main.py <code> python main.py </code> Write 001 inside Image Dir box and load Create a label for each i
homeassistant @projects:internetofthings
6 Hits, Last modified: 3 years ago
ant ==== hass ==== <code bash> sudo apt install python3 python3-venv incron mc python3-dev libffi-dev libssl-dev python3 -m venv ~/venv . ~/venv/bin/activate echo "source ~/venv/bin/activate"
postgres @tips:db
6 Hits, Last modified: 7 years ago
code> ==== pgadmin ==== <code> apt install wget python3-pip pip3 install -U pip pip install https://ftp.... ny.whl # define ip binding CONFIG=/usr/local/lib/python3.5/dist-packages/pgadmin4/config.py sed -i -e "s/... '0.0.0.0'/" $CONFIG # define pgadmin admin user python3 /usr/local/lib/python3.5/dist-packages/pgadmin4/pgAdmin4.py </code> <file ini /etc/systemd/system/pgadm
minecraft @tips:gameengine
6 Hits, Last modified: 8 years ago
co.uk/2014/06/building-a-castle-in-minecraft-with-python/ connection <code> from mcpi.minecraft import M... java -jar ~/.minecraft/launcher.jar </file> ===== Python ===== <code> sudo apt install -y python3 sudo apt install -y idle3 sudo apt install -y python3-pip sudo pip3 install -U pip ## sudo pip3 install
telegram @tips
5 Hits, Last modified: 4 years ago
trare un webhook (consigliato) <code> pip install python-telegram-bot ipython ipython import telegram TOKEN="xyz" bot = telegram.Bot(TOKEN) bot.setWebhook("https://giano.comune.veron... sendMessage" </code> ===== bot video ===== <code python> #!/usr/bin/env python3 # -*- coding: utf-8 -*- "
graphite @projects:internetofthings
5 Hits, Last modified: 8 years ago
airmouse @tips
3 Hits, Last modified: 4 years ago
ansible @tips
3 Hits, Last modified: 3 years ago
calibre @tips
3 Hits, Last modified: 8 years ago
freenove @projects:internetofthings
3 Hits, Last modified: 17 months ago
python @projects:zibaldone
3 Hits, Last modified: 3 years ago
blender @tips
2 Hits, Last modified: 7 months ago
k80 @tips
2 Hits, Last modified: 17 months ago
pyramid @tips
2 Hits, Last modified: 10 years ago
sqlite @tips
2 Hits, Last modified: 6 years ago
xpath @tips
2 Hits, Last modified: 10 years ago
broadlink @projects:internetofthings
2 Hits, Last modified: 7 years ago
influxdb @projects:internetofthings
2 Hits, Last modified: 6 years ago
iotaiuto_skill @projects:internetofthings
2 Hits, Last modified: 5 years ago
objectdetection @projects:internetofthings
2 Hits, Last modified: 5 years ago
tradfri @projects:internetofthings
2 Hits, Last modified: 6 years ago
led @projects:iotaiuto
2 Hits, Last modified: 4 years ago
fluid @tips:blender
2 Hits, Last modified: 11 years ago
panda3d @tips:gameengine
2 Hits, Last modified: 11 years ago
linux @tips:rasberry
2 Hits, Last modified: 9 years ago
zed @tips:sensors
2 Hits, Last modified: 6 years ago
10_data_collector @livenet
1 Hits, Last modified: 12 months ago
3dprinter @projects
1 Hits, Last modified: 4 years ago
blocksync @tips
1 Hits, Last modified: 9 years ago
cvat @tips
1 Hits, Last modified: 5 years ago
harbor @tips
1 Hits, Last modified: 10 days ago
ionic @tips
1 Hits, Last modified: 8 years ago
rocm @tips
1 Hits, Last modified: 6 days ago
ssl @tips
1 Hits, Last modified: 4 weeks ago
test @tips
1 Hits, Last modified: 5 years ago
zabbix @tips
1 Hits, Last modified: 4 years ago
zsh @tips
1 Hits, Last modified: 7 years ago
syntax @wiki
1 Hits, Last modified: 5 years ago
server @projects:livenet
1 Hits, Last modified: 8 years ago
particles @tips:blender
1 Hits, Last modified: 11 years ago
minetest @tips:gameengine
1 Hits, Last modified: 8 years ago
monitor @tips:radxa
1 Hits, Last modified: 10 years ago
gpio @tips:rasberry
1 Hits, Last modified: 10 years ago
simon @tips:speech
1 Hits, Last modified: 9 years ago
xenial @tips:ubuntu
1 Hits, Last modified: 8 years ago
corne @projects:zibaldone:electronic
1 Hits, Last modified: 4 years ago
iidc @projects:zibaldone:electronic
1 Hits, Last modified: 4 years ago
docker @projects:zibaldone:linux
1 Hits, Last modified: 3 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Add to book
  • ODT export
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki