Skip to main navigation menu Skip to main content Skip to site footer

Electrotechnical and Computer Engineering

Vol. 35 No. 11 (2020): Proceedings of the Faculty of Technical Sciences

PYTHON PROGRAMMING LANGUAGE ANALYSIS

  • Tamara Perlinac
DOI:
https://doi.org/10.24867/10BE42Perlinac
Submitted
November 5, 2020
Published
2020-11-05

Abstract

The first part of this paper briefly explains basic terms of programming languages in general and writes some general things about Python, then performs a syntactic analysis of the Python programming language and describes the basic elements and concepts of this programming language. The second part of this paper is case study implementation, which contains an example of working with files, opening a file and reading data from it, then placing the read data in program collections and subsequent data manipulation and access. This case study was implemented in programming languages Python and JAVA, both implementations are analyzed and compared with each other.

References

[1] https:/docs.python.org/3/ - zvanična dokumentacija programskog jezika Python
[2] https:/docs.oracle.com/en/java/ - zvanična dokumentacija programskog jezika Java
[3] https://www.tutorialspoint.com/python