fbpx

Why using DHCP is better than static IP addresses… Even for servers

Any IT professional with even a little experience is familiar with DHCP. Dynamic host configuration protocol is responsible for handing out IP addresses on your network.  there is generally one device or server responsible for handing out IP addresses on a given Network. Using DHCP, you can specify the IP address,  subnet mask, DNS server, […]

Why using DHCP is better than static IP addresses… Even for servers Read More »

How to use Python Math Operators

Understanding the Python Math Operators is very important. You use these operators throughout the Python language whether it be concatenating strings, doing basic algebra, complex calculus, or delving into data science. In this article, we will cover the basics of doing math with python including how to do multiplication, division, addition subtraction, exponents, and orders

How to use Python Math Operators Read More »