Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- Python iterables @development:python
- , 15, 16, 17, 18, 19, 20] even_number_list = [num for num in my_numbers if num%2 == 0] print(even_numbe... : yield counter counter += 1 for num in even_generator(20): print(num) </code> <code python> cube = (num ** 3 for num in range(1, 6)) for c in cube: print(c) </code> == diccionario <code python> diccionario = {10
- angular: directivas estructurales @development:angular
- ="btn btn-outline-primary btn-block"></sxh> == ngFor * repite el elemento:<sxh html; title: ejemplo *ngFor><li *ngFor="let color of colores" class="list-group-item">{{color}}</li></sxh> * usamos un array *... eden adicionar cosas:<sxh html; title: ejemplo *ngFor adicionado><li *ngFor="let color of colores; let
- PYTHON @development:python
- c046cc5]] * How to use Python’s **py** launcher for Windows: [[https://www.infoworld.com/article/3617292/how-to-use-pythons-py-launcher-for-windows.html]] * Use ''Poetry'' for package management: <code bash>curl -sSL https://install.python... otation poetry install --only test # Using Flake8 for lint poetry run flake8 src # Enforce styling poet
- think python @development:python
- res' in cadenas'' -> true * recorridos: * ''for i in numeros:'' * ''for i in range(len(mixta)):'' * ''range(num)'': genera progresión aritmé... (s,t)'' -> [('a', 0), ('b', 1), ('c', 2)] * ''for letra,numero in mizip:print numero,letra'' * enumerate: ''for indice,elemento in enumerate('abc'):'' * diccio
- Python strings @development:python
- o embed python expressions inside string literals for formatting. * F-strings are faster than the two... ormat(). <code python> val = 'Geeks' print(f"{val}for{val} is a portal for {val}.") </code> <code python> import datetime today = datetime.datetime.today(
- angular: directivas y personalización @development:angular
- mentos * cambian la estructura de la vista (ngFor, ngIf) == directivas personalizadas * para ext... t() set appMult(numero: number) { for (let i = 0; i < numero; i++) {
- json @development:json
- de bash> sample='[{"name":"foo"},{"name":"bar"}]' for row in $(echo "${sample}" | jq -r '.[] | @base64'... '.name') done </code> /via: [[https://starkandwayne.com/blog/bash-for-loop-over-json-array-using-jq/]]
- Python aberraciones @development:python
- , 15, 16, 17, 18, 19, 20] even_number_list = [num for num in my_numbers if num%2 == 0] </code> * [[... world', 'you', 'look', 'nice'] ', '.join(f'[{w}]' for w in words) # '[hello], [world], [you], [look], [
- formularios @development:angular
- light:4,6> <div class="form-group row"> <label for="nombre" class="col-2 col-form-label">Nombre</lab
- Enum @development:java
- sult); //3.0 </sxh> === bucle <sxh java> for (UserStatus status : UserStatus.values()) {
- jquery @development:jquery
- ''?>> <label class="custom-control-label" for="exclos<?=$element['id']?>"> </label>
- markdown @development:markdown
- e tomatoes Be careful when holding the knife. For more help on tomato slicing, see Thomas Jefferson
- Python PycURL @development:python
- sts.get('https://example.com') get_response.raise_for_status() print(get_response.text) except request
- Framework Swing @development:java:frameworks
- http://www.codejava.net/java-se/swing/add-file-filter-for-jfilechooser-dialog]] {{tag>java framework}}