Go to advanced search

by rushabh92
Sat Aug 01, 2020 1:34 pm
Forum: Other programming languages
Topic: JavaScript on Raspberry pi
Replies: 10
Views: 17822

Re: JavaScript on Raspberry pi

A text editor is a program you use to edit text. I'm sure you know things like Visual Studio Code on Windows. An IDE is an Integrated Development Environment. IDE's have all kinds of features to help when editing, running and debugging programs. Especially useful when using compiled languages like C...
by rushabh92
Sun Nov 10, 2019 1:59 pm
Forum: Python
Topic: How to compile multiple python programs into a program
Replies: 8
Views: 1081

Re: How to compile multiple python programs into a program

You can compile the multiple programs in Python. However, if you do not want to create multiple programs then you can go for module wise approach. In python, you can create your own module and then reuse that module anywhere in your project. See the following reference link for more information abou...

Go to advanced search