For instance, check this out:
function(**{"key": "value"})
It is the same as the following:
function(key="value")
For instance, check this out:
function(**{"key": "value"})
It is the same as the following:
function(key="value")
Typing vagrant
from the command line will display a list of all available commands.
Be sure that you are in the same directory as the Vagrantfile when running these commands!
vagrant init
-- Initialize Vagrant with a Vagrantfile and ./.vagrant directory, using no specified base image. Before you can do vagrant up, you'll need to specify a base image in the Vagrantfile.vagrant init <boxpath>
-- Initialize Vagrant with a specific box. To find a box, go to the public Vagrant box catalog. When you find one you like, just replace it's name with boxpath. For example, vagrant init ubuntu/trusty64
.vagrant up
-- starts vagrant environment (also provisions only on the FIRST vagrant up)With python 3.6 create conda env called keras-cv (GUI...)
On the prompt: Activate your new environment by typing the following in Terminal.
Install packages
Guiaburros para... Caso de un único repositorio remoto. Se crea cada proyecto nuevo en una rama de ese repositorio. Si el proyecto local ya había sido inicializado como un repo git, no se guardaría la historia anterior.
git init
cursos recomendados para iniciación en programación y desarrollo
Existen cantidad de cursos gratuitos en portales como coursera, edx o udacity. Basta con hacer una búsqueda y leer algunos de los comentarios, mirar contenido o la puntuación para hacerte una idea de si está bien montado y se ajusta a lo que quieres aprender. Aunque conseguir un certificado o diploma puede tener un coste en estos portales, seguir el curso y obtener los conocimientos es totalmente gratuito ;)
Curso básico de linux. Tiene capítulos interesantes. Hay que ser crítico y echar un ojo con cariño a los capítulos más útiles ya que hay varios de poca utilidad que se pueden pasar con menos atención: el de aplicaciones gráficas, printing, o editores de texto resultan poco interesantes.