Python Modules

Modules is one of the best feature of Python. Except some core modules, you can install what you need and keep your Python setup smooth.

How to Use SQL in Python?

Most modern-day applications interact with databases on a very frequent basis. And SQL or Structured Query Language makes it much easier to access and manipulate the data stored inside those databases. Python, being one of the popular languages, has support for both built-in and third-party SQL libraries. In the following section, we discuss how you

How to Use SQL in Python? Read More »

Deploy Flask App on VPS

In this article, we will deploy Flask Application onto a Virtual Private Server (VPS) using Apache Webserver Software and mod_wsgi WSGI. What is VPS? VPS, which stands for Virtual Private Server, is a virtual machine sold as a service by various hosting companies. You can think of it similar to laptop CPU hardware but in

Deploy Flask App on VPS Read More »