Coder Social home page Coder Social logo

naucse-python's Introduction

Nauč se Python

Otevřené materiály pro výuku Pythonu.

Tento repozitář obsahuje kurzy pro samouky, které najdeš (se spoustou dalších) 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 do vývoje, je potřeba ho nejdřív nainstalovat:

  • Přepni se do adresáře s kódem projektu.

  • Nainstaluj poetry. Můžeš instalovat podle oficiálního návodu, nebo:

    • Vytvoř a aktivuj si virtuální prostředí v Pythonu 3.9+.

    • Linux/MacOS:

      $ python3 -m pip install poetry
    • Windows:

      > py -3 -m pip install poetry
      
  • Vytvoř si prostředí a nainstaluj závislosti:

    $ poetry install
    

Nainstalovanou aplikaci spustíš následovně:

  • Spusť vývojový server:
    $ poetry run python -m naucse serve
  • Program vypíše adresu (např. http://127.0.0.1:8003/); tu navštiv v prohlížeči.

Licence

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.


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's People

Contributors

encukou avatar hroncok avatar krejdom avatar frenzymadness avatar mikicz avatar sanqui avatar adelpopelkova avatar tomasroj avatar glutexo avatar zuzejk avatar vahalova avatar mareksuchanek avatar asgeirrr avatar messa avatar zitkat avatar torsava avatar befeleme avatar ivcajelinkova avatar vasekch avatar honzajavorek avatar fivaldi avatar rusinsky-pavel avatar aprillion avatar lspdv avatar zoellenka avatar stlk avatar jas02 avatar vojtechruz avatar mordae avatar zelenymartin avatar

Stargazers

Rudolf Klusal 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.