Translations:Power users hub/8/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 1: Line 1:
'''Основы'''
===Основы===
* [[Introduction to Python/ru|Введение в python]] - См. также другие учебники Python в нижней части этой страницы
* [[Introduction to Python/ru|Введение в python]] - См. также другие учебники Python в нижней части этой страницы
* [[Python scripting tutorial|Учебник скриптов FreeCAD]] - Общий взгляд на написание скриптов на python в FreeCAD
* [[FreeCAD Scripting Basics/ru|основы написания сценариев для FreeCAD]]: Что сказать, основы ...
* [[FreeCAD Scripting Basics/ru|Основы написания сценариев для FreeCAD]]: Что сказать, основы ...
* [[Gui Command/ru|Gui Команды]] : Добавление пользовательских команд в GUI
* [[Gui Command/ru|Gui Команды]] : Добавление пользовательских команд в GUI
* Использование смешанных [[Units|Единиц измерения]] в FreeCAD
* Использование смешанных [[Units|Единиц измерения]] в FreeCAD

Revision as of 15:40, 10 May 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Power users hub)
* [[Scripting_and_macros|Scripting and Macros]] - A list of relevant wiki pages
* [[Introduction_to_Python|Introduction to Python]] - See also other Python tutorials at the bottom of this page
* [[Python_scripting_tutorial|FreeCAD scripting tutorial]] - A general look at Python scripting in FreeCAD
* [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]]: Well, the basics
* [[Manual:A_gentle_introduction|FreeCAD Manual - Section Python Scripting]]: Multi-chapter introduction to Python Scripting in FreeCAD
* [[Gui_Command|Gui Command]]: Adding custom commands to the GUI
* Using mixed [[Units|Units]] in FreeCAD
* [[Profiling|Profiling]] the Python code
* [[Debugging#Python Debugging|Debugging]] the Python code
*[[Python_Development_Environment|Python Development Environment]] - A simplistic development environment for Python within FreeCAD

Основы