Blog

Numeros Aleatorios Python

CN Camilo Nova Camilo Nova

Camilo Nova

CEO
1 min read.

El siguiente código genera 10 números enteros aleatorios entre 75 y 85 millones.

import random

for i in range(10):
    print random.randint(75000000, 85000000)

Written by Camilo Nova

CN Camilo Nova Camilo Nova

Axiacore CEO. Camilo writes thoughts about the intersection between business, technology, and philosophy

Scale your company with the same people

Practical ideas to do more and get back your time every week

We respect your inbox. Privacy policy

Wait. There's more:

Configuracion inicial PostgreSQL

Luego de instalar el motor de bases de datos PostgreSQL seguimos con la configuracion.Primero que todo cambiamos la clave del...

1 min read.

Servidor LAMP Ubuntu

Si quieres tener un servidor local de Linux Apache MySQL y Php (LAMP) puedes hacerlo de la siguiente manera:sudo apt-get inst...

1 min read.

Build to
Inspire