Strings

Sort options

C++ Programming: Intermediate Concepts (edX)

Self Paced
C++ Programming: Intermediate Concepts (edX)
Course Auditing
Categories
Effort
Languages
Code and run your first C++ program in minutes without installing anything! This beginner-focused course will further develop your programming skills. Topics covered include pointers, strings, functions, files, and recursion. Code and run your first C++ program in minutes without installing [...]
Self Paced
Course Auditing
173.00 EUR

Crash Course on Python (Coursera)

This course is designed to teach you the foundations in order to write simple programs in Python using the most common structures. No previous exposure to programming is needed. By the end of this course, you'll understand the benefits of programming in IT roles; be able to write simple [...]

Big Ideas in Programming: Expressing Yourself with Python (Coursera)

Harness the power of Python and its programming concepts to express yourself and refine all the work you do with this online course from the University of Michigan. This course is designed for anyone interested in learning Python. Whether you want to discuss programming with other professionals, teaching others [...]

Python Basic Structures: Lists, Strings, and Files (Coursera)

Apr 29th 2024
Python Basic Structures: Lists, Strings, and Files (Coursera)
Course Auditing
Categories
Effort
Languages
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 topics that can be transferred to other languages. The modules in this course cover lists, [...]

Introduction to Object-Oriented Programming with Java (Coursera)

Apr 29th 2024
Introduction to Object-Oriented Programming with Java (Coursera)
Course Auditing
Categories
Effort
Languages
Introduction to OO Programming with Java is course 2 of the Core Java Specialization. After completing this course, you'll be able to create simple Java classes that exhibit the principle of Encapsulation, to import other classes for use, to work with Strings, print output and use advanced math functions. [...]
Apr 29th 2024
Course Auditing
32.00 EUR/month

Algorithms on Strings (Coursera)

World and internet is full of textual information. We search for information using textual queries, we read websites, books, e-mails. All those are strings from the point of view of computer science. To make sense of all that information and make search efficient, search engines use many string algorithms. [...]

Python Data Structures (Coursera)

This course will introduce the core data structures of the Python programming language. We will move past the basics of procedural programming and explore how we can use the Python built-in data structures such as lists, dictionaries, and tuples to perform increasingly complex data analysis. This course will cover [...]

Algorithms for DNA Sequencing (Coursera)

We will learn computational methods -- algorithms and data structures -- for analyzing DNA sequencing data. We will learn a little about DNA, genomics, and how DNA sequencing is used. We will use Python to implement key algorithms and data structures and to analyze real genomes and DNA sequencing [...]