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.

Preparation

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

Lessons

  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

Bibliography

References

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.