Applied Programming

From Wikiversity
Jump to navigation Jump to search

Computer programming (often shortened to programming) is a process that leads from an original formulation of a computing problem to executable computer programs. Programming involves activities such as analysis, developing understanding, generating algorithms, verification of requirements of algorithms including their correctness and resources consumption, and implementation (commonly referred to as coding) of algorithms in a target programming language.[1]

This course comprises 15 lessons on applied programming. Each lesson includes a combination of Wikipedia and Internet-based readings, YouTube videos, and hands-on, interactive learning activities. It is an extension of the Python Programming course, intended to apply the same programming concepts using a variety of programming languages.

This entire Wikiversity course can be downloaded in book form by selecting Download Learning Guide in the sidebar.

Preparation[edit | edit source]

This is a third-semester, college-level course. Learners should already be familiar with computer programming.

Lessons[edit | edit source]

  1. Variables
  2. Functions
  3. Conditions
  4. Loops
  5. Testing
  6. Strings
  7. Files
  8. Lists and Tuples
  9. Dictionaries and Sets
  10. RegEx
  11. Internet Data
  12. Databases
  13. Modules and Classes
  14. GUI
  15. Web Design

See Also[edit | edit source]

Bibliography[edit | edit source]

References[edit | edit source]