How to access SFTP server in Python

Python and SFTP are two valuable tools when building or maintaining a website. As a web developer, you can utilize SFTP to access your website quickly, transfer files, and even backup your website's data. Python allows you to construct a powerful back-end automated solution for your entire website, not just for downloading or uploading data to your SFTP server.

“What is HTML” explained with examples

Is Html a programming language? It is easy to get confused thinking of HTML as a programming language, but the fact is HTML is a Hypertext Markup Language. It creates electronic documents (web pages) displayed on the World Wide Web (WWW). For not being a programming language, it does not have the capability to create dynamic functionality. HTML pages can be viewed by anyone connected to the internet.

Github Custom: How to create a Github Profile README

Tutorial to create a Github Profile README in 2020 Hi Developers! Today I will talk about the latest & cool feature that GitHub has released in 2020 i.e Github Profile READMEs. Now you can customize your Github Profile by placing your custom fancy text & links above your repository. The feature will not only help [...]

Portals considered harmful

📖 tl;dr: Make sure that each Portal and render() root has its own DOM node. Don't mix the two or try to share roots as that's undefined behavior and leads…
Easy Learn Python Space Shooter game building using Pygame

Easy Learn Python Space Shooter game building using Pygame

Easy Learn Python Space Shooter game building using Pygame Hi,  coders! Today I will show you guys, how to build one of the most popular games that we used to play during our kids & used to consider to built i.e “Space Shooter”. So, today we have written a blog on how to easily build [...]