skip to Main Content

Python drama with variable – Debian

in python I have this set of variable variable.py #--------------Project 1--------------# ip_server = '10.10.55.98' username = 'user_1' distro = 'debian' #--------------Project 2--------------# ip_server = '10.10.55.96' username = 'user_2' distro = 'opensuse' #--------------Project 3--------------# ip_server = '10.10.55.95' username = 'user_3' distro…

VIEW QUESTION

Redis cache for news articles

I have a bunch of news articles (~100k at the moment). Every article can be connected with more than one category. So I have two keys article URL and category. I need to store this articles in Redis and need…

VIEW QUESTION
Back To Top
Search