Git Product home page Git Product logo

curso-python's Introduction

Python Course

Read the Docs

This repo contains the material for the Introductory Python course created by grupy-sanca.

All the material is in pt-br.

Check the material online here.

Find us in Facebook, Telegram, Instagram, Meetup and YouTube

How to use locally

  1. Install requirements:

    $ pip install -Ur requirements.txt

    You also need enchant, pyenchant and a pt-br dictionary (e.g. hunspell-pt-br) for spell checker.

  2. Run the following command to generate the material in HTML:

    $ make html

    Another option is to produce a pdf using latex:

    $ make latexpdf
  3. To see the material locally open the page build/html/index.html in your favorite browser or the file build/latex/CursoIntrodutoriodePython.pdf in your favorite pdf viewer.

  4. To run the spell checker:

    $ sphinx-build -b spelling -nW source/ build/
  5. To run doctest:

    $ sphinx-build -b doctest -n source/ build/

How to generate instructor's guide

$ SPHINXOPTS="-t instructors" make html

How to contribute

Fork this repo, make your changes and open a Pull Request.

Don't forget to add your name to source/contribuidores.rst. Please, keep the list in alphabetical order.

LICENSE

This material is licensed under Creative Commons CC-BY-NC-SA 4.0 License

curso-python's People

Contributors

heitorpb avatar julianaklulo avatar lamenezes avatar lfrusso avatar lucasaciole avatar marcelomiky avatar marceltn avatar marlops avatar royopa avatar tiagoamartins avatar vccolombo avatar zsinx6 avatar

Watchers

 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.