Tagged: Python 3.10.0rc1

2

Python : Introduction to ethical hacking in Python – Introduction to Kali Linux – Part 1

Python : #1 Introduction to ethical hacking in Python – Downloading Kali Linux

Hi all,

Today in this article we are going to start a new series on ethical hacking by Python and Kali Linux. Today we are going to see what is kali Linux and we are going to download it on VirtualBox

0

Kali Linux – resolving error while installation – An installation step failed

An installation step failed – Kali Linux Installation Error FIX – VirtualBox

Hi all,
While installing the kali Linux we got an error so today we are going to fix that error. If you have not read our article on installing kali Linux please read the article first so you will understand about the kali Linux, about virtual box and how the error came

0

Python: How to read config files 📂

Python: How to read config files 📂

Hi all,
Today in this article we are going to discuss about config file and how to read config files in python.

0

Python: #4 Key pressing and creating the snake game in pygame

Python: #4 Key pressing and creating the snake game in pygame

Hi all,

Today in this article we are going to discuss about the key pressing in the pygame and we are also start creating the snake game.

4

Python : Making text to speech converter in Python with pyttsx3 module

Python : Making text to speech converter in Python with pyttsx3 module

Today in this article we are going to do some fun. We will translate the string into speech with the help of pyttsx3 module.

0

Tkinter module in Python

Tkinter module in Python

We will get to know about different widgets
All the widgets programs with comments
No need to got to Other websites will get all things need to know for a beginner

0

Python : Finally block

In this article we will discuss “finally” block in python.