Git Product home page Git Product logo

Comments (4)

yakutovicha avatar yakutovicha commented on September 21, 2024

The exercise solution_find_all_files has issues:

  • We provide the following solution list(f.parent.iterdir()) but it should not have parent in it.
  • The path argument in our solution should be current_path instead of f for consistency.

from python-tutorial.

despadam avatar despadam commented on September 21, 2024

In writing to a file section:

  • we have 3 exercises but they are enumerated wrongly (instead of 1,2,3 we have 1,2,1)
  • solution_read_file should be removed from this section. It is a duplicate

from python-tutorial.

despadam avatar despadam commented on September 21, 2024

In some reference solutions we already use context managers before they are later introduced. Let's update those solutions to use the syntax where we manually close a file at the end. Then we can add a new exercise in the context managers section to introduce the new syntax

from python-tutorial.

despadam avatar despadam commented on September 21, 2024

In reference_read_write_file we are using line.strip() and len(line) for a string. However we haven't introduced any of these two in the section for strings in basic_datatypes

from python-tutorial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.