Giter Club home page Giter Club logo

hobby's Introduction

Hi ๐Ÿ‘‹, I'm Ashutosh Kumar

CSE Undergrad at BIT, Mesra ๐Ÿ’ป || Full Stack Web Developer ๐Ÿ‘จโ€๐Ÿ’ป || Linux and FOSS Enthusiast ๐Ÿง

blastoise

  • ๐Ÿ”ญ Iโ€™m currently working on Groovy Music Player

  • ๐ŸŒฑ Iโ€™m currently learning ReactJS, Spring Boot, Flutter

  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Groovy Music Player

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at https://blastoise.github.io/

  • ๐Ÿ“ I regularly write articles on https://dev.to/blastoise/

  • ๐Ÿ’ฌ Ask me about Python, ReactJS, NodeJS, Bash Scripting, Linux, Data Structures and Algorithms

  • ๐Ÿ“ซ How to reach me [email protected]

  • โšก Fun fact I love Competitive Programming but I am a noob.

Connect with me:

blastoise ashutosh1729 ashutosh-kumar-7b6077193 100004405381869 i_am_ashutosh_kumar Ashutosh Kumar#9976

Languages and Tools:

arduino bash bootstrap c cplusplus css3 d3js docker electron git heroku html5 java javascript jekyll linux mongodb mysql nodejs opencv postgresql postman python react selenium spring sqlite

Github Statistics:

blastoise

hobby's People

Contributors

aditya239 avatar blastoise avatar

Watchers

 avatar  avatar

hobby's Issues

Copies of lists is tricky in Python

@Blastoise firstly, read:

The basic idea is Python copies references. So, the way we initialize M in our code is a big problem: because later we are going to modify it element by element.
Try this in the interactive shell:

>> M = [[0]*3]*4
>> M
>> M[1][2] = 99
>> M

Here, we try to update the third (index 2) element of only the second list copy (index 1) of list of lists M. But since these copies are not true copies, we update third element of every copy, i,e. every list member of M.
The answers above will help you fix this. Make sure your idea works for the above short example with M first, before trying. Good luck! :)

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.