GithubHelp home page GithubHelp logo

andesdevroot / entrenamiento.python_basico Goto Github PK

View Code? Open in Web Editor NEW

This project forked from macagua/entrenamiento.python_basico

0.0 1.0 0.0 26.7 MB

Repositorio de manuales y recursos del entrenamiento "programación en Python - Nivel básico" realizado por Covantec R.L.

Home Page: http://entrenamiento-python-basico.readthedocs.org/

License: Other

Makefile 14.82% Shell 13.49% Python 71.69%

entrenamiento.python_basico's Introduction

Manual del curso "Programación en Python - Nivel básico"

Repositorio de manuales y recursos del curso "Programación en Python - Nivel básico" realizado por Covantec R.L.

La estructura general de contenidos esta confirmada por los principales archivos:

00-capacitacion_python_basico.odt
Describe el contenido de la capacitación.
01-introduccion-lenguaje-python.odp
Describe los contenidos del módulo 1 de la capacitación.
manual-de-curso
Describe los contenidos de los módulos 2, 3, 4, 5, 6, 7, 8, 9, 10 de la capacitación. Además de otros temas complementarios de Python.

El almacenamiento de este material está disponible en un repositorio Git en Github.com "entrenamiento.python_basico". Si usted tiene una credenciales en este servidor y desea convertirse en un colaborador ejecute el siguiente comando:

$ cd $HOME
$ git clone https://github.com/Covantec/entrenamiento.python_basico.git

Crear entorno virtual de Python para reconstruir este proyecto:

# aptitude install python-setuptools git-core
# easy_install virtualenv
$ cd $HOME ; mkdir $HOME/virtualenv ; cd $HOME/virtualenv
$ virtualenv --python=/usr/bin/python sphinx
$ source virtualenv/sphinx/bin/activate

Instale Sphinx:

(sphinx)$ ~/entrenamiento.python_basico
(sphinx)$ pip install -r requirements.txt

Ahora puede generar la documentación en PDF del módulo 2, 3, 4, 5, 6, 7, 8, 9, 10; ejecute los siguientes comandos:

(sphinx)$ cd ~/entrenamiento.python_basico/manual-de-curso/source
(sphinx)$ make latexpdf

Una ves generado el PDF se puede abrir desde el directorio build/latex/entrenamientopython_basico.pdf con cualquiera de sus programas de visor de PDF favorito (Evince, Acrobat Reader, ...).

entrenamiento-python-basico ReadTheDocs build status

¿Tiene alguna idea?, ¿Encontró un error? Por favor, hágalo saber registrando un ticket de soporte.

entrenamiento.python_basico's People

Contributors

macagua avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.