All Projects → pyvec → Naucse.python.cz

pyvec / Naucse.python.cz

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Naucse.python.cz

Virgilio
Virgilio is developed and maintained by these awesome people. You can email us virgilio.datascience (at) gmail.com or join the Discord chat.
Stars: ✭ 13,200 (+5222.58%)
Mutual labels:  hacktoberfest, jupyter-notebook, learning
100daysofmlcode
My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.
Stars: ✭ 146 (-41.13%)
Mutual labels:  hacktoberfest, jupyter-notebook
Digital video introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
Stars: ✭ 12,184 (+4812.9%)
Mutual labels:  jupyter-notebook, learning
Tamburetei
Fazendo de tamburete as cadeiras de [email protected]
Stars: ✭ 177 (-28.63%)
Mutual labels:  hacktoberfest, jupyter-notebook
Lacmus
Lacmus is a cross-platform application that helps to find people who are lost in the forest using computer vision and neural networks.
Stars: ✭ 142 (-42.74%)
Mutual labels:  hacktoberfest, jupyter-notebook
Jupyter
Stars: ✭ 145 (-41.53%)
Mutual labels:  hacktoberfest, jupyter-notebook
Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (-31.05%)
Mutual labels:  jupyter-notebook, learning
Curso Python Udemy
Curso Maestro Python 3 en Udemy (20 horas)
Stars: ✭ 134 (-45.97%)
Mutual labels:  jupyter-notebook, learning
Hacktoberfest2020 Contributions
A beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs and Algorithms! Please leave a star ⭐ to support this project! ✨
Stars: ✭ 196 (-20.97%)
Mutual labels:  hacktoberfest, jupyter-notebook
Opensourceresources
Free opensource Learning Resources related to Web-Development A to Z 🔥❤
Stars: ✭ 210 (-15.32%)
Mutual labels:  hacktoberfest, learning
Byte Sized Code
A collection of Jupyter notebooks for learning Python from the ground up.
Stars: ✭ 142 (-42.74%)
Mutual labels:  hacktoberfest, jupyter-notebook
Hacktoberfest2020
A repo for new open source contributors to begin with open source contribution. Contribute and earn awesome swags.
Stars: ✭ 221 (-10.89%)
Mutual labels:  hacktoberfest, jupyter-notebook
Awesome Vehicle Security
🚗 A curated list of resources for learning about vehicle security and car hacking.
Stars: ✭ 1,931 (+678.63%)
Mutual labels:  hacktoberfest, learning
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (-41.53%)
Mutual labels:  hacktoberfest, jupyter-notebook
99 Ml Learning Projects
A list of 99 machine learning projects for anyone interested to learn from coding and building projects
Stars: ✭ 139 (-43.95%)
Mutual labels:  hacktoberfest, jupyter-notebook
Openedu
📚 The Open Source Education Initiative – a repository with resources for 60+ engineering subjects. Let's make education more open and accessible! 🚀✨
Stars: ✭ 156 (-37.1%)
Mutual labels:  jupyter-notebook, learning
V by example
Learn V by Example
Stars: ✭ 131 (-47.18%)
Mutual labels:  hacktoberfest, learning
Dea Notebooks
Repository for Digital Earth Australia Jupyter Notebooks: tools and workflows for geospatial analysis with Open Data Cube and xarray
Stars: ✭ 133 (-46.37%)
Mutual labels:  hacktoberfest, jupyter-notebook
Nlp profiler
A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Stars: ✭ 181 (-27.02%)
Mutual labels:  hacktoberfest, jupyter-notebook
Awesome Learning
Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
Stars: ✭ 216 (-12.9%)
Mutual labels:  hacktoberfest, learning

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 do vývoje, je potřeba ho nejdřív nainstalovat:

  • (nepovinné) 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:

    • Linux/Mac:

      $ python3 -m pip install pipenv
      $ pipenv install
      
    • Windows:

      > py -3 -m pip install pipenv
      > pipenv install
      

Nainstalovanou aplikaci spustíš následovně:

  • (nepovinné) Aktivuj si virtuální prostředí, máš-li ho vytvořené.
  • Spusť vývojový server:
    $ pipenv run serve
    
  • Program vypíše adresu (např. http://127.0.0.1:8003/); tu navštiv v prohlížeči.

Pokud chceš místo vývojového spuštění vygenerovat statické HTML soubory (např. pro nahrání na statický hosting):

  • Spusť freeze. Parametr --serve provede spuštění webserveru, pomocí kterého si lze vygenerované soubory prohlédnout:
    $ PYTHONPATH=. pipenv run freeze --serve
    
  • HTML stránky jsou v adresáři naucse/_build. Program vypíše adresu (např. http://0.0.0.0:8000/); tu navštiv v prohlížeči.

Externí kurzy

Na naucse.python.cz jsou k dispozici i externí kurzy, které spravují více či méně důvěryhodní lidé. Proces vykreslování obsahu těchto kurzů jim dává velkou volnost: můžou převzít plnou kontrolu nad počítačem, na kterém naucse běží. Kvůli bezpečnosti je proto naucse ve výchozím nastavení neukazuje.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].