All Projects → gluk47 → swfk

gluk47 / swfk

Licence: other
“Snake wrangling for kids”: the Russian translation. Русский перевод книги «Snake Wrangling for Kids»

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to swfk

Python Awesome
Learn Python, Easy to learn, Awesome
Stars: ✭ 219 (+812.5%)
Mutual labels:  learning-python
vim-plugin-ruscmd
Vim plugin: support command mode in Russian keyboard layout
Stars: ✭ 60 (+150%)
Mutual labels:  russian-specific
Udacity-programming-for-Data-Science-With-Python-Nanodegree
This reprositry contain all the codes of Udacity programming for data science course
Stars: ✭ 22 (-8.33%)
Mutual labels:  learning-python
mystem-scala
Morphological analyzer `mystem` (Russian language) wrapper for JVM languages
Stars: ✭ 21 (-12.5%)
Mutual labels:  russian-specific
pedal
A collection of tools to analyze student's Python source code
Stars: ✭ 22 (-8.33%)
Mutual labels:  learning-python
break-the-ice-with-python
The repository is about 100+ python programming exercise problem discussed, explained, and solved in different ways
Stars: ✭ 2,165 (+8920.83%)
Mutual labels:  learning-python
Python
Python Books && Courses
Stars: ✭ 2,549 (+10520.83%)
Mutual labels:  learning-python
FA
Репозиторий практик факультета ИТиАБД направления Прикладной Информатики в Финансовом Университете при Правительстве РФ
Stars: ✭ 26 (+8.33%)
Mutual labels:  russian-specific
russiannames
Russian names parsers, gender identification and processing tools
Stars: ✭ 102 (+325%)
Mutual labels:  russian-specific
python3-curso-em-video
Python 3 - Curso em Vídeo
Stars: ✭ 150 (+525%)
Mutual labels:  learning-python
ru punkt
Russian language support for NLTK's PunktSentenceTokenizer
Stars: ✭ 49 (+104.17%)
Mutual labels:  russian-specific
Strata
Раскладка клавиатуры для тех, кто любит Markdown и пишет по-русски
Stars: ✭ 70 (+191.67%)
Mutual labels:  russian-specific
Beginners-Python-Examples
Basic Python CLI programs
Stars: ✭ 225 (+837.5%)
Mutual labels:  learning-python
Awesome Python Books
📚 Directory of Python books
Stars: ✭ 3,154 (+13041.67%)
Mutual labels:  learning-python
data-science-notebooks
Jupyter notebooks for learning Python and Data Science, companion to Data Science Solutions book.
Stars: ✭ 34 (+41.67%)
Mutual labels:  learning-python
V2coder
分享程序员的成长之路,路线图,推荐书单等.
Stars: ✭ 213 (+787.5%)
Mutual labels:  learning-python
RussianNounsJS
Склонение существительных по падежам. Обычно требуются только форма в именительном падеже, одушевлённость и род.
Stars: ✭ 29 (+20.83%)
Mutual labels:  russian-specific
understanding-the-python-ecosystem
This project focuses on understanding the language ecosystem
Stars: ✭ 68 (+183.33%)
Mutual labels:  learning-python
start-machine-learning
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2022 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 3,066 (+12675%)
Mutual labels:  learning-python
goSpider
some small project and some articles
Stars: ✭ 56 (+133.33%)
Mutual labels:  learning-python
Это русский перевод книги "Snake Wrangling for Kids", позднее переработанной и выпущенной как "Python for kids".
Это клон репозитория https://code.google.com/p/swfk/, там книгу писал автор, Jason R Briggs.

В этом репозитории есть оригинальная книга без изменений в папке en, она как-то собирается при помощи latex и dvipdf.
В папке ru есть перевод (незаконченный, начатый с линуксовой версии для Питона 3), он собирается командой
  ./build.sh
которая вызывает xelatex и собирает все три версии книги. Можно собрать только нужную/нужные версии, так:
  ./build.sh macos

Ну и свежие собранные версии есть там же, book-linux.pdf, book-windows.pdf и book-macos.pdf (собраны из тех же исходников, которые лежат в свежем коммите).

Книга распространяется на условиях лицензии Creative Commons Attribution-Noncommercial-Share Alike 3.0 New Zealand License, что значит, что её можно читать, изменять и невозбранно распространять, но только под той же лицензией, бесплатно и обязательно указывая понятным образом авторство разных частей (как минимум, «оригинальной» и изменённой последним автором).
Подробнее тут почитайте: http://creativecommons.org/licenses/by-nc-sa/3.0/nz/deed.ru


This is an unofficial clone of LaTeX source of "Snake Wrangling for Kids"
The original repository was copied from here: https://code.google.com/p/swfk/, where it was maintained by the original book author, Jason R Briggs.

This repository contains both the original English book
and its Russian translation (with priority in translating to the Linux edition).

This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 New Zealand License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/nz or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.

To build, you'll need xelatex (unlike the original book which builds with latex and dvipdf).
The easiest way to build the translated book is to go to the folder 'ru' and run:
  ./build.sh
or, for just some versions:
  ./build.sh macos linux
  ./build.sh windows
  ./build.sh help
If you input an incorrect target (e.g. 'help'), you'll get the list of all supported targets.

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].