4 liens privés
This tutorial will demonstrate how to install Jitsi Meet (and its required components) on a Debian 10 server. Watch the video version here.
La vidéo : https://www.youtube.com/watch?v=IQRwtUamHQU
Bonjour à tous! Suite logique de de la vidéo "Levain" avec cette vidéo, pour apprendre les bases pour faire votre propre main à la maison !
N'hésitez pas à revoir les autres vidéos (dont question sur le pain et levain) et si jamais vous avez encore des questions, c'est en commentaire!
A tres bientôt
Nina
Salut les cuisiniers rebelles, dans cette vidéo je vous montre comment fabriquer votre levain à la maison et comment l'utiliser pour faire du pain. Un guide complet et détaillé qui répondra à la plupart des questions sur le sujet. À partager sans modération ! Bon appétit 🌾
Ingrédients
- Eau (filtrée si possible)
- Farine de blé
- Vinaigre de cidre ou autre (en option)
- Miel (ou sucre à défaut)
- Sel
Recette du levain : https://www.cuisinierrebelle.com/r/levain
Wikipedia : https://fr.wikipedia.org/wiki/Levain_...
Toutes mes recettes : https://www.cuisinierrebelle.com/u/yannick-lescure
Python can be run in many ways and common methods include running python scripts using a terminal or using the python shell. With data analysis/science making the news these days, we have ipython based jupyter notebooks that are being used by beginners and experts alike.
Ipython provides a REPL (Read-Evaluate-Print-Loop) shell for interactive Python development. It enables us to visualize the charts and plots using GUI toolkits and provides a kernel for jupyter.
Pandas is a powerful and flexible Python package that allows you to work with labeled and time series data. It also provides statistics methods, enables plotting, and more. One crucial feature of Pandas is its ability to write and read Excel, CSV, and many other types of files. Functions like the Pandas read_csv() method enable you to work with files effectively. You can use them to save the data and labels from Pandas objects to a file and load them later as Pandas Series or DataFrame instances.
We learn how to manipulate CSV files in this Python Programming Tutorial. I will show you how to work with CSV files using the CSV module. After completing this tutorial, you will know how to convert a CSV File to a dictionary in Python. You will learn how to read, parse, and write to csv files using the CSV Reader and CSV DictReader. CSV stands for "Comma-Separated Values".
“Les cahiers du débutant” est un manuel simplifié francophone pour l’installation et la prise en main d’un système Debian.
Vous trouverez dans ces pages les réponses à vos premières questions sur le système Debian GNU/Linux , son histoire, son obtention, son installation, sa prise en main, sa configuration et son administration.
https://debian-facile.org/projets/lescahiersdudebutant/
Jitsi Meet is an open source video conferencing solution which allows users to setup and share video conferences from a single web page with no apps or downloads necessary. In addition to video conferencing provides telephone dial-in, screen sharing, recording, white boarding, collaborative editing of documents, chat and support for 25 languages.
If you want to enable two-factor authentication for Nextcloud on a per-user basis, it's just a simple app installation away.
Conçu pour documenter et créer des récits à partir d'activités pratiques, do•doc (prononcer doudoc) est un outil composite, libre et modulaire, qui permet de capturer des médias (photos, vidéos, sons et stop-motion), de les éditer, de les mettre en page et de les publier. Son aspect composite permet de le reconfigurer de manière à ce qu'il soit le plus adapté possible à la situation dans laquelle il est déployé.
This page lists free Python interpreters, compilers, translators, implementations and binary distributions.
Python makes it simple grab data from the web. This is a guide (or maybe cheat sheet) on how you can scrape the web easily with Requests and Beautiful Soup 4.
API request builder - A free, fast, and beautiful alternative to Postman.
Helps you create your requests faster, saving you precious time on your development
Maphub allows you to create interactive maps
You can easily make your own map by adding points, lines, polygons or labels.
Select from 20 different basemaps for background.
Control who can view and edit your map (coming soon).
Import and export data in KML, GPX or GeoJSON formats.
Setting up a PXE boot server on CentOS 7
In this article on string methods, I’m going to show you a little bit about converting Python List To String. The methods that are in this group convert between a string and some composite data type. By either pasting objects together to make a string, or by breaking a string apart into its pieces.