Jump to content

PSeInt: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
 
(39 intermediate revisions by 18 users not shown)
Line 1: Line 1:
{{Short description|Free educational programming software}}
{{Multiple issues|{{refimprove|date=January 2017}}{{notability|1=Products|date=January 2017}}{{one source|date=January 2017}}}}
{{infobox software}}
{{Multiple issues|
{{refimprove|date=January 2017}}
{{notability|1=Products|date=January 2017}}
{{one source|date=January 2017}}
}}


'''PSeInt''' is a multiplatform educational free software, aimed at people who start programming. It is multiplatform (on [[Microsoft Windows]], [[GNU/Linux]] and [[Mac OS X]]).<ref name="PSEINT desktop">{{cite web|url=http://pseint.sourceforge.net/index.php?page=features.php |title=PSeInt |website=Pseint.sourceforge.net |date= |accessdate=2017-01-11}}</ref> The version for desktop operating systems interprets [[pseudocode]] in Spanish, the Android version interprets pseudocode in Spanish and English <ref name="PSEINT mobile">{{cite web|url=https://play.google.com/store/apps/details?id=pe.diegoveloper.pseudocode&hl=en |title=Pseudocode, PSeInt Algorithms - Android Apps on Google Play |website=Play.google.com |date=2016-12-23 |accessdate=2017-01-11}}</ref>
'''PSeInt''' is a [[Cross-platform|multiplatform]] [[Educational software|educational]] [[free software]], directed at people who start [[Computer programming|programming]].<ref name ="main page">{{cite web|url=http://pseint.sourceforge.net/|title=PSeInt|publisher=pseint.sourceforge.net|access-date=August 5, 2018|language=Spanish}}</ref> The version for desktop operating systems interprets [[pseudocode]] in Spanish, the Android version interprets pseudocode in English, Spanish and Portuguese.<ref name="PSEINT mobile">{{cite web|url=https://play.google.com/store/apps/details?id=pe.diegoveloper.pseudocode&hl=en |title=Pseudocode, PSeInt Algorithms - Android Apps on Google Play |website=Play.google.com |date=December 23, 2016 |access-date=January 11, 2017|language=Spanish}}</ref>

== Description ==
PSeInt is the abbreviation of '''PSe'''udocode '''In'''terpreter, an educational tool created in [[Argentina]], used mainly by students to learn the basics of programming and the development of logic. It is a very popular software of its kind and is widely used in universities in [[Latin America]] and [[Spain]].
It uses [[pseudocode]] for the solution of [[algorithm]]s.

== Purpose of PSeInt ==
PSeInt is designed to assist students who start in the construction of computer algorithms or programs. The pseudocode is usually used as the first contact to introduce basic concepts such as the use of control structures, expressions, variables, etc., without having to deal with the particularities of the syntax of a real language. This software aims to facilitate the beginner the task of writing algorithms in this pseudolanguage by presenting a set of aids and assistance, and also provide some additional tools that help you find errors and understand the logic of the algorithms.

== Characteristics ==

* Autocomplete language
* Emerging aid
* Command Templates
* Supports procedures and functions
* Intelligent Indentation
* Export to other languages ([[C (programming language)|C]], [[C++]], [[C Sharp (programming language)|C#]], [[Java (programming language)|Java]], [[PHP]], [[JavaScript]], [[Visual Basic .NET]], [[Python (programming language)|Python]], [[Matlab]])
* Graphing, creation and edition of [[flow diagram]]s
* Editor with syntax coloring
* [http://sourceforge.net/p/pseint/discussion/?source=navbar PSeInt official forum]
* Multi-platform software<ref>{{cite web|url=http://pseint.sourceforge.net/index.php?page=descargas.php|title=Última versión: 20160413|access-date=May 15, 2015|language=Spanish}}</ref> on [[Microsoft Windows]], [[Linux]] and [[Mac OS X]], in December 2016 started an independent development for [[Android (operating system)|Android]].<ref>{{Cite web|url=https://play.google.com/store/apps/details?id=pe.diegoveloper.pseudocode&hl=es|title=Pseudocode, PSeInt Algoritmos - Aplicaciones de Android en Google Play|access-date=January 2, 2017|website=play.google.com|language=Spanish}}</ref>

== Award ==
PSeInt was the Project of the Month at SourceForge on two occasions, from September 1, 2015<ref>{{cite web |url=https://sourceforge.net/blog/september-2015-community-choice-project-of-the-month-pseint/ |title=September 2015, "Community Choice" Project of the Month – PSeInt |publisher=[[SourceForge|SourceForge.com]] |date=September 1, 2015 |access-date=April 19, 2016}}</ref><ref>{{cite web|url=http://pseint.sourceforge.net/noticias.php|title=Noticias 2015|access-date=April 19, 2016|language=Spanish}}</ref> and from December 19, 2016.<ref>{{cite web|url=https://sourceforge.net/blog/projects-of-the-week-december-19-2016/|title=Projectos de la Semana, 19 de diciembre de 2016|date=19 December 2016 |access-date=September 18, 2018}}</ref><ref>{{cite web|url=http://pseint.sourceforge.net/noticias.php|title=Noticias 2016|trans-title=2016 News|access-date=April 19, 2016|language=Spanish}}</ref>


==References==
==References==
{{Reflist}}
{{Reflist}}


== External links ==
{{software-stub}}
* [https://pseint.club/ Ejercicios en pseint resueltos]
* [http://www.ellitoral.com/index.php/diarios/2015/09/16/educacion/EDUC-01.html Premiado por crear un novedoso desarrollo sobre software libre (Awarded for creating an innovative development on free software) {{in lang|es}}]

{{free-software-stub}}


[[Category:Cross-platform software]]
[[Category:Cross-platform free software]]
[[Category:Free software]]
[[Category:Software using the GPL license]]
[[Category:Educational programming languages]]
[[Category:Educational programming languages]]
[[Category:Non-English-based programming languages]]
[[Category:Programming languages created in 2003]]

Latest revision as of 22:38, 23 December 2023

PSeInt
Repository
Websitepseint.sourceforge.net Edit this on Wikidata

PSeInt is a multiplatform educational free software, directed at people who start programming.[1] The version for desktop operating systems interprets pseudocode in Spanish, the Android version interprets pseudocode in English, Spanish and Portuguese.[2]

Description

[edit]

PSeInt is the abbreviation of PSeudocode Interpreter, an educational tool created in Argentina, used mainly by students to learn the basics of programming and the development of logic. It is a very popular software of its kind and is widely used in universities in Latin America and Spain. It uses pseudocode for the solution of algorithms.

Purpose of PSeInt

[edit]

PSeInt is designed to assist students who start in the construction of computer algorithms or programs. The pseudocode is usually used as the first contact to introduce basic concepts such as the use of control structures, expressions, variables, etc., without having to deal with the particularities of the syntax of a real language. This software aims to facilitate the beginner the task of writing algorithms in this pseudolanguage by presenting a set of aids and assistance, and also provide some additional tools that help you find errors and understand the logic of the algorithms.

Characteristics

[edit]

Award

[edit]

PSeInt was the Project of the Month at SourceForge on two occasions, from September 1, 2015[5][6] and from December 19, 2016.[7][8]

References

[edit]
  1. ^ "PSeInt" (in Spanish). pseint.sourceforge.net. Retrieved August 5, 2018.
  2. ^ "Pseudocode, PSeInt Algorithms - Android Apps on Google Play". Play.google.com (in Spanish). December 23, 2016. Retrieved January 11, 2017.
  3. ^ "Última versión: 20160413" (in Spanish). Retrieved May 15, 2015.
  4. ^ "Pseudocode, PSeInt Algoritmos - Aplicaciones de Android en Google Play". play.google.com (in Spanish). Retrieved January 2, 2017.
  5. ^ "September 2015, "Community Choice" Project of the Month – PSeInt". SourceForge.com. September 1, 2015. Retrieved April 19, 2016.
  6. ^ "Noticias 2015" (in Spanish). Retrieved April 19, 2016.
  7. ^ "Projectos de la Semana, 19 de diciembre de 2016". 19 December 2016. Retrieved September 18, 2018.
  8. ^ "Noticias 2016" [2016 News] (in Spanish). Retrieved April 19, 2016.
[edit]