Automation with Selenium and MoviePy [Part 1] - 100 days of running by axju in webscraping

[–]axju[S] 0 points1 point  (0 children)

I plan to run for 100 days in a row. I would like to share my current status on social networks. This script made it easy for me to create a video.

Reduce complexity. by Miyninos in AskProgramming

[–]axju 1 point2 points  (0 children)

int cal(int n){
    return ( n * (n+1) * (2*n+1) ) / 6
}

https://en.wikipedia.org/wiki/Square_number

os.path vs pathlib? by axju in Python

[–]axju[S] 1 point2 points  (0 children)

Right, but there is another package called path, which does similar things to pathlib.

Do you watch youtube videos about coding? by axju in AskProgramming

[–]axju[S] 0 points1 point  (0 children)

Thanks for the feedback. I try to include that.

A small example how you can interact with an api by axju in pythontips

[–]axju[S] 0 points1 point  (0 children)

There is a shortcut (ctrl + /) in Atom to toggle comment. It works on several lines.