├── .gitattributes ├── .gitignore ├── Python for designers.lektorproject ├── README.md ├── assets └── static │ ├── css │ ├── chapter.css │ ├── fonts.css │ ├── footer.css │ ├── header.css │ ├── index.css │ ├── mixins.css │ ├── page.css │ ├── prism.css │ ├── reset.css │ ├── scroll.css │ ├── style.css │ ├── toc-bar.css │ ├── tutorials.css │ └── variables.css │ ├── favicon.ico │ ├── imgs │ ├── 404.svg │ ├── CC-BY-SA.svg │ └── ribbon.svg │ └── js │ ├── anchor.js │ ├── en-us.js │ ├── jquery-1.7.1.min.js │ ├── jquery.hypher.js │ ├── lazysizes.min.js │ ├── prism.js │ ├── smartquotes.js │ └── smartquotes.js.map ├── content ├── 404.html │ └── contents.lr ├── acknowledgements │ ├── contents.lr │ ├── thanksgiving.png │ └── thanksgiving.svg ├── chapters │ ├── a-few-words-about │ │ ├── contents.lr │ │ ├── head+books.png │ │ ├── head+books.svg │ │ ├── hopscotch.svg │ │ └── students.svg │ ├── basic-data-types │ │ ├── 01.csv │ │ ├── 01.py │ │ ├── 02.py │ │ ├── 03.py │ │ ├── 04.py │ │ ├── abstract-5.png │ │ ├── abstract-5.svg │ │ ├── binary.svg │ │ ├── boolean.svg │ │ ├── contents.lr │ │ ├── datum.svg │ │ ├── datum_label.svg │ │ ├── hexadecimal.svg │ │ ├── int20.svg │ │ ├── int2030.svg │ │ ├── int_float.svg │ │ ├── none.svg │ │ ├── octal.svg │ │ ├── standard_base.svg │ │ ├── table.svg │ │ └── vases.svg │ ├── bibliography │ │ ├── bibliography.png │ │ ├── bibliography.svg │ │ └── contents.lr │ ├── contents.lr │ ├── cookbook │ │ ├── HEX2RGB.py │ │ ├── RGB2HEX.py │ │ ├── abstract-cookbook.png │ │ ├── abstract-cookbook.svg │ │ ├── background.png │ │ ├── background.py │ │ ├── bartlett.png │ │ ├── bartlett.py │ │ ├── calcAngle.py │ │ ├── calcDistance.py │ │ ├── cleanFolder.py │ │ ├── closestPoint.png │ │ ├── closestPoint.py │ │ ├── collectFilesPaths.py │ │ ├── collectSubFolders.py │ │ ├── contents.lr │ │ ├── cosine.png │ │ ├── cosine.py │ │ ├── deleteFilesFromFolder.py │ │ ├── drawGlyph.py │ │ ├── drawGrid.py │ │ ├── dummyFolder │ │ │ ├── fileOne.txt │ │ │ └── fileTwo.csv │ │ ├── flatKerning.py │ │ ├── getFactor.py │ │ ├── grid.png │ │ ├── lerp.py │ │ ├── lerpRGB.py │ │ ├── lissajous.png │ │ ├── lissajous.py │ │ ├── loadTable.py │ │ ├── loadTableWithKeys.py │ │ ├── oval.png │ │ ├── oval.py │ │ ├── quadratic.png │ │ ├── quadratic.py │ │ ├── readStrings.py │ │ ├── regularPolygon.png │ │ ├── regularPolygon.py │ │ ├── remapValue.py │ │ ├── sine.png │ │ ├── sine.py │ │ ├── sqRoot.png │ │ ├── sqRoot.py │ │ ├── table.csv │ │ ├── testRecipes.py │ │ ├── unicodeName.py │ │ ├── welch.png │ │ ├── welch.py │ │ ├── words.txt │ │ ├── writeStrings.py │ │ └── writeTable.py │ ├── coordinates-and-primitives │ │ ├── 01.py │ │ ├── 02.py │ │ ├── 03.py │ │ ├── 04.py │ │ ├── 05.py │ │ ├── 06.py │ │ ├── 07.py │ │ ├── 08.py │ │ ├── 09.py │ │ ├── 10.py │ │ ├── 11.py │ │ ├── 12.py │ │ ├── 13.py │ │ ├── 14.py │ │ ├── 15.py │ │ ├── 16.py │ │ ├── 17.py │ │ ├── 18.py │ │ ├── 19.py │ │ ├── abstract-4.png │ │ ├── abstract-4.svg │ │ ├── blackWhite.py │ │ ├── canvas-64.png │ │ ├── canvas-65.png │ │ ├── canvas-66.png │ │ ├── cartesian.svg │ │ ├── circles+squares.py │ │ ├── connectCorners.py │ │ ├── contents.lr │ │ ├── crosses.py │ │ ├── drawbot_canvas_1.png │ │ ├── drawbot_canvas_1.svg │ │ ├── drawbot_canvas_1old.png │ │ ├── drawbot_canvas_2.png │ │ ├── drawbot_canvas_2.svg │ │ ├── drawbot_canvas_3.png │ │ ├── drawbot_canvas_3.svg │ │ ├── esBlackWhite.png │ │ ├── esOvalRect.png │ │ ├── esOvals.png │ │ ├── esRects.png │ │ ├── esX.png │ │ ├── esZigZig.png │ │ ├── ex4.10.png │ │ ├── ex4.11.png │ │ ├── ex4.12.png │ │ ├── ex4.13.png │ │ ├── ex4.14.png │ │ ├── ex4.8.png │ │ ├── ex4.9.png │ │ ├── externalCurtain.py │ │ ├── fourCircles.py │ │ ├── fourOvals.py │ │ ├── fourSquares.py │ │ ├── fourTriangles.py │ │ ├── fourTrianglesMoving.py │ │ ├── glasses.svg │ │ ├── graphPaper.svg │ │ ├── grid.py │ │ ├── illustrazioni-66.png │ │ ├── improve.py │ │ ├── line().svg │ │ ├── lines-01.png │ │ ├── lines2-01.png │ │ ├── lines2-01.svg │ │ ├── lines3-01.png │ │ ├── lines3-01.svg │ │ ├── lines4-01.png │ │ ├── lines4-01.svg │ │ ├── middleCurtain.py │ │ ├── oval().svg │ │ ├── oval_rect.png │ │ ├── oval_rect.svg │ │ ├── ovals.png │ │ ├── ovals.svg │ │ ├── ovalsss.png │ │ ├── ovalsss.svg │ │ ├── ovalsss2.png │ │ ├── ovalsss2.svg │ │ ├── polygon().svg │ │ ├── polygon.png │ │ ├── polygon.svg │ │ ├── polyline.py │ │ ├── rect().svg │ │ ├── rect.png │ │ ├── rect.svg │ │ ├── rect_oval.png │ │ ├── rect_oval.svg │ │ ├── rounding.svg │ │ └── thumbmeter.svg │ ├── how-to-browse-sequences │ │ ├── 01.py │ │ ├── 02.py │ │ ├── 03.py │ │ ├── 04.py │ │ ├── 05.py │ │ ├── 06.py │ │ ├── 07.py │ │ ├── 08.py │ │ ├── 09.py │ │ ├── 10.py │ │ ├── 11.py │ │ ├── 12.py │ │ ├── 13.py │ │ ├── 14.py │ │ ├── 15.py │ │ ├── 16.py │ │ ├── 16pages.svg │ │ ├── 17.py │ │ ├── 18.py │ │ ├── 19.py │ │ ├── 20.py │ │ ├── 21.py │ │ ├── 22.py │ │ ├── 23.py │ │ ├── 24.py │ │ ├── 25.py │ │ ├── 26.py │ │ ├── 27.py │ │ ├── 28.py │ │ ├── 29.py │ │ ├── 30.py │ │ ├── 31.py │ │ ├── 32.py │ │ ├── 33.py │ │ ├── 34.py │ │ ├── 35.py │ │ ├── 36.py │ │ ├── 37.py │ │ ├── 4lines.png │ │ ├── 8lines.png │ │ ├── abstract-11.png │ │ ├── abstract-11.svg │ │ ├── append.svg │ │ ├── chess.png │ │ ├── cols4.png │ │ ├── contents.lr │ │ ├── empty-list.svg │ │ ├── extend.svg │ │ ├── for.svg │ │ ├── gridnumbers.png │ │ ├── index.svg │ │ ├── insert.svg │ │ ├── lines.png │ │ ├── linesOvals.png │ │ ├── list-table.svg │ │ ├── list.svg │ │ ├── listprinted.png │ │ ├── matrix-number.svg │ │ ├── matrix.svg │ │ ├── matrixRect.png │ │ ├── pop.svg │ │ ├── remove.svg │ │ ├── reverse.svg │ │ ├── rows4.png │ │ ├── rowscols4.png │ │ ├── scaleGrey.png │ │ ├── sort.svg │ │ ├── stripes.png │ │ └── tuple.svg │ ├── how-to-keep-doing-things-until-you-need-to │ │ ├── 01.py │ │ ├── 02.py │ │ ├── 03.py │ │ ├── 04.py │ │ ├── 05.py │ │ ├── 06.py │ │ ├── 07.py │ │ ├── 08.py │ │ ├── abstract-7.png │ │ ├── abstract-7.svg │ │ ├── boustrophedonic.py │ │ ├── chessboard.png │ │ ├── contents.lr │ │ ├── continue.svg │ │ ├── dashedLinesPattern.py │ │ ├── exercise6_1.png │ │ ├── gradientStripes.png │ │ ├── gradientStripes.py │ │ ├── gradientStripes_7.5.py │ │ ├── grayscaleLines.png │ │ ├── grayscaleLines.py │ │ ├── grid_line.png │ │ ├── linePattern.png │ │ ├── one-line.png │ │ ├── pattern_oval.png │ │ ├── pattern_oval.svg │ │ ├── sequenceOfSquares.py │ │ ├── spine_7.6.py │ │ ├── squaresMatrix.py │ │ ├── stripes.png │ │ ├── stripes.py │ │ ├── theadCicle.png │ │ ├── threadCurves.png │ │ ├── threadCurves_7.3.py │ │ ├── tipometer.py │ │ ├── typometer.png │ │ ├── while-if.svg │ │ ├── while.svg │ │ ├── whiteCircle.py │ │ ├── whiteLeaf.py │ │ ├── zigzag.png │ │ └── zigzag.py │ ├── how-to-make-choices │ │ ├── 01.csv │ │ ├── 01.py │ │ ├── 02.csv │ │ ├── 02.py │ │ ├── 03.csv │ │ ├── 03.py │ │ ├── 04.csv │ │ ├── 04.py │ │ ├── 05.csv │ │ ├── 05.py │ │ ├── 06.csv │ │ ├── 06.py │ │ ├── 07.py │ │ ├── 08.py │ │ ├── 09.py │ │ ├── 10.py │ │ ├── 11.py │ │ ├── 12.py │ │ ├── 13.py │ │ ├── 14.py │ │ ├── 15.py │ │ ├── 16.py │ │ ├── 17.py │ │ ├── 18.py │ │ ├── 19.py │ │ ├── 20.py │ │ ├── 21.py │ │ ├── 22.py │ │ ├── 23.py │ │ ├── 24.py │ │ ├── 25.py │ │ ├── 26.py │ │ ├── 27.py │ │ ├── 29.py │ │ ├── 4.svg │ │ ├── 4times.svg │ │ ├── 6_4_1.svg │ │ ├── 6_4_2.svg │ │ ├── abstract-6.png │ │ ├── abstract-6.svg │ │ ├── and.svg │ │ ├── chessboard_6.2.py │ │ ├── circlesOnDiagonal.py │ │ ├── condition1.svg │ │ ├── contents.lr │ │ ├── elif.svg │ │ ├── else.svg │ │ ├── ex6.2.png │ │ ├── ex6.3.png │ │ ├── exercisepy29.png │ │ ├── flipCircle.py │ │ ├── fridge.svg │ │ ├── groceries.svg │ │ ├── manuale_ill_nuove_1.1 copy 57.svg │ │ ├── manuale_ill_nuove_1.1 copy 58.svg │ │ ├── manuale_ill_nuove_1.1 copy 59.svg │ │ ├── modulo.svg │ │ ├── myVar.svg │ │ ├── myVar10.svg │ │ ├── myVar15.svg │ │ ├── myVar25.svg │ │ ├── myVar5.svg │ │ ├── not.svg │ │ ├── not_evaluated.svg │ │ ├── or.svg │ │ ├── paper.svg │ │ ├── parachute.svg │ │ ├── pushingDots.py │ │ └── typometer6.3.py │ ├── interfaces-are-a-solid-object │ │ ├── arrow.svg │ │ ├── books.svg │ │ ├── computer.svg │ │ ├── contents.lr │ │ ├── hand.svg │ │ ├── map-city.svg │ │ ├── map-isle.svg │ │ ├── strings.svg │ │ ├── tools.svg │ │ ├── tools_box.svg │ │ └── wall.svg │ ├── should-a-designer-code │ │ ├── 010110000110.svg │ │ ├── WYGIWYG.svg │ │ ├── abstract-1.png │ │ ├── abstract-1.svg │ │ ├── coffeeBooks.svg │ │ ├── contents.lr │ │ ├── exercise!.svg │ │ ├── puzzle.svg │ │ ├── typographicalMachine.svg │ │ ├── writingTools.svg │ │ └── yogi_designer.svg │ ├── strings-encoding-and-unicode │ │ ├── 01.csv │ │ ├── 01.py │ │ ├── 01_01.py │ │ ├── 02.csv │ │ ├── 02.py │ │ ├── 03.csv │ │ ├── 03.py │ │ ├── 04.py │ │ ├── 05.py │ │ ├── 06.py │ │ ├── 07.py │ │ ├── 08.py │ │ ├── 09.py │ │ ├── 10.py │ │ ├── 11.py │ │ ├── 12.py │ │ ├── 13.py │ │ ├── 14.py │ │ ├── 15.py │ │ ├── 16.py │ │ ├── 17.py │ │ ├── 18.py │ │ ├── 19.py │ │ ├── 20.py │ │ ├── 21.py │ │ ├── 22.py │ │ ├── 23.py │ │ ├── 24.py │ │ ├── 25.py │ │ ├── 7bit.svg │ │ ├── 8bit.svg │ │ ├── ISOLATIN1.svg │ │ ├── abstract-8.png │ │ ├── abstract-8.svg │ │ ├── avatar.svg │ │ ├── body.svg │ │ ├── contents.lr │ │ ├── decimal-binar.svg │ │ ├── endStep.svg │ │ ├── evaluateHat.svg │ │ ├── hello-access-negative.svg │ │ ├── hello-access.svg │ │ ├── hello.svg │ │ ├── illustrationVStypography.svg │ │ ├── medievalVGutenberg.svg │ │ ├── mould.svg │ │ ├── same-body.svg │ │ ├── space-glyph.svg │ │ ├── startEndStep.svg │ │ ├── textfile.gif │ │ ├── textfile.svg │ │ ├── us-ascii.svg │ │ ├── vectorVSpixel.svg │ │ └── writing.svg │ ├── the-elements-of-a-python-program │ │ ├── 01.py │ │ ├── 02.py │ │ ├── 03.py │ │ ├── 04.py │ │ ├── 05.py │ │ ├── 06.py │ │ ├── 07.py │ │ ├── abstract-2.png │ │ ├── abstract-2.svg │ │ ├── alias.svg │ │ ├── bare_function.svg │ │ ├── bare_invoke.svg │ │ ├── casual_vs_formal.svg │ │ ├── commented_function.svg │ │ ├── commented_invoke.svg │ │ ├── compiled.svg │ │ ├── contents.lr │ │ ├── cookies.svg │ │ ├── interpreted.svg │ │ ├── interpreted_vs_compiled.svg │ │ ├── magnification.svg │ │ ├── notes.svg │ │ ├── orchestra.svg │ │ ├── script_CLI.svg │ │ ├── themerson.svg │ │ └── whiteSpace.svg │ ├── transform-strings │ │ ├── 01.csv │ │ ├── 01.py │ │ ├── 02.csv │ │ ├── 02.py │ │ ├── 03.csv │ │ ├── 03.py │ │ ├── 04.csv │ │ ├── 04.py │ │ ├── 05.csv │ │ ├── 05.py │ │ ├── 06.csv │ │ ├── 06.py │ │ ├── 07.py │ │ ├── 08.py │ │ ├── 09.py │ │ ├── 10.py │ │ ├── 11.py │ │ ├── 12.py │ │ ├── 13.py │ │ ├── 14.py │ │ ├── 15.py │ │ ├── 16.py │ │ ├── 17.py │ │ ├── 18.py │ │ ├── 19.py │ │ ├── 20.py │ │ ├── abstract-9.png │ │ ├── abstract-9.svg │ │ ├── contents.lr │ │ └── u00c0.svg │ ├── typesetting-with-drawbot │ │ ├── 01.py │ │ ├── 02.py │ │ ├── 03.py │ │ ├── 04.py │ │ ├── 05.py │ │ ├── 06.py │ │ ├── 07.py │ │ ├── 08.py │ │ ├── 09.py │ │ ├── 10.py │ │ ├── 11.py │ │ ├── 12.py │ │ ├── 2pages.png │ │ ├── 2pages.svg │ │ ├── 2pagesleading.png │ │ ├── 2pagesleading.svg │ │ ├── abstract-10.png │ │ ├── abstract-10.svg │ │ ├── cabinet.svg │ │ ├── contents.lr │ │ ├── different_a.svg │ │ ├── encoding.svg │ │ ├── giustificazione.svg │ │ ├── hyphenation.svg │ │ ├── key_diagram.svg │ │ ├── language.png │ │ ├── language.svg │ │ ├── leading.svg │ │ ├── lower-upper-case.svg │ │ ├── someText.png │ │ ├── text-box-rect.png │ │ ├── text-fill.png │ │ ├── text-font.png │ │ ├── text-fontSize.png │ │ ├── text-rect.png │ │ ├── text.png │ │ ├── textbox.svg │ │ └── tracking.svg │ ├── using-drawbot │ │ ├── 01.py │ │ ├── GUI.svg │ │ ├── abstract-3.png │ │ ├── abstract-3.svg │ │ ├── contents.lr │ │ └── raster_vs_vectors.svg │ ├── why-this-manual │ │ ├── abstract-0.png │ │ ├── abstract-0.svg │ │ └── contents.lr │ └── workbook │ │ ├── ambivalentSequence.gif │ │ ├── ambivalentSequence.py │ │ ├── coloredCorners.pdf │ │ ├── coloredCorners.png │ │ ├── coloredCorners.py │ │ ├── coloredCorners_FrederikALT.py │ │ ├── colors.csv │ │ ├── colors.pdf │ │ ├── colors.png │ │ ├── colors.py │ │ ├── contents.lr │ │ ├── createPNGs.py │ │ ├── fontMatrix.pdf │ │ ├── fontMatrix.png │ │ ├── fontMatrix.py │ │ ├── funcMatrix.pdf │ │ ├── funcMatrix.py │ │ ├── operationMatrix.pdf │ │ ├── operationMatrix.png │ │ ├── protractor.pdf │ │ ├── protractor.png │ │ ├── protractor.py │ │ ├── randomPoints.pdf │ │ ├── randomPoints.png │ │ ├── randomPoints.py │ │ ├── showBeziers.pdf │ │ ├── showBeziers.png │ │ ├── showBeziers.py │ │ ├── unicodeTable.pdf │ │ ├── unicodeTable.png │ │ ├── unicodeTable.py │ │ ├── watch.pdf │ │ ├── watch.png │ │ ├── watch.py │ │ ├── workbook.png │ │ └── workbook.svg ├── contents.lr ├── impressum │ ├── abstract-snake.png │ ├── abstract-snake.svg │ └── contents.lr ├── index-elements │ ├── a-few-words-about.svg │ ├── basic-data-types.svg │ ├── bibliography.svg │ ├── contents.lr │ ├── cookbook.svg │ ├── coordinates-and-primitives.svg │ ├── how-to-browse-sequences.svg │ ├── how-to-keep-doing-things-until-you-need-to.svg │ ├── how-to-make-choices.svg │ ├── interfaces-are-a-solid-object.svg │ ├── should-a-designer-code.svg │ ├── strings-encoding-and-unicode.svg │ ├── the-elements-of-a-python-program.svg │ ├── transform-strings.svg │ ├── typesetting-with-drawbot.svg │ ├── using-drawbot.svg │ ├── welcome.png │ ├── why-this-manual.svg │ └── workbook.svg ├── online-courses │ ├── abstract.png │ ├── abstract.svg │ └── contents.lr ├── road-map │ ├── contents.lr │ └── roadmap.svg └── tutorials │ ├── contents.lr │ ├── hsl-color-wheel │ ├── HSLdonut.py │ ├── arc traverse.py │ ├── arcs.pdf │ ├── arcs.png │ ├── axonometry.py │ ├── axonometry_saw.py │ ├── blue.pdf │ ├── cd-rom-saw.png │ ├── cd-roms-saw.pdf │ ├── cd-roms.pdf │ ├── cd-roms.png │ ├── contents.lr │ ├── cylinder.png │ ├── detail.png │ ├── donut.py │ ├── donuts.pdf │ ├── donuts.png │ ├── green.pdf │ ├── hls_func.py │ ├── hueRange.py │ ├── hue_traverse.py │ ├── iterable_unpacking.py │ ├── linear_traverse.py │ ├── matrix sat lum.pdf │ ├── matrix-sat-lum.png │ ├── multi-ring-with-captions.py │ ├── multi-ring.py │ ├── radial.png │ ├── radial.py │ ├── red.pdf │ ├── sat+lum.py │ ├── saturation traverse.py │ ├── tuple_access.py │ └── visual-abstract-hsl.png │ ├── kerning-heat-map │ ├── Source Serif Pro Regular.ufo │ │ ├── data │ │ │ └── com.adobe.type.processedHashMap │ │ ├── features.fea │ │ ├── fontinfo.plist │ │ ├── groups.plist │ │ ├── kerning.plist │ │ ├── layercontents.plist │ │ ├── lib.plist │ │ └── metainfo.plist │ ├── contents.lr │ ├── defaultdict.py │ ├── discreteHeatMap.pdf │ ├── discreteHeatMap.png │ ├── discreteKerningHeatMap.py │ ├── drawCover.py │ ├── dummyKerning.py │ ├── enumerate.py │ ├── expanded.py │ ├── findExtremes.py │ ├── flatGroup.py │ ├── flatKerning.py │ ├── flatKerningDefault.py │ ├── fontPartsObjects.pdf │ ├── fontPartsObjects.png │ ├── fonts │ │ ├── IBMPlexSans-Bold.ufo │ │ │ ├── fontinfo.plist │ │ │ ├── glyphs │ │ │ │ ├── contents.plist │ │ │ │ └── layerinfo.plist │ │ │ ├── groups.plist │ │ │ ├── kerning.plist │ │ │ ├── layercontents.plist │ │ │ ├── lib.plist │ │ │ └── metainfo.plist │ │ ├── IBMPlexSans-ExtraLight.ufo │ │ │ ├── fontinfo.plist │ │ │ ├── glyphs │ │ │ │ ├── contents.plist │ │ │ │ └── layerinfo.plist │ │ │ ├── groups.plist │ │ │ ├── kerning.plist │ │ │ ├── layercontents.plist │ │ │ ├── lib.plist │ │ │ └── metainfo.plist │ │ ├── IBMPlexSans-Light.ufo │ │ │ ├── fontinfo.plist │ │ │ ├── glyphs │ │ │ │ ├── contents.plist │ │ │ │ └── layerinfo.plist │ │ │ ├── groups.plist │ │ │ ├── kerning.plist │ │ │ ├── layercontents.plist │ │ │ ├── lib.plist │ │ │ └── metainfo.plist │ │ ├── IBMPlexSans-Medium.ufo │ │ │ ├── fontinfo.plist │ │ │ ├── glyphs │ │ │ │ ├── contents.plist │ │ │ │ └── layerinfo.plist │ │ │ ├── groups.plist │ │ │ ├── kerning.plist │ │ │ ├── layercontents.plist │ │ │ ├── lib.plist │ │ │ └── metainfo.plist │ │ ├── IBMPlexSans-Regular.ufo │ │ │ ├── fontinfo.plist │ │ │ ├── glyphs │ │ │ │ ├── contents.plist │ │ │ │ └── layerinfo.plist │ │ │ ├── groups.plist │ │ │ ├── kerning.plist │ │ │ ├── layercontents.plist │ │ │ ├── lib.plist │ │ │ └── metainfo.plist │ │ ├── IBMPlexSans-SemiBold.ufo │ │ │ ├── fontinfo.plist │ │ │ ├── glyphs │ │ │ │ ├── contents.plist │ │ │ │ └── layerinfo.plist │ │ │ ├── groups.plist │ │ │ ├── kerning.plist │ │ │ ├── layercontents.plist │ │ │ ├── lib.plist │ │ │ └── metainfo.plist │ │ ├── IBMPlexSans-Text.ufo │ │ │ ├── fontinfo.plist │ │ │ ├── glyphs │ │ │ │ ├── contents.plist │ │ │ │ └── layerinfo.plist │ │ │ ├── groups.plist │ │ │ ├── kerning.plist │ │ │ ├── layercontents.plist │ │ │ ├── lib.plist │ │ │ └── metainfo.plist │ │ └── IBMPlexSans-Thin.ufo │ │ │ ├── fontinfo.plist │ │ │ ├── glyphs │ │ │ ├── contents.plist │ │ │ └── layerinfo.plist │ │ │ ├── groups.plist │ │ │ ├── kerning.plist │ │ │ ├── layercontents.plist │ │ │ ├── lib.plist │ │ │ └── metainfo.plist │ ├── groupAccess.py │ ├── grouped.py │ ├── interpolateHeatMap.pdf │ ├── interpolateHeatMap.png │ ├── interpolateHeatMap.py │ ├── items.py │ ├── iterateOverKerning.py │ ├── kerningHeatMap.pdf │ ├── kerningHeatMap.png │ ├── kerningHeatMap.py │ ├── keyError.py │ ├── keyErrorTraceback.txt │ ├── lettersMatrix.pdf │ ├── lettersMatrix.png │ ├── lettersMatrix.py │ ├── lettersMatrixFunc.pdf │ ├── lettersMatrixFunc.png │ ├── lettersMatrixFunc.py │ ├── lettersMatrixTernary.py │ ├── multipleOutputs.py │ ├── multiplicationMatrix.pdf │ ├── multiplicationMatrix.png │ ├── multiplicationMatrix.py │ ├── open.py │ ├── ternary.py │ ├── visual-abstract-kerning.png │ └── visual-abstract.pdf │ ├── tutorials.png │ ├── variable-waterfall-poster-1 │ ├── 3posters.png │ ├── calcWordsWidth.py │ ├── calcWordsWidth_noRound.py │ ├── contents.lr │ ├── cover.py │ ├── coverPoster.pdf │ ├── coverPosters.pdf │ ├── dictionaries │ │ ├── catalan.txt │ │ ├── czech.txt │ │ ├── danish.txt │ │ ├── dutch.txt │ │ ├── english.txt │ │ ├── finnish.txt │ │ ├── french.txt │ │ ├── german.txt │ │ ├── hungarian.txt │ │ ├── icelandic.txt │ │ ├── italian.txt │ │ ├── latin.txt │ │ ├── norwegian.txt │ │ ├── polish.txt │ │ ├── sample.txt │ │ ├── slovak.txt │ │ ├── spanish.txt │ │ └── vietnamese.txt │ ├── displayPosters.py │ ├── drawPoster.py │ ├── drawPoster_noCache.py │ ├── findNearestGroupOfWords.py │ ├── json_cache.py │ ├── json_cache_conversion.py │ ├── loadWords_v1.py │ ├── loadWords_v2.py │ ├── loadWords_v3.py │ ├── loadWords_v4.py │ ├── open-graph.png │ ├── pointSize_vs_wordWidth.py │ ├── poster.pdf │ ├── posters.pdf │ ├── skia.pdf │ ├── skia.png │ ├── skia.py │ ├── speed.py │ ├── tools.py │ ├── txtFile.py │ ├── visual-abstract.png │ └── waterFallPoster.py │ └── variable-waterfall-poster-2 │ ├── back-cover.png │ ├── backCover.pdf │ ├── contents.lr │ ├── cover.py │ ├── coverPosters.pdf │ ├── equidistantSteps.png │ ├── equidistantSteps.py │ ├── equidistantSteps_extraVal.png │ ├── findInterval.py │ ├── fromLeftToRight.png │ ├── getFactor.py │ ├── ig_posts.py │ ├── intervalsCalculation.py │ ├── leftToRight.pdf │ ├── lerp.py │ ├── listFontVariations.py │ ├── locations.py │ ├── locationsDiagram.png │ ├── noordzijCubeAxon.pdf │ ├── noordzij_collage.py │ ├── noordzij_cube.png │ ├── poster.pdf │ ├── postersWithValues.pdf │ ├── postersWithValues.png │ ├── sample.txt │ ├── skia.png │ ├── varWaterfallPoster.py │ ├── varWaterfallPoster_withValues.py │ ├── visual-abstract.png │ └── widthIntervals.py ├── flowblocks ├── code-example.ini ├── exercise.ini ├── image.ini ├── linkToAttachment.ini ├── recipe.ini ├── section-title.ini ├── table.ini └── text-block.ini ├── gulpfile.js ├── lib └── sass │ ├── chapter.scss │ ├── fonts.scss │ ├── footer.scss │ ├── header.scss │ ├── index.scss │ ├── mixins.scss │ ├── page.scss │ ├── prism.scss │ ├── reset.scss │ ├── scroll.scss │ ├── style.scss │ ├── toc-bar.scss │ ├── tutorials.scss │ └── variables.scss ├── models ├── chapter.ini ├── chapters.ini ├── index.ini ├── page.ini ├── tutorial.ini └── tutorials.ini ├── package.json ├── packages └── import-csv │ ├── .gitignore │ ├── README.md │ ├── lektor_import_csv.py │ └── setup.py └── templates ├── 404.html ├── analytics.html ├── base.html ├── blocks ├── code-example.html ├── exercise.html ├── image.html ├── recipe.html ├── section-title.html ├── table.html └── text-block.html ├── chapter.html ├── footer.html ├── header.html ├── index.html ├── macros.html ├── none.html ├── openGraph.html ├── page.html ├── tutorial.html └── tutorials.html /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/.gitignore -------------------------------------------------------------------------------- /Python for designers.lektorproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/Python for designers.lektorproject -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/README.md -------------------------------------------------------------------------------- /assets/static/css/chapter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/css/chapter.css -------------------------------------------------------------------------------- /assets/static/css/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/css/fonts.css -------------------------------------------------------------------------------- /assets/static/css/footer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/css/footer.css -------------------------------------------------------------------------------- /assets/static/css/header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/css/header.css -------------------------------------------------------------------------------- /assets/static/css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/css/index.css -------------------------------------------------------------------------------- /assets/static/css/mixins.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/static/css/page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/css/page.css -------------------------------------------------------------------------------- /assets/static/css/prism.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/css/prism.css -------------------------------------------------------------------------------- /assets/static/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/css/reset.css -------------------------------------------------------------------------------- /assets/static/css/scroll.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/css/scroll.css -------------------------------------------------------------------------------- /assets/static/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/css/style.css -------------------------------------------------------------------------------- /assets/static/css/toc-bar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/css/toc-bar.css -------------------------------------------------------------------------------- /assets/static/css/tutorials.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/css/tutorials.css -------------------------------------------------------------------------------- /assets/static/css/variables.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/favicon.ico -------------------------------------------------------------------------------- /assets/static/imgs/404.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/imgs/404.svg -------------------------------------------------------------------------------- /assets/static/imgs/CC-BY-SA.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/imgs/CC-BY-SA.svg -------------------------------------------------------------------------------- /assets/static/imgs/ribbon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/imgs/ribbon.svg -------------------------------------------------------------------------------- /assets/static/js/anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/js/anchor.js -------------------------------------------------------------------------------- /assets/static/js/en-us.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/js/en-us.js -------------------------------------------------------------------------------- /assets/static/js/jquery-1.7.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/js/jquery-1.7.1.min.js -------------------------------------------------------------------------------- /assets/static/js/jquery.hypher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/js/jquery.hypher.js -------------------------------------------------------------------------------- /assets/static/js/lazysizes.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/js/lazysizes.min.js -------------------------------------------------------------------------------- /assets/static/js/prism.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/js/prism.js -------------------------------------------------------------------------------- /assets/static/js/smartquotes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/js/smartquotes.js -------------------------------------------------------------------------------- /assets/static/js/smartquotes.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/assets/static/js/smartquotes.js.map -------------------------------------------------------------------------------- /content/404.html/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/404.html/contents.lr -------------------------------------------------------------------------------- /content/acknowledgements/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/acknowledgements/contents.lr -------------------------------------------------------------------------------- /content/acknowledgements/thanksgiving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/acknowledgements/thanksgiving.png -------------------------------------------------------------------------------- /content/acknowledgements/thanksgiving.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/acknowledgements/thanksgiving.svg -------------------------------------------------------------------------------- /content/chapters/a-few-words-about/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/a-few-words-about/contents.lr -------------------------------------------------------------------------------- /content/chapters/a-few-words-about/head+books.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/a-few-words-about/head+books.png -------------------------------------------------------------------------------- /content/chapters/a-few-words-about/head+books.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/a-few-words-about/head+books.svg -------------------------------------------------------------------------------- /content/chapters/a-few-words-about/hopscotch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/a-few-words-about/hopscotch.svg -------------------------------------------------------------------------------- /content/chapters/a-few-words-about/students.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/a-few-words-about/students.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/01.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/01.csv -------------------------------------------------------------------------------- /content/chapters/basic-data-types/01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/01.py -------------------------------------------------------------------------------- /content/chapters/basic-data-types/02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/02.py -------------------------------------------------------------------------------- /content/chapters/basic-data-types/03.py: -------------------------------------------------------------------------------- 1 | int('00A0', 16) -------------------------------------------------------------------------------- /content/chapters/basic-data-types/04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/04.py -------------------------------------------------------------------------------- /content/chapters/basic-data-types/abstract-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/abstract-5.png -------------------------------------------------------------------------------- /content/chapters/basic-data-types/abstract-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/abstract-5.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/binary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/binary.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/boolean.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/boolean.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/contents.lr -------------------------------------------------------------------------------- /content/chapters/basic-data-types/datum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/datum.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/datum_label.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/datum_label.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/hexadecimal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/hexadecimal.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/int20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/int20.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/int2030.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/int2030.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/int_float.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/int_float.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/none.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/none.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/octal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/octal.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/standard_base.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/standard_base.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/table.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/table.svg -------------------------------------------------------------------------------- /content/chapters/basic-data-types/vases.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/basic-data-types/vases.svg -------------------------------------------------------------------------------- /content/chapters/bibliography/bibliography.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/bibliography/bibliography.png -------------------------------------------------------------------------------- /content/chapters/bibliography/bibliography.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/bibliography/bibliography.svg -------------------------------------------------------------------------------- /content/chapters/bibliography/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/bibliography/contents.lr -------------------------------------------------------------------------------- /content/chapters/contents.lr: -------------------------------------------------------------------------------- 1 | _model: chapters 2 | --- 3 | _template: none.html -------------------------------------------------------------------------------- /content/chapters/cookbook/HEX2RGB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/HEX2RGB.py -------------------------------------------------------------------------------- /content/chapters/cookbook/RGB2HEX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/RGB2HEX.py -------------------------------------------------------------------------------- /content/chapters/cookbook/abstract-cookbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/abstract-cookbook.png -------------------------------------------------------------------------------- /content/chapters/cookbook/abstract-cookbook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/abstract-cookbook.svg -------------------------------------------------------------------------------- /content/chapters/cookbook/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/background.png -------------------------------------------------------------------------------- /content/chapters/cookbook/background.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/background.py -------------------------------------------------------------------------------- /content/chapters/cookbook/bartlett.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/bartlett.png -------------------------------------------------------------------------------- /content/chapters/cookbook/bartlett.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/bartlett.py -------------------------------------------------------------------------------- /content/chapters/cookbook/calcAngle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/calcAngle.py -------------------------------------------------------------------------------- /content/chapters/cookbook/calcDistance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/calcDistance.py -------------------------------------------------------------------------------- /content/chapters/cookbook/cleanFolder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/cleanFolder.py -------------------------------------------------------------------------------- /content/chapters/cookbook/closestPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/closestPoint.png -------------------------------------------------------------------------------- /content/chapters/cookbook/closestPoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/closestPoint.py -------------------------------------------------------------------------------- /content/chapters/cookbook/collectFilesPaths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/collectFilesPaths.py -------------------------------------------------------------------------------- /content/chapters/cookbook/collectSubFolders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/collectSubFolders.py -------------------------------------------------------------------------------- /content/chapters/cookbook/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/contents.lr -------------------------------------------------------------------------------- /content/chapters/cookbook/cosine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/cosine.png -------------------------------------------------------------------------------- /content/chapters/cookbook/cosine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/cosine.py -------------------------------------------------------------------------------- /content/chapters/cookbook/deleteFilesFromFolder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/deleteFilesFromFolder.py -------------------------------------------------------------------------------- /content/chapters/cookbook/drawGlyph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/drawGlyph.py -------------------------------------------------------------------------------- /content/chapters/cookbook/drawGrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/drawGrid.py -------------------------------------------------------------------------------- /content/chapters/cookbook/dummyFolder/fileOne.txt: -------------------------------------------------------------------------------- 1 | hello -------------------------------------------------------------------------------- /content/chapters/cookbook/dummyFolder/fileTwo.csv: -------------------------------------------------------------------------------- 1 | hello -------------------------------------------------------------------------------- /content/chapters/cookbook/flatKerning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/flatKerning.py -------------------------------------------------------------------------------- /content/chapters/cookbook/getFactor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/getFactor.py -------------------------------------------------------------------------------- /content/chapters/cookbook/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/grid.png -------------------------------------------------------------------------------- /content/chapters/cookbook/lerp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/lerp.py -------------------------------------------------------------------------------- /content/chapters/cookbook/lerpRGB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/lerpRGB.py -------------------------------------------------------------------------------- /content/chapters/cookbook/lissajous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/lissajous.png -------------------------------------------------------------------------------- /content/chapters/cookbook/lissajous.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/lissajous.py -------------------------------------------------------------------------------- /content/chapters/cookbook/loadTable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/loadTable.py -------------------------------------------------------------------------------- /content/chapters/cookbook/loadTableWithKeys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/loadTableWithKeys.py -------------------------------------------------------------------------------- /content/chapters/cookbook/oval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/oval.png -------------------------------------------------------------------------------- /content/chapters/cookbook/oval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/oval.py -------------------------------------------------------------------------------- /content/chapters/cookbook/quadratic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/quadratic.png -------------------------------------------------------------------------------- /content/chapters/cookbook/quadratic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/quadratic.py -------------------------------------------------------------------------------- /content/chapters/cookbook/readStrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/readStrings.py -------------------------------------------------------------------------------- /content/chapters/cookbook/regularPolygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/regularPolygon.png -------------------------------------------------------------------------------- /content/chapters/cookbook/regularPolygon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/regularPolygon.py -------------------------------------------------------------------------------- /content/chapters/cookbook/remapValue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/remapValue.py -------------------------------------------------------------------------------- /content/chapters/cookbook/sine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/sine.png -------------------------------------------------------------------------------- /content/chapters/cookbook/sine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/sine.py -------------------------------------------------------------------------------- /content/chapters/cookbook/sqRoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/sqRoot.png -------------------------------------------------------------------------------- /content/chapters/cookbook/sqRoot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/sqRoot.py -------------------------------------------------------------------------------- /content/chapters/cookbook/table.csv: -------------------------------------------------------------------------------- 1 | city country 2 | Shanghai China 3 | New York United States 4 | Roma Italy 5 | -------------------------------------------------------------------------------- /content/chapters/cookbook/testRecipes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/testRecipes.py -------------------------------------------------------------------------------- /content/chapters/cookbook/unicodeName.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/unicodeName.py -------------------------------------------------------------------------------- /content/chapters/cookbook/welch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/welch.png -------------------------------------------------------------------------------- /content/chapters/cookbook/welch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/welch.py -------------------------------------------------------------------------------- /content/chapters/cookbook/words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/words.txt -------------------------------------------------------------------------------- /content/chapters/cookbook/writeStrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/writeStrings.py -------------------------------------------------------------------------------- /content/chapters/cookbook/writeTable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/cookbook/writeTable.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/01.py: -------------------------------------------------------------------------------- 1 | newPage(100, 100) -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/02.py: -------------------------------------------------------------------------------- 1 | newPage(100, 200) -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/03.py: -------------------------------------------------------------------------------- 1 | newPage(300, 20) -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/04.py: -------------------------------------------------------------------------------- 1 | rect(x, y, width, height) -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/05.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/06.py: -------------------------------------------------------------------------------- 1 | oval(x, y, width, height) -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/07.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/08.py: -------------------------------------------------------------------------------- 1 | line((x1, y1), (x2, y2)) -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/09.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/09.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/10.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/11.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/12.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/13.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/14.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/15.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/16.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/17.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/17.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/18.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/19.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/19.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/abstract-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/abstract-4.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/abstract-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/abstract-4.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/blackWhite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/blackWhite.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/canvas-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/canvas-64.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/canvas-65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/canvas-65.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/canvas-66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/canvas-66.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/cartesian.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/cartesian.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/circles+squares.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/circles+squares.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/connectCorners.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/connectCorners.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/contents.lr -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/crosses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/crosses.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/drawbot_canvas_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/drawbot_canvas_1.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/drawbot_canvas_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/drawbot_canvas_1.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/drawbot_canvas_1old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/drawbot_canvas_1old.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/drawbot_canvas_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/drawbot_canvas_2.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/drawbot_canvas_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/drawbot_canvas_2.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/drawbot_canvas_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/drawbot_canvas_3.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/drawbot_canvas_3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/drawbot_canvas_3.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/esBlackWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/esBlackWhite.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/esOvalRect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/esOvalRect.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/esOvals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/esOvals.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/esRects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/esRects.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/esX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/esX.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/esZigZig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/esZigZig.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ex4.10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ex4.10.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ex4.11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ex4.11.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ex4.12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ex4.12.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ex4.13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ex4.13.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ex4.14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ex4.14.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ex4.8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ex4.8.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ex4.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ex4.9.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/externalCurtain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/externalCurtain.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/fourCircles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/fourCircles.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/fourOvals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/fourOvals.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/fourSquares.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/fourSquares.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/fourTriangles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/fourTriangles.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/fourTrianglesMoving.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/fourTrianglesMoving.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/glasses.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/glasses.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/graphPaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/graphPaper.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/grid.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/illustrazioni-66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/illustrazioni-66.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/improve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/improve.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/line().svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/line().svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/lines-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/lines-01.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/lines2-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/lines2-01.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/lines2-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/lines2-01.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/lines3-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/lines3-01.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/lines3-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/lines3-01.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/lines4-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/lines4-01.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/lines4-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/lines4-01.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/middleCurtain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/middleCurtain.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/oval().svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/oval().svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/oval_rect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/oval_rect.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/oval_rect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/oval_rect.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ovals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ovals.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ovals.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ovals.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ovalsss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ovalsss.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ovalsss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ovalsss.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ovalsss2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ovalsss2.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/ovalsss2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/ovalsss2.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/polygon().svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/polygon().svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/polygon.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/polygon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/polygon.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/polyline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/polyline.py -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/rect().svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/rect().svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/rect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/rect.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/rect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/rect.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/rect_oval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/rect_oval.png -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/rect_oval.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/rect_oval.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/rounding.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/rounding.svg -------------------------------------------------------------------------------- /content/chapters/coordinates-and-primitives/thumbmeter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/coordinates-and-primitives/thumbmeter.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/01.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/02.py: -------------------------------------------------------------------------------- 1 | coordinates = (10.4, 20.2) -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/03.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/04.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/05.py: -------------------------------------------------------------------------------- 1 | position = (x, y, dateTime) -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/06.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/07.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/08.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/09.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/09.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/10.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/11.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/12.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/13.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/14.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/15.py: -------------------------------------------------------------------------------- 1 | for eachElement in iterable: 2 | body -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/16.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/16pages.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/16pages.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/17.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/17.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/18.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/19.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/19.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/20.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/21.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/21.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/22.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/22.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/23.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/23.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/24.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/24.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/25.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/25.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/26.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/26.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/27.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/27.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/28.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/28.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/29.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/29.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/30.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/31.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/31.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/32.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/32.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/33.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/33.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/34.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/34.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/35.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/35.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/36.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/36.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/37.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/37.py -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/4lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/4lines.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/8lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/8lines.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/abstract-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/abstract-11.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/abstract-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/abstract-11.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/append.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/append.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/chess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/chess.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/cols4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/cols4.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/contents.lr -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/empty-list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/empty-list.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/extend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/extend.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/for.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/for.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/gridnumbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/gridnumbers.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/index.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/index.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/insert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/insert.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/lines.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/linesOvals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/linesOvals.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/list-table.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/list-table.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/list.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/listprinted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/listprinted.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/matrix-number.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/matrix-number.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/matrix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/matrix.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/matrixRect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/matrixRect.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/pop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/pop.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/remove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/remove.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/reverse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/reverse.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/rows4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/rows4.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/rowscols4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/rowscols4.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/scaleGrey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/scaleGrey.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/sort.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/sort.svg -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/stripes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/stripes.png -------------------------------------------------------------------------------- /content/chapters/how-to-browse-sequences/tuple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-browse-sequences/tuple.svg -------------------------------------------------------------------------------- /content/chapters/how-to-keep-doing-things-until-you-need-to/01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-keep-doing-things-until-you-need-to/01.py -------------------------------------------------------------------------------- /content/chapters/how-to-keep-doing-things-until-you-need-to/02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-keep-doing-things-until-you-need-to/02.py -------------------------------------------------------------------------------- /content/chapters/how-to-keep-doing-things-until-you-need-to/03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-keep-doing-things-until-you-need-to/03.py -------------------------------------------------------------------------------- /content/chapters/how-to-keep-doing-things-until-you-need-to/04.py: -------------------------------------------------------------------------------- 1 | while condition: 2 | body -------------------------------------------------------------------------------- /content/chapters/how-to-keep-doing-things-until-you-need-to/05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-keep-doing-things-until-you-need-to/05.py -------------------------------------------------------------------------------- /content/chapters/how-to-keep-doing-things-until-you-need-to/06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-keep-doing-things-until-you-need-to/06.py -------------------------------------------------------------------------------- /content/chapters/how-to-keep-doing-things-until-you-need-to/07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-keep-doing-things-until-you-need-to/07.py -------------------------------------------------------------------------------- /content/chapters/how-to-keep-doing-things-until-you-need-to/08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-keep-doing-things-until-you-need-to/08.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/01.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/01.csv -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/01.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/02.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/02.csv -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/02.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/03.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/03.csv -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/03.py: -------------------------------------------------------------------------------- 1 | if isDark: 2 | turnLight() -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/04.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/04.csv -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/04.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/05.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/05.csv -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/05.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/06.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/06.csv -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/06.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/07.py: -------------------------------------------------------------------------------- 1 | 6 / 4 # 1.5 -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/08.py: -------------------------------------------------------------------------------- 1 | 6//4 # 1 -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/09.py: -------------------------------------------------------------------------------- 1 | 6 % 4 # 2 -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/10.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/11.py: -------------------------------------------------------------------------------- 1 | 5+2*8 # 21 -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/12.py: -------------------------------------------------------------------------------- 1 | (5+2)*8 # 56 -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/13.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/14.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/15.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/16.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/17.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/17.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/18.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/19.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/19.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/20.py: -------------------------------------------------------------------------------- 1 | if condition: 2 | body -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/21.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/21.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/22.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/22.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/23.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/23.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/24.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/24.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/25.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/25.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/26.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/26.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/27.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/27.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/29.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/29.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/4.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/4times.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/4times.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/6_4_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/6_4_1.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/6_4_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/6_4_2.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/abstract-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/abstract-6.png -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/abstract-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/abstract-6.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/and.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/and.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/chessboard_6.2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/chessboard_6.2.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/circlesOnDiagonal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/circlesOnDiagonal.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/condition1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/condition1.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/contents.lr -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/elif.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/elif.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/else.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/else.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/ex6.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/ex6.2.png -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/ex6.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/ex6.3.png -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/exercisepy29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/exercisepy29.png -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/flipCircle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/flipCircle.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/fridge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/fridge.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/groceries.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/groceries.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/modulo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/modulo.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/myVar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/myVar.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/myVar10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/myVar10.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/myVar15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/myVar15.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/myVar25.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/myVar25.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/myVar5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/myVar5.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/not.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/not.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/not_evaluated.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/not_evaluated.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/or.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/or.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/paper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/paper.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/parachute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/parachute.svg -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/pushingDots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/pushingDots.py -------------------------------------------------------------------------------- /content/chapters/how-to-make-choices/typometer6.3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/how-to-make-choices/typometer6.3.py -------------------------------------------------------------------------------- /content/chapters/interfaces-are-a-solid-object/arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/interfaces-are-a-solid-object/arrow.svg -------------------------------------------------------------------------------- /content/chapters/interfaces-are-a-solid-object/books.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/interfaces-are-a-solid-object/books.svg -------------------------------------------------------------------------------- /content/chapters/interfaces-are-a-solid-object/computer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/interfaces-are-a-solid-object/computer.svg -------------------------------------------------------------------------------- /content/chapters/interfaces-are-a-solid-object/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/interfaces-are-a-solid-object/contents.lr -------------------------------------------------------------------------------- /content/chapters/interfaces-are-a-solid-object/hand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/interfaces-are-a-solid-object/hand.svg -------------------------------------------------------------------------------- /content/chapters/interfaces-are-a-solid-object/map-city.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/interfaces-are-a-solid-object/map-city.svg -------------------------------------------------------------------------------- /content/chapters/interfaces-are-a-solid-object/map-isle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/interfaces-are-a-solid-object/map-isle.svg -------------------------------------------------------------------------------- /content/chapters/interfaces-are-a-solid-object/strings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/interfaces-are-a-solid-object/strings.svg -------------------------------------------------------------------------------- /content/chapters/interfaces-are-a-solid-object/tools.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/interfaces-are-a-solid-object/tools.svg -------------------------------------------------------------------------------- /content/chapters/interfaces-are-a-solid-object/tools_box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/interfaces-are-a-solid-object/tools_box.svg -------------------------------------------------------------------------------- /content/chapters/interfaces-are-a-solid-object/wall.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/interfaces-are-a-solid-object/wall.svg -------------------------------------------------------------------------------- /content/chapters/should-a-designer-code/010110000110.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/should-a-designer-code/010110000110.svg -------------------------------------------------------------------------------- /content/chapters/should-a-designer-code/WYGIWYG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/should-a-designer-code/WYGIWYG.svg -------------------------------------------------------------------------------- /content/chapters/should-a-designer-code/abstract-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/should-a-designer-code/abstract-1.png -------------------------------------------------------------------------------- /content/chapters/should-a-designer-code/abstract-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/should-a-designer-code/abstract-1.svg -------------------------------------------------------------------------------- /content/chapters/should-a-designer-code/coffeeBooks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/should-a-designer-code/coffeeBooks.svg -------------------------------------------------------------------------------- /content/chapters/should-a-designer-code/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/should-a-designer-code/contents.lr -------------------------------------------------------------------------------- /content/chapters/should-a-designer-code/exercise!.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/should-a-designer-code/exercise!.svg -------------------------------------------------------------------------------- /content/chapters/should-a-designer-code/puzzle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/should-a-designer-code/puzzle.svg -------------------------------------------------------------------------------- /content/chapters/should-a-designer-code/typographicalMachine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/should-a-designer-code/typographicalMachine.svg -------------------------------------------------------------------------------- /content/chapters/should-a-designer-code/writingTools.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/should-a-designer-code/writingTools.svg -------------------------------------------------------------------------------- /content/chapters/should-a-designer-code/yogi_designer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/should-a-designer-code/yogi_designer.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/01.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/01.csv -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/01.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/01_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/01_01.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/02.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/02.csv -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/02.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/03.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/03.csv -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/03.py: -------------------------------------------------------------------------------- 1 | 'don\'t look at me!' -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/04.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/05.py: -------------------------------------------------------------------------------- 1 | ord('À') # 192 -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/06.py: -------------------------------------------------------------------------------- 1 | chr(192) # 'À' -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/07.py: -------------------------------------------------------------------------------- 1 | '\u002A' # * -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/08.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/09.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/09.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/10.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/11.py: -------------------------------------------------------------------------------- 1 | sequence[start:end:step] -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/12.py: -------------------------------------------------------------------------------- 1 | 'abcdefghijklmnopqrstuvwxyz'[4:24:2] # egikmoqsuw -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/13.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/14.py: -------------------------------------------------------------------------------- 1 | 'abcdefghijklmnopqrstuvwxyz'[:-2:2] # acegikmoqsuw -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/15.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/16.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/17.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/17.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/18.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/19.py: -------------------------------------------------------------------------------- 1 | >, =>, <, =< -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/20.py: -------------------------------------------------------------------------------- 1 | 'habit' < 'hat' -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/21.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/21.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/22.py: -------------------------------------------------------------------------------- 1 | 'Mango' > 'blueberry' -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/23.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/23.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/24.py: -------------------------------------------------------------------------------- 1 | 'Mango' > 'blueberry' # False -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/25.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/25.py -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/7bit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/7bit.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/8bit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/8bit.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/ISOLATIN1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/ISOLATIN1.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/abstract-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/abstract-8.png -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/abstract-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/abstract-8.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/avatar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/avatar.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/body.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/body.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/contents.lr -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/decimal-binar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/decimal-binar.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/endStep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/endStep.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/evaluateHat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/evaluateHat.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/hello-access.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/hello-access.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/hello.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/hello.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/mould.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/mould.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/same-body.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/same-body.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/space-glyph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/space-glyph.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/startEndStep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/startEndStep.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/textfile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/textfile.gif -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/textfile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/textfile.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/us-ascii.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/us-ascii.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/vectorVSpixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/vectorVSpixel.svg -------------------------------------------------------------------------------- /content/chapters/strings-encoding-and-unicode/writing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/strings-encoding-and-unicode/writing.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/01.py -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/02.py: -------------------------------------------------------------------------------- 1 | # should not be larger than the oval 2 | rectWidth = 86 -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/03.py: -------------------------------------------------------------------------------- 1 | rectWidth = 86 -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/04.py -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/05.py -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/06.py -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/07.py -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/abstract-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/abstract-2.png -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/abstract-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/abstract-2.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/alias.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/alias.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/bare_function.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/bare_function.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/bare_invoke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/bare_invoke.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/compiled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/compiled.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/contents.lr -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/cookies.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/cookies.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/interpreted.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/interpreted.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/magnification.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/magnification.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/notes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/notes.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/orchestra.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/orchestra.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/script_CLI.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/script_CLI.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/themerson.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/themerson.svg -------------------------------------------------------------------------------- /content/chapters/the-elements-of-a-python-program/whiteSpace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/the-elements-of-a-python-program/whiteSpace.svg -------------------------------------------------------------------------------- /content/chapters/transform-strings/01.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/01.csv -------------------------------------------------------------------------------- /content/chapters/transform-strings/01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/01.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/02.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/02.csv -------------------------------------------------------------------------------- /content/chapters/transform-strings/02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/02.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/03.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/03.csv -------------------------------------------------------------------------------- /content/chapters/transform-strings/03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/03.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/04.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/04.csv -------------------------------------------------------------------------------- /content/chapters/transform-strings/04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/04.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/05.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/05.csv -------------------------------------------------------------------------------- /content/chapters/transform-strings/05.py: -------------------------------------------------------------------------------- 1 | f'{[expression]:[width][type]}' -------------------------------------------------------------------------------- /content/chapters/transform-strings/06.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/06.csv -------------------------------------------------------------------------------- /content/chapters/transform-strings/06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/06.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/07.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/08.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/09.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/09.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/10.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/11.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/12.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/13.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/14.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/15.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/16.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/17.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/17.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/18.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/19.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/19.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/20.py -------------------------------------------------------------------------------- /content/chapters/transform-strings/abstract-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/abstract-9.png -------------------------------------------------------------------------------- /content/chapters/transform-strings/abstract-9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/abstract-9.svg -------------------------------------------------------------------------------- /content/chapters/transform-strings/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/contents.lr -------------------------------------------------------------------------------- /content/chapters/transform-strings/u00c0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/transform-strings/u00c0.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/01.py -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/02.py -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/03.py -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/04.py -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/05.py -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/06.py -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/07.py -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/08.py -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/09.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/09.py -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/10.py -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/11.py -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/12.py -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/2pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/2pages.png -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/2pages.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/2pages.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/2pagesleading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/2pagesleading.png -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/2pagesleading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/2pagesleading.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/abstract-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/abstract-10.png -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/abstract-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/abstract-10.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/cabinet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/cabinet.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/contents.lr -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/different_a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/different_a.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/encoding.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/encoding.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/giustificazione.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/giustificazione.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/hyphenation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/hyphenation.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/key_diagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/key_diagram.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/language.png -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/language.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/language.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/leading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/leading.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/lower-upper-case.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/lower-upper-case.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/someText.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/someText.png -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/text-box-rect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/text-box-rect.png -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/text-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/text-fill.png -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/text-font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/text-font.png -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/text-fontSize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/text-fontSize.png -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/text-rect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/text-rect.png -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/text.png -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/textbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/textbox.svg -------------------------------------------------------------------------------- /content/chapters/typesetting-with-drawbot/tracking.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/typesetting-with-drawbot/tracking.svg -------------------------------------------------------------------------------- /content/chapters/using-drawbot/01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/using-drawbot/01.py -------------------------------------------------------------------------------- /content/chapters/using-drawbot/GUI.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/using-drawbot/GUI.svg -------------------------------------------------------------------------------- /content/chapters/using-drawbot/abstract-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/using-drawbot/abstract-3.png -------------------------------------------------------------------------------- /content/chapters/using-drawbot/abstract-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/using-drawbot/abstract-3.svg -------------------------------------------------------------------------------- /content/chapters/using-drawbot/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/using-drawbot/contents.lr -------------------------------------------------------------------------------- /content/chapters/using-drawbot/raster_vs_vectors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/using-drawbot/raster_vs_vectors.svg -------------------------------------------------------------------------------- /content/chapters/why-this-manual/abstract-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/why-this-manual/abstract-0.png -------------------------------------------------------------------------------- /content/chapters/why-this-manual/abstract-0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/why-this-manual/abstract-0.svg -------------------------------------------------------------------------------- /content/chapters/why-this-manual/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/why-this-manual/contents.lr -------------------------------------------------------------------------------- /content/chapters/workbook/ambivalentSequence.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/ambivalentSequence.gif -------------------------------------------------------------------------------- /content/chapters/workbook/ambivalentSequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/ambivalentSequence.py -------------------------------------------------------------------------------- /content/chapters/workbook/coloredCorners.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/coloredCorners.pdf -------------------------------------------------------------------------------- /content/chapters/workbook/coloredCorners.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/coloredCorners.png -------------------------------------------------------------------------------- /content/chapters/workbook/coloredCorners.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/coloredCorners.py -------------------------------------------------------------------------------- /content/chapters/workbook/coloredCorners_FrederikALT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/coloredCorners_FrederikALT.py -------------------------------------------------------------------------------- /content/chapters/workbook/colors.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/colors.csv -------------------------------------------------------------------------------- /content/chapters/workbook/colors.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/colors.pdf -------------------------------------------------------------------------------- /content/chapters/workbook/colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/colors.png -------------------------------------------------------------------------------- /content/chapters/workbook/colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/colors.py -------------------------------------------------------------------------------- /content/chapters/workbook/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/contents.lr -------------------------------------------------------------------------------- /content/chapters/workbook/createPNGs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/createPNGs.py -------------------------------------------------------------------------------- /content/chapters/workbook/fontMatrix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/fontMatrix.pdf -------------------------------------------------------------------------------- /content/chapters/workbook/fontMatrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/fontMatrix.png -------------------------------------------------------------------------------- /content/chapters/workbook/fontMatrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/fontMatrix.py -------------------------------------------------------------------------------- /content/chapters/workbook/funcMatrix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/funcMatrix.pdf -------------------------------------------------------------------------------- /content/chapters/workbook/funcMatrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/funcMatrix.py -------------------------------------------------------------------------------- /content/chapters/workbook/operationMatrix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/operationMatrix.pdf -------------------------------------------------------------------------------- /content/chapters/workbook/operationMatrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/operationMatrix.png -------------------------------------------------------------------------------- /content/chapters/workbook/protractor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/protractor.pdf -------------------------------------------------------------------------------- /content/chapters/workbook/protractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/protractor.png -------------------------------------------------------------------------------- /content/chapters/workbook/protractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/protractor.py -------------------------------------------------------------------------------- /content/chapters/workbook/randomPoints.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/randomPoints.pdf -------------------------------------------------------------------------------- /content/chapters/workbook/randomPoints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/randomPoints.png -------------------------------------------------------------------------------- /content/chapters/workbook/randomPoints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/randomPoints.py -------------------------------------------------------------------------------- /content/chapters/workbook/showBeziers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/showBeziers.pdf -------------------------------------------------------------------------------- /content/chapters/workbook/showBeziers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/showBeziers.png -------------------------------------------------------------------------------- /content/chapters/workbook/showBeziers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/showBeziers.py -------------------------------------------------------------------------------- /content/chapters/workbook/unicodeTable.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/unicodeTable.pdf -------------------------------------------------------------------------------- /content/chapters/workbook/unicodeTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/unicodeTable.png -------------------------------------------------------------------------------- /content/chapters/workbook/unicodeTable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/unicodeTable.py -------------------------------------------------------------------------------- /content/chapters/workbook/watch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/watch.pdf -------------------------------------------------------------------------------- /content/chapters/workbook/watch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/watch.png -------------------------------------------------------------------------------- /content/chapters/workbook/watch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/watch.py -------------------------------------------------------------------------------- /content/chapters/workbook/workbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/workbook.png -------------------------------------------------------------------------------- /content/chapters/workbook/workbook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/chapters/workbook/workbook.svg -------------------------------------------------------------------------------- /content/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/contents.lr -------------------------------------------------------------------------------- /content/impressum/abstract-snake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/impressum/abstract-snake.png -------------------------------------------------------------------------------- /content/impressum/abstract-snake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/impressum/abstract-snake.svg -------------------------------------------------------------------------------- /content/impressum/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/impressum/contents.lr -------------------------------------------------------------------------------- /content/index-elements/a-few-words-about.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/a-few-words-about.svg -------------------------------------------------------------------------------- /content/index-elements/basic-data-types.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/basic-data-types.svg -------------------------------------------------------------------------------- /content/index-elements/bibliography.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/bibliography.svg -------------------------------------------------------------------------------- /content/index-elements/contents.lr: -------------------------------------------------------------------------------- 1 | _model: none 2 | --- -------------------------------------------------------------------------------- /content/index-elements/cookbook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/cookbook.svg -------------------------------------------------------------------------------- /content/index-elements/coordinates-and-primitives.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/coordinates-and-primitives.svg -------------------------------------------------------------------------------- /content/index-elements/how-to-browse-sequences.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/how-to-browse-sequences.svg -------------------------------------------------------------------------------- /content/index-elements/how-to-make-choices.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/how-to-make-choices.svg -------------------------------------------------------------------------------- /content/index-elements/interfaces-are-a-solid-object.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/interfaces-are-a-solid-object.svg -------------------------------------------------------------------------------- /content/index-elements/should-a-designer-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/should-a-designer-code.svg -------------------------------------------------------------------------------- /content/index-elements/strings-encoding-and-unicode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/strings-encoding-and-unicode.svg -------------------------------------------------------------------------------- /content/index-elements/the-elements-of-a-python-program.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/the-elements-of-a-python-program.svg -------------------------------------------------------------------------------- /content/index-elements/transform-strings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/transform-strings.svg -------------------------------------------------------------------------------- /content/index-elements/typesetting-with-drawbot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/typesetting-with-drawbot.svg -------------------------------------------------------------------------------- /content/index-elements/using-drawbot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/using-drawbot.svg -------------------------------------------------------------------------------- /content/index-elements/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/welcome.png -------------------------------------------------------------------------------- /content/index-elements/why-this-manual.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/why-this-manual.svg -------------------------------------------------------------------------------- /content/index-elements/workbook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/index-elements/workbook.svg -------------------------------------------------------------------------------- /content/online-courses/abstract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/online-courses/abstract.png -------------------------------------------------------------------------------- /content/online-courses/abstract.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/online-courses/abstract.svg -------------------------------------------------------------------------------- /content/online-courses/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/online-courses/contents.lr -------------------------------------------------------------------------------- /content/road-map/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/road-map/contents.lr -------------------------------------------------------------------------------- /content/road-map/roadmap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/road-map/roadmap.svg -------------------------------------------------------------------------------- /content/tutorials/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/contents.lr -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/HSLdonut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/HSLdonut.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/arc traverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/arc traverse.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/arcs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/arcs.pdf -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/arcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/arcs.png -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/axonometry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/axonometry.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/axonometry_saw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/axonometry_saw.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/blue.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/blue.pdf -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/cd-rom-saw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/cd-rom-saw.png -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/cd-roms-saw.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/cd-roms-saw.pdf -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/cd-roms.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/cd-roms.pdf -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/cd-roms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/cd-roms.png -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/contents.lr -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/cylinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/cylinder.png -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/detail.png -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/donut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/donut.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/donuts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/donuts.pdf -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/donuts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/donuts.png -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/green.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/green.pdf -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/hls_func.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/hls_func.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/hueRange.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/hueRange.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/hue_traverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/hue_traverse.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/iterable_unpacking.py: -------------------------------------------------------------------------------- 1 | fill(*clr) -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/linear_traverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/linear_traverse.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/matrix sat lum.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/matrix sat lum.pdf -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/matrix-sat-lum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/matrix-sat-lum.png -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/multi-ring-with-captions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/multi-ring-with-captions.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/multi-ring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/multi-ring.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/radial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/radial.png -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/radial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/radial.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/red.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/red.pdf -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/sat+lum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/sat+lum.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/saturation traverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/saturation traverse.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/tuple_access.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/tuple_access.py -------------------------------------------------------------------------------- /content/tutorials/hsl-color-wheel/visual-abstract-hsl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/hsl-color-wheel/visual-abstract-hsl.png -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/contents.lr -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/defaultdict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/defaultdict.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/discreteHeatMap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/discreteHeatMap.pdf -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/discreteHeatMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/discreteHeatMap.png -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/discreteKerningHeatMap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/discreteKerningHeatMap.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/drawCover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/drawCover.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/dummyKerning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/dummyKerning.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/enumerate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/enumerate.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/expanded.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/expanded.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/findExtremes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/findExtremes.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/flatGroup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/flatGroup.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/flatKerning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/flatKerning.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/flatKerningDefault.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/flatKerningDefault.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/fontPartsObjects.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/fontPartsObjects.pdf -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/fontPartsObjects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/fontPartsObjects.png -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/groupAccess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/groupAccess.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/grouped.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/grouped.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/interpolateHeatMap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/interpolateHeatMap.pdf -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/interpolateHeatMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/interpolateHeatMap.png -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/interpolateHeatMap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/interpolateHeatMap.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/items.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/items.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/iterateOverKerning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/iterateOverKerning.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/kerningHeatMap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/kerningHeatMap.pdf -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/kerningHeatMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/kerningHeatMap.png -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/kerningHeatMap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/kerningHeatMap.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/keyError.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/keyError.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/keyErrorTraceback.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/keyErrorTraceback.txt -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/lettersMatrix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/lettersMatrix.pdf -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/lettersMatrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/lettersMatrix.png -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/lettersMatrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/lettersMatrix.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/lettersMatrixFunc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/lettersMatrixFunc.pdf -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/lettersMatrixFunc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/lettersMatrixFunc.png -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/lettersMatrixFunc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/lettersMatrixFunc.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/lettersMatrixTernary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/lettersMatrixTernary.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/multipleOutputs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/multipleOutputs.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/multiplicationMatrix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/multiplicationMatrix.pdf -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/multiplicationMatrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/multiplicationMatrix.png -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/multiplicationMatrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/multiplicationMatrix.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/open.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/open.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/ternary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/ternary.py -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/visual-abstract-kerning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/visual-abstract-kerning.png -------------------------------------------------------------------------------- /content/tutorials/kerning-heat-map/visual-abstract.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/kerning-heat-map/visual-abstract.pdf -------------------------------------------------------------------------------- /content/tutorials/tutorials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/tutorials.png -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/3posters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/3posters.png -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/calcWordsWidth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/calcWordsWidth.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/contents.lr -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/cover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/cover.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/coverPoster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/coverPoster.pdf -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/coverPosters.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/coverPosters.pdf -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/displayPosters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/displayPosters.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/drawPoster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/drawPoster.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/drawPoster_noCache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/drawPoster_noCache.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/json_cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/json_cache.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/loadWords_v1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/loadWords_v1.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/loadWords_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/loadWords_v2.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/loadWords_v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/loadWords_v3.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/loadWords_v4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/loadWords_v4.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/open-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/open-graph.png -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/poster.pdf -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/posters.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/posters.pdf -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/skia.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/skia.pdf -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/skia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/skia.png -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/skia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/skia.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/speed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/speed.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/tools.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/txtFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/txtFile.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-1/waterFallPoster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-1/waterFallPoster.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/back-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/back-cover.png -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/backCover.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/backCover.pdf -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/contents.lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/contents.lr -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/cover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/cover.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/coverPosters.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/coverPosters.pdf -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/findInterval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/findInterval.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/getFactor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/getFactor.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/ig_posts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/ig_posts.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/leftToRight.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/leftToRight.pdf -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/lerp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/lerp.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/locations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/locations.py -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/noordzij_cube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/noordzij_cube.png -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/poster.pdf -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/sample.txt: -------------------------------------------------------------------------------- 1 | ***** 2 | vediamo 3 | terra 4 | fratello -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/skia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/skia.png -------------------------------------------------------------------------------- /content/tutorials/variable-waterfall-poster-2/widthIntervals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/content/tutorials/variable-waterfall-poster-2/widthIntervals.py -------------------------------------------------------------------------------- /flowblocks/code-example.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/flowblocks/code-example.ini -------------------------------------------------------------------------------- /flowblocks/exercise.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/flowblocks/exercise.ini -------------------------------------------------------------------------------- /flowblocks/image.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/flowblocks/image.ini -------------------------------------------------------------------------------- /flowblocks/linkToAttachment.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/flowblocks/linkToAttachment.ini -------------------------------------------------------------------------------- /flowblocks/recipe.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/flowblocks/recipe.ini -------------------------------------------------------------------------------- /flowblocks/section-title.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/flowblocks/section-title.ini -------------------------------------------------------------------------------- /flowblocks/table.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/flowblocks/table.ini -------------------------------------------------------------------------------- /flowblocks/text-block.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/flowblocks/text-block.ini -------------------------------------------------------------------------------- /gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/gulpfile.js -------------------------------------------------------------------------------- /lib/sass/chapter.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/chapter.scss -------------------------------------------------------------------------------- /lib/sass/fonts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/fonts.scss -------------------------------------------------------------------------------- /lib/sass/footer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/footer.scss -------------------------------------------------------------------------------- /lib/sass/header.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/header.scss -------------------------------------------------------------------------------- /lib/sass/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/index.scss -------------------------------------------------------------------------------- /lib/sass/mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/mixins.scss -------------------------------------------------------------------------------- /lib/sass/page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/page.scss -------------------------------------------------------------------------------- /lib/sass/prism.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/prism.scss -------------------------------------------------------------------------------- /lib/sass/reset.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/reset.scss -------------------------------------------------------------------------------- /lib/sass/scroll.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/scroll.scss -------------------------------------------------------------------------------- /lib/sass/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/style.scss -------------------------------------------------------------------------------- /lib/sass/toc-bar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/toc-bar.scss -------------------------------------------------------------------------------- /lib/sass/tutorials.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/tutorials.scss -------------------------------------------------------------------------------- /lib/sass/variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/lib/sass/variables.scss -------------------------------------------------------------------------------- /models/chapter.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/models/chapter.ini -------------------------------------------------------------------------------- /models/chapters.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/models/chapters.ini -------------------------------------------------------------------------------- /models/index.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/models/index.ini -------------------------------------------------------------------------------- /models/page.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/models/page.ini -------------------------------------------------------------------------------- /models/tutorial.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/models/tutorial.ini -------------------------------------------------------------------------------- /models/tutorials.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/models/tutorials.ini -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/package.json -------------------------------------------------------------------------------- /packages/import-csv/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/packages/import-csv/.gitignore -------------------------------------------------------------------------------- /packages/import-csv/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/packages/import-csv/README.md -------------------------------------------------------------------------------- /packages/import-csv/lektor_import_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/packages/import-csv/lektor_import_csv.py -------------------------------------------------------------------------------- /packages/import-csv/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/packages/import-csv/setup.py -------------------------------------------------------------------------------- /templates/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/404.html -------------------------------------------------------------------------------- /templates/analytics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/analytics.html -------------------------------------------------------------------------------- /templates/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/base.html -------------------------------------------------------------------------------- /templates/blocks/code-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/blocks/code-example.html -------------------------------------------------------------------------------- /templates/blocks/exercise.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/blocks/exercise.html -------------------------------------------------------------------------------- /templates/blocks/image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/blocks/image.html -------------------------------------------------------------------------------- /templates/blocks/recipe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/blocks/recipe.html -------------------------------------------------------------------------------- /templates/blocks/section-title.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/blocks/section-title.html -------------------------------------------------------------------------------- /templates/blocks/table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/blocks/table.html -------------------------------------------------------------------------------- /templates/blocks/text-block.html: -------------------------------------------------------------------------------- 1 | {{ this.content }} 2 | -------------------------------------------------------------------------------- /templates/chapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/chapter.html -------------------------------------------------------------------------------- /templates/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/footer.html -------------------------------------------------------------------------------- /templates/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/header.html -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/index.html -------------------------------------------------------------------------------- /templates/macros.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/macros.html -------------------------------------------------------------------------------- /templates/none.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/openGraph.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/openGraph.html -------------------------------------------------------------------------------- /templates/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/page.html -------------------------------------------------------------------------------- /templates/tutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/tutorial.html -------------------------------------------------------------------------------- /templates/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roberto-arista/PythonForDesigners/HEAD/templates/tutorials.html --------------------------------------------------------------------------------