Category: Python

0

Python: Resolving the error : The term ‘pip’ is not recognized as the name of a cmdlet, function, script file, or operable program

Python: Resolving the error : Python: Resolving the error : The term ‘pip’ is not recognized as the name of a cmdlet, function, script file, or operable program

Hi all,

Today in this article we are going to solve the most asked question ever : pip is not recognized as an internal or external command

0

Python: #3 Handling the events in pygame🔥

Python: #3 Handling the events in pygame

Hi all,

Today in this article we are going to continue our pygame series. In last article we had created the game loop but there was one problem, the screen that we made was not responding. To solve that problem we will handle it in today’s article.

0

Python: #2 pygame module making the game loop

Python: #2 pygame module making the game loop

Hi all,

In last article we made the game display in pygame but the the display was disappearing to solve that we will make the game in this article so that the display will not disappear.

2

Python : #1 Introduction to pygame module

Python : #1 Introduction to pygame module

Hi all,
Today we are going to start the series of pygame module. It will be very interesting series so please be with this series.

1

Python: Getting the answers of basic programming tasks🔥

Python: Getting the answers of basic programming tasks🔥

Hi all,

Today in this article we are going to get the answers to the basic Python programs in Python using “howdoi” command , interesting right. So Lets start.

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.