Search
- Filter Results
- Location
- Classification
- Include attachments
- https://eng.libretexts.org/Bookshelves/Introductory_Engineering/EGR_1010%3A_Introduction_to_Engineering_for_Engineers_and_Scientists/09%3A_Programming_in_any_languageHere we discuss programming in general. The intend of this chapter is to discuss ideas that will apply to most programming languages. Given that there are over 200 software languages it is quite use...Here we discuss programming in general. The intend of this chapter is to discuss ideas that will apply to most programming languages. Given that there are over 200 software languages it is quite useful to explore the theory that will allow a user to study any programming language.
- https://eng.libretexts.org/Bookshelves/Introductory_Engineering/EGR_1010%3A_Introduction_to_Engineering_for_Engineers_and_Scientists/05%3A_What_is_a_computerThis chapter discusses the definition of computer. It also discusses the different types of computer scientists as a continuation of the previous chapter. This is a brief overview as is consistent wi...This chapter discusses the definition of computer. It also discusses the different types of computer scientists as a continuation of the previous chapter. This is a brief overview as is consistent with a general course in engineering, a true computer science course will delve into some of these subjects extensively.
- https://eng.libretexts.org/Courses/Arkansas_Tech_University/Engineering_Modeling_and_Analysis_with_Python/02%3A_Variables_Expressions_and_Statements/2.04%3A_StatementsThis page explains Python statements, which are executable code units like expression and assignment statements. In interactive mode, the interpreter runs statements immediately, showing results as ne...This page explains Python statements, which are executable code units like expression and assignment statements. In interactive mode, the interpreter runs statements immediately, showing results as needed. Scripts consist of multiple statements executed sequentially. For example, while the assignment "x = 2" produces no output, "print" commands do display results.
- https://eng.libretexts.org/Courses/Arkansas_Tech_University/Engineering_Modeling_and_Analysis_with_Python/04%3A_Functions/4.12%3A_DebuggingThis page emphasizes the importance of using spaces instead of tabs in scripts to prevent indentation issues and recommends choosing an editor that automatically manages indentation. It advises saving...This page emphasizes the importance of using spaces instead of tabs in scripts to prevent indentation issues and recommends choosing an editor that automatically manages indentation. It advises saving programs before executing them to ensure the latest version runs, and suggests using print statements for verification if there's any doubt about which version is executing, highlighting that debugging can be challenging with outdated code.
- https://eng.libretexts.org/Courses/North_Carolina_State_University/Data_and_Programming_-_An_Overview/03%3A_Introduction_to_programming_and_logic/3.04%3A_Programming_in_any_languageThis page provides a comprehensive overview of programming fundamentals, focusing on problem-solving using languages like Octave, Python, and Fortran. Key topics include variables, data types, operato...This page provides a comprehensive overview of programming fundamentals, focusing on problem-solving using languages like Octave, Python, and Fortran. Key topics include variables, data types, operators, and the distinction between functions and subroutines. It also covers control statements like loops and conditionals, contrasting scripts with programming, and discusses different programming languages' features.

