Python3 Website Development
In the spirit of creating my own website, I decided that Python3 would be right because of its ease of coding, stable, reliable, increasingly mature and kept up to date,…
In the spirit of creating my own website, I decided that Python3 would be right because of its ease of coding, stable, reliable, increasingly mature and kept up to date,…
There are many, several choices for software development that exist, and more being created everyday. However, I prefer what simply works nice for me, and different personal software preferences of…
I posted this on stackoverflow, one of my other favorite websites. The most productive, efficient way to make UTF-8 work is to do the following. Reconfigure the print statement to…
I would like to talk about the best way in my opinion to develop a website. Simply, I program in Python3 to develop a website. Python3 continues to improve their…
It is very common when programming to establish a developer website and a separate production website. To limit the developer website to just the programmers ip address both Apache2 and…
If you have a network, the recommended way to secure ssh is to use the AllowUsers statement with a username and ip address. It will limit connecting to the server…
There are times that within a website, you may want a folder that is a symbolic link to another location on the storage drive, or perhaps an external drive. However,…
Python3 is one of the most productive programming language on the planet, its versatility allows to work on system desktop programing to website programming, and much more. It’s ease of…
Tip #1 Sometimes installing software, there are versioning issues when installing software. The versions of each softwareprogram have to be compatible with each other as the distro improves after a…
There was a website that I was using an external hard drive as its storage.After installing another external drive or two, the first hard drive was being identifiedwith a different…