Giter Site home page Giter Site logo

rootli / naucse.python.cz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from muzikovam/naucse.python.cz

0.0 1.0 0.0 55.04 MB

Website with learning materials / Stránka s učebními materiály

Home Page: https://naucse.python.cz

License: Other

Shell 0.72% Python 13.41% HTML 5.55% Jupyter Notebook 78.40% CSS 1.74% JavaScript 0.18%

naucse.python.cz's Introduction

Nauč se Python

Otevřené materiály pro výuku Pythonu – jak na organizovaných kurzech, tak pro samouky.

Dostupné na naucse.python.cz.

Instalace a spuštění

Chceš-li server spustit na svém počítači, např. proto, že se chceš zapojit nebo abys ho měl/a k dispozici i bez připojení k Intenetu, je potřeba ho nejdřív nainstalovat:

  • Vytvoř a aktivuj si virtuální prostředí v Pythonu 3.6.
  • Přepni se do adresáře s kódem projektu.
  • Nainstaluj závislosti:
    $ python -m pip install -r requirements.txt

Nainstalovanou aplikaci spustíš následovně:

  • Aktivuj si virtuální prostředí.
  • Nastav proměnnou prostředí:
    • Linux a Mac OS:
      $ export PYTHONPATH=.
    • Windows:
      > set PYTHONPATH=.
  • Spusť server:
    $ python -m naucse serve
  • Program vypíše adresu (např. http://0.0.0.0:8003/); tu navštiv v prohlížeči.

Testy

Chceš-li pustit testy, nainstaluj si závislosti:

$ python -m pip install -r test_requirements.txt

a testy pusť:

$ python -m pytest test_naucse

Licence

Kód je k dispozici pod licencí MIT, viz soubor LICENSE.MIT.

Obsah kurzů má vlastní licenci, která je uvedena v metadatech. Používáme pouze licence pro otevřený obsah. Všechen obsah musí mít uvedenou licenci.


The code is licensed under the terms of the MIT license, see LICENSE.MIT file for full text. By contributing code to this repository, you agree to have it licensed under the same license.

Content has its own license specified in the appropriate matadata. Only free content licenses are used. By contributing to an already licensed document, you agree to have it licensed under the same license. (And feel free to add yourself to the authors list in its metadata.) When contributing new document(s) a license must be specified in the metadata.

naucse.python.cz's People

Contributors

andrenvk avatar aprillion avatar asgeirrr avatar budinm1 avatar encukou avatar frenzymadness avatar ggljzr avatar glutexo avatar honzajavorek avatar hroncok avatar ivetum avatar jas02 avatar krejdom avatar lspdv avatar magdarettigova avatar mareksuchanek avatar messa avatar mikicz avatar muzikovam avatar petrblaho avatar rludva avatar rusinsky-pavel avatar sanqui avatar stlk avatar torsava avatar vahalova avatar vasekch avatar vknaisl avatar zoellenka avatar zuzejk 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.