Home Basic Python Python for AI Python for the Web Python for Chatbots

Home

Python is one of the most popular programming language and can be used for a plethora of applications, ranging from web apps and their backends, AI and neural networks, robotics, and the most simple of applications. This website aims to educate people on Python and its interesting and useful applications.

Python is available on most desktop and server side platforms and can even be used for mobile!

This website aims to educate semi-advanced computer programmers on the wonders of Python and its applications.

The first page is this page, which provides information on the site. The second page will discuss the basics of Python, which are needed to understand the majority of the site. The third page will discuss the basics of AI and deep learning and Python's role in it. The fourth page will discuss the use of Python in web backends and how to implement it in Python. Lastly, the fifth page will discuss the use of Python for chatbots and how to implement it.

NOTE: for all Python libraries mentioned in this site, it is assumed that the library has been installed already, whether through pip, apt-get, or any other method.

More information

Python Official Website
W3 Schools Python