Geany is a free and efficient programming editor built on top of GTK and supporting a lot of languages. The most impressive feature of Geany is its being fast. Other than that, its interface is well organized, simple, convenient, and elegant. Geany will let you work with Java, PHP, C and C#, SQL, Perl, XML, […]
Tag: coding
thinBasic is created for simplicity and immediacy, is able to run scripts directly and perform all sorts of tasks, such as making GUI apps, connect to databases and ftp sites, send mails, handle files, etc. thinBasic language is extensible. Modules are collections of functions and to those distributed as the core you can add your […]
Thonny is a free Python IDE with the special aim of helping those who start learning Python. The program features a customizable, clean and convenient interface and is equipped with function that will help Python programmers develop their skills. Note that you don’t have to get Python separately since the program provides it in the […]
If you use Git for your projects it certain that you need the greatest possible flexibility and conveniency, which is the reason SmartGit exists. SmartGit is an interface that will let you avoid the command prompt, make modifications and publish new versions, easily, clone versions, etc. As you may now from similar tools such as […]
If you work on a project, especially as a team, you know how important a revision control system is. Mercurial is a free program written in Python that lets you monitor the versions of your project and collaborate with your team. The program comes with detailed help files and it features a nice and easy […]