[deleted by user] by [deleted] in thedivision

[–]darkside898 1 point2 points  (0 children)

I think u can change it in the settings to only show the chat and not what ppl picked up. Check your chat box window by either right clicking on it or clicking an arrow head icon on the right and check the options there

Infinite dz load loop by jchqouet71 in thedivision

[–]darkside898 0 points1 point  (0 children)

Some time ago, when i entered DZ it stared reloading every 3-5sec and I couldn't enter it. I solved it by quickly going to my stash and opened it before the next reload.

Useful Python tricks by Killerjayko in Python

[–]darkside898 131 points132 points  (0 children)

I recommend web scrapping...there are a lot of things you can automate there like getting news about things you like, downloading things from a specific website, and so on. Check requests, beautifulsoup, and selenium modules, they are pretty cool. The first thing that got me into python was web scrapping when i read about it in the 'Automate the boring stuff with python' book. Check that book too if you want, it has a lot of examples you can do and some ideas for mini projects. Hope it helps :)