When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Codio logo

Codio: Python Programming: Intermediate Concepts

Code and run your first Python program in minutes without installing anything! This beginner-focused course will further develop your programming skills. Topics covered include strings, functions, files, and recursion.

     0 |
  • Reviews ( 0 )
₹15687

This Course Includes

  • iconedx
  • icon0 (0 reviews )
  • icon5 weeks at 2-3 hours per week
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconCodio

About Codio: Python Programming: Intermediate Concepts

Code and run your first Python program in minutes without installing anything! ****

This course is designed for learners with limited coding experience, providing a solid foundation of not just Python, but core Computer Science and software development topics that can be transferred to other languages. The modules in this course cover strings, functions, files, and recursion. Completion of Python: Basics Skills before taking this course is recommended.

To allow for a truly hands-on, self-paced learning experience, this course is video-free. Assignments contain short explanations with images and runnable code examples with suggested edits to explore code examples further, building a deeper understanding by doing. You’ll benefit from instant feedback from a variety of assessment items along the way, gently progressing from quick understanding checks (multiple choice, fill in the blank, and un-scrambling code blocks) to small, approachable coding exercises that take minutes instead of hours.

What You Will Learn?

  • Compare and manipulate strings of text .
  • Define and use custom functions to improve code readability .
  • Read and write to text and CSV files .
  • When and how to use recursion instead of iteration .