Python: the good, the bad, and the not ugly: conference workshop
Terry A. Scott
Abstract
Terry A. Scott
Abstract
The Python programming language has the usual advantages and disadvantages of scripting languages over compiled languages. It also has some very nice features that make it better than most scripting languages. Because of these features it makes it a very nice language for an introductory programming class and particularly for non-CS majors. The workshop will discuss good and bad features of Python. It will also given an overview of Python including: flow of control structures in the language, primitive data types, and data structures.
OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
The Python programming language has the usual advantages and disadvantages of scripting languages over compiled languages. It also has some very nice features that make it better than most scripting languages. Because of these features it makes it a very nice language for an introductory programming class and particularly for non-CS majors. The workshop will discuss good and bad features of Python. It will also given an overview of Python including: flow of control structures in the language, primitive data types, and data structures.
Key concepts: Python (programming language), Scripting language, Programming language, Computer science, Nice