Skip to content
#

tutorials

Here are 2,174 public repositories matching this topic...

oppia
U8NWXD
U8NWXD commented Nov 10, 2021

Background

Currently, we have 100% test coverage of our backend code. However, for many backend code files, this coverage is partly from the file's associated test files and partly from test files for other backend code. For example, consider the following files:

  • util.py

    def parse_int(string_input):
        return int(string_input)
    
    def int_to_str(number):
        

A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!

  • Updated Dec 17, 2021

Improve this page

Add a description, image, and links to the tutorials topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tutorials topic, visit your repo's landing page and select "manage topics."

Learn more