R
R
Rodion Bizyaev2019-07-06 19:58:10
IDE
Rodion Bizyaev, 2019-07-06 19:58:10

Pycharm or Atom?

Which Environment to Choose for Python Programming? Exactly from those proposed. Which one is more demanding on hardware?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander, 2019-07-06
@AleksandrB

Pycharm is more consumable but more user friendly. This is a development environment .
Atom - less demanding, but requires dancing with tambourines and installing plugins. This is a text editor .
8GB or more of RAM - take Pycharm.

A
Arman, 2017-09-23
@Arik

Why again i += 1; in code? if you need to work out the trace element, then you need to go to another variable, and so the cycle breaks

S
Sergey Sokolov, 2017-09-23
@sergiks

Try like this:

var i, test;
for( i = 0; i < checkbox.length; i++) {
  if (checkbox[i].checked) {
    test = document.getElementById('slide' + (i+1));
    test  &&  test.click();
  }
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question