GithubHelp home page GithubHelp logo

isntabot's Introduction

IT's ME


WHO AM I?

I'm a student at Universidad de Alicante (UA).
Polyglota since I speak native spanish, valencia as my mother languaje and fluent english; I also write code in Java, C/C++, Python and some many others. In the way of specialising on Artificial Intelligence, I have done some courses about CUDA, Artificial and Computericed Vision, and Development of Neural Networks using Tensorflow 2 in Python.

In a hacky way, I drive my own radio at my local spot. Nowadays, this station has a range of 50 meters, not kinda powerful. I have been colaborating around 2 years in the IEEE Student branchs of Univesidad Miguel Hernández where we developed lots of interdisciplinary projects, since a roomba-like robot to a CubeSat(never launched).

If your are looking for some developers for your team, you can finde me at joppy.me.

My web site:

I have a web site hosted in github: mmorales99.github.io

isntabot's People

Contributors

deepsource-autofix[bot] avatar deepsourcebot avatar mmorales99 avatar

Stargazers

 avatar

Watchers

 avatar

isntabot's Issues

(PTC-W0060) Implicit enumerate calls found

Description

Using range(len(...)) is not pythonic. Python does not have not index-based loops. Instead, it uses collection iterators. Python has a built-in method enumerate which adds a counter to an iterable. Using this, you can access the counter and the value from the iterable at the same time. It is therefore …

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/mmorales99/isntabot/issue/PTC-W0060/occurrences/

(PTC-W0063) Unguarded next inside generator

Description

Calls to next() should be inside try-except block. <!--more--> When the iterator is exhausted, StopIteration exception is raised. When used inside a generator, this can cause unexpected behavior. If not handled, it will propagate out of the generator causing termination. PEP-479 has been accepted to fix this problem. It will …

Occurrences

There are 4 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/mmorales99/isntabot/issue/PTC-W0063/occurrences/

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.