Resource Detail

Go Back Return to Home
Программируем с Minecraft. Создай свой мир с помощью Python (2017)
Size 28.51 MB
Files 90
Info Hash: 262979503BD8E808526E9468B1F86B2424EB846C
Indexed 2025-12-24 00:06:38
Updated 2025-12-29 04:09:49
📂 File List (90)
💻
Learn to Program with Minecraft Code/chapter10-forLoops/brokenWall.py
620 B
💻
Learn to Program with Minecraft Code/chapter10-forLoops/cube.py
669 B
💻
Learn to Program with Minecraft Code/chapter10-forLoops/diamondSurvey.py
381 B
💻
Learn to Program with Minecraft Code/chapter10-forLoops/duplicateArea.py
1.66 KB
💻
Learn to Program with Minecraft Code/chapter10-forLoops/magicWand.py
232 B
💻
Learn to Program with Minecraft Code/chapter10-forLoops/pillars.py
1010 B
💻
Learn to Program with Minecraft Code/chapter10-forLoops/pixelArt.py
602 B
💻
Learn to Program with Minecraft Code/chapter10-forLoops/pyramid.py
308 B
💻
Learn to Program with Minecraft Code/chapter10-forLoops/rainbowRow.py
540 B
💻
Learn to Program with Minecraft Code/chapter10-forLoops/rainbowStack1.py
268 B
💻
Learn to Program with Minecraft Code/chapter10-forLoops/replaceWaterInStructure.py
2.05 KB
💻
Learn to Program with Minecraft Code/chapter10-forLoops/scoreBoard.py
612 B
💻
Learn to Program with Minecraft Code/chapter10-forLoops/soilSample.py
286 B
💻
Learn to Program with Minecraft Code/chapter10-forLoops/stairs.py
213 B
💻
Learn to Program with Minecraft Code/chapter11-files/inputToDoList.py
262 B
💻
Learn to Program with Minecraft Code/chapter11-files/loadCollection.py
620 B
💻
Learn to Program with Minecraft Code/chapter11-files/loadStructure.py
563 B
💻
Learn to Program with Minecraft Code/chapter11-files/namePage.py
130 B
💻
Learn to Program with Minecraft Code/chapter11-files/outputToDoList.py
146 B
💻
Learn to Program with Minecraft Code/chapter11-files/saveCollection.py
1.37 KB
💻
Learn to Program with Minecraft Code/chapter11-files/saveStructure.py
1.26 KB
📄
Learn to Program with Minecraft Code/chapter11-files/toDoList.txt
22 B
💻
Learn to Program with Minecraft Code/chapter12-classes/birdClass.py
890 B
💻
Learn to Program with Minecraft Code/chapter12-classes/catClass.py
783 B
💻
Learn to Program with Minecraft Code/chapter12-classes/ghostCastle.py
1.49 KB
💻
Learn to Program with Minecraft Code/chapter12-classes/ghostHotel.py
2.15 KB
💻
Learn to Program with Minecraft Code/chapter12-classes/ghostHouse.py
1.28 KB
💻
Learn to Program with Minecraft Code/chapter12-classes/ghostTree.py
2.11 KB
💻
Learn to Program with Minecraft Code/chapter12-classes/ghostVillage.py
1.49 KB
💻
Learn to Program with Minecraft Code/chapter12-classes/locationClass.py
275 B
💻
Learn to Program with Minecraft Code/chapter2-variables/teleport.py
219 B
💻
Learn to Program with Minecraft Code/chapter2-variables/teleportBug1.py
86 B
💻
Learn to Program with Minecraft Code/chapter2-variables/teleportBug2.py
112 B
💻
Learn to Program with Minecraft Code/chapter2-variables/teleportPrecise.py
221 B
💻
Learn to Program with Minecraft Code/chapter2-variables/tour.py
398 B
💻
Learn to Program with Minecraft Code/chapter3-math/blockBelow.py
180 B
💻
Learn to Program with Minecraft Code/chapter3-math/blockStack.py
258 B
💻
Learn to Program with Minecraft Code/chapter3-math/blockStack1.py
165 B
💻
Learn to Program with Minecraft Code/chapter3-math/blockStack2.py
173 B
💻
Learn to Program with Minecraft Code/chapter3-math/building.py
342 B
💻
Learn to Program with Minecraft Code/chapter3-math/randomJump.py
249 B
💻
Learn to Program with Minecraft Code/chapter3-math/spire.py
551 B
💻
Learn to Program with Minecraft Code/chapter3-math/superJump.py
184 B
💻
Learn to Program with Minecraft Code/chapter4-strings/blockInput.py
201 B
💻
Learn to Program with Minecraft Code/chapter4-strings/blockInputFix.py
300 B
💻
Learn to Program with Minecraft Code/chapter4-strings/message.py
102 B
💻
Learn to Program with Minecraft Code/chapter4-strings/messageInput.py
125 B
💻
Learn to Program with Minecraft Code/chapter4-strings/sprint.py
511 B
💻
Learn to Program with Minecraft Code/chapter4-strings/userChat.py
185 B
💻
Learn to Program with Minecraft Code/chapter5-booleans/aboveGround.py
254 B
💻
Learn to Program with Minecraft Code/chapter5-booleans/farFromHome.py
276 B
💻
Learn to Program with Minecraft Code/chapter5-booleans/immutableOff.py
99 B
💻
Learn to Program with Minecraft Code/chapter5-booleans/immutableOn.py
98 B
💻
Learn to Program with Minecraft Code/chapter5-booleans/insideHouse.py
350 B
💻
Learn to Program with Minecraft Code/chapter5-booleans/inTree.py
256 B
💻
Learn to Program with Minecraft Code/chapter5-booleans/notAir.py
242 B
💻
Learn to Program with Minecraft Code/chapter5-booleans/notAMelon.py
215 B
💻
Learn to Program with Minecraft Code/chapter5-booleans/swimming.py
181 B
💻
Learn to Program with Minecraft Code/chapter5-booleans/underwater.py
300 B
💻
Learn to Program with Minecraft Code/chapter6-ifStatements/crater.py
262 B
💻
Learn to Program with Minecraft Code/chapter6-ifStatements/gift.py
399 B
💻
Learn to Program with Minecraft Code/chapter6-ifStatements/immutableChoice.py
311 B
💻
Learn to Program with Minecraft Code/chapter6-ifStatements/randomBlock.py
414 B
💻
Learn to Program with Minecraft Code/chapter6-ifStatements/secretDoor.py
305 B
💻
Learn to Program with Minecraft Code/chapter6-ifStatements/shower.py
511 B
💻
Learn to Program with Minecraft Code/chapter6-ifStatements/teleportLimit.py
460 B
💻
Learn to Program with Minecraft Code/chapter6-ifStatements/teleportScore.py
381 B
💻
Learn to Program with Minecraft Code/chapter7-whileLoops/blockHunter.py
797 B
💻
Learn to Program with Minecraft Code/chapter7-whileLoops/chatLoop.py
246 B
💻
Learn to Program with Minecraft Code/chapter7-whileLoops/danceFloor.py
653 B
💻
Learn to Program with Minecraft Code/chapter7-whileLoops/divingContest.py
920 B
💻
Learn to Program with Minecraft Code/chapter7-whileLoops/flowerTrail.py
177 B
💻
Learn to Program with Minecraft Code/chapter7-whileLoops/midas.py
355 B
💻
Learn to Program with Minecraft Code/chapter7-whileLoops/randomTeleport.py
292 B
💻
Learn to Program with Minecraft Code/chapter7-whileLoops/waterCurse.py
206 B
💻
Learn to Program with Minecraft Code/chapter8-functions/blockIds.py
355 B
💻
Learn to Program with Minecraft Code/chapter8-functions/blocksEverywhere.py
470 B
💻
Learn to Program with Minecraft Code/chapter8-functions/forest.py
636 B
💻
Learn to Program with Minecraft Code/chapter8-functions/melonFunction.py
415 B
💻
Learn to Program with Minecraft Code/chapter8-functions/movingBlock.py
1.08 KB
💻
Learn to Program with Minecraft Code/chapter8-functions/woolColors.py
1013 B
💻
Learn to Program with Minecraft Code/chapter9-lists/highAndLow.py
391 B
💻
Learn to Program with Minecraft Code/chapter9-lists/nightVisionSword.py
425 B
💻
Learn to Program with Minecraft Code/chapter9-lists/progressBar.py
946 B
💻
Learn to Program with Minecraft Code/chapter9-lists/randomBlock.py
227 B
💻
Learn to Program with Minecraft Code/chapter9-lists/siteSeeingGuide.py
411 B
💻
Learn to Program with Minecraft Code/chapter9-lists/sliding.py
305 B
💻
Learn to Program with Minecraft Code/chapter9-lists/swordHits.py
314 B
💻
Learn to Program with Minecraft Code/chapter9-lists/swordHitsScore.py
612 B
📄
Программируем с Minecraft. Создай свой мир с помощью Python (2017).pdf
28.47 MB
⬇️ Offline Download

Disclaimer

This website only provides DHT network resource indexing services and does not store any resource files. All resources come from the DHT network, and this site cannot control their content. Please comply with local laws and regulations and use network resources rationally. If there are copyright issues, please contact [email protected].