Giter VIP home page Giter VIP logo

me's People

Contributors

baptistetestaccount avatar notionparallax avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

me's Issues

Wrap map in generator week2/exercise2.py

instead of wordArray = map(getLetter, indices)
make it wordArray = list(map(getLetter, indices))
As map() creates a generator in Python 3 not a list object like in Python 2.

make mini printer less confusing

printer hides that it's making string, make it print a more useful output

perhaps showing the type of the lists

this is a parent of #9 too

in the startup, set some VS code settings

e.g.

{
  "python.linting.enabled": true,
  "python.formatting.provider": "none",
  "python.pythonPath": "mag-env\\Scripts\\python.exe",
  "python.testing.unittestEnabled": false,
  "python.testing.pytestArgs": ["."],
  "python.testing.nosetestsEnabled": false,
  "python.testing.pytestEnabled": true,
  "python.analysis.typeCheckingMode": "basic",
  "spellright.language": ["en"],
  "spellright.documentTypes": ["markdown", "latex", "plaintext"],
  "[python]": {
    "editor.defaultFormatter": "ms-python.black-formatter"
  }
}

week3/_init_.py exists but is empty?

Unsure if this is necessary for some reason so I won't include it in my eventual PR but thought I'd bring it up.

Also setup.py in the same folder, seems to be code that's supposed to be imported, but it isn't imported anywhere in the week 3 folder?

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.