python can speak\^o^/
Python speak🔊 How To Import Sound In Python? 1- First, you need to install pywin32 in python by type (pip install pywin32) in term...
Read more »Python speak🔊 How To Import Sound In Python? 1- First, you need to install pywin32 in python by type (pip install pywin32) in term...
Read more »Except exception in python What is except exception in python? In the try clause, all statements are executed until an exception is enco...
Read more »ISLAMIC DATE How to find Dates in Islamic calendar?? 1-First pip install Gegorian 2-Than import datetime 3-print("Calen...
Read more »Print Year, Month, Day & time Code: import datetime current_time = datetime.datetime.now() print("The attributes ...
Read more »Print Year, Month, Day & time Code: import datetime current_time = datetime.datetime.now() print("The attributes...
Read more »Import time in Python(1) what is python module ? Python's time module provides a function for getting local time from the number of se...
Read more »Graph Decoration in python💀 Some graphs properties that you can use to make any graph : marker It can change the line...
Read more »Csv(graph in python) 2 How To Print scatter graph : 1-Make any file suppose i make a file named as (data) and add data init thensave as csv...
Read more »Graph in python(1) Csv file: A Comma Separated Values (CSV) file is a plain text file that contains a list of data. These files are often...
Read more »Define pandas & its Function Define Pandas: In computer programming, pandas is a software library written for the Python programmin...
Read more »Numpy and its function👽 Define numpy: NumPy is a Python library used for working with arrays. It also has functions for working in d...
Read more »Create a password in python👀 To Make a simple password generator you just need to follow these steps: import random Then take any variable...
Read more »STATS IN PYTHON To Take a Mean Using Python You Just need to follow these steps: #Mean 1- First you need to import numpy. 2- Then take an...
Read more »Random Function What is random function in PythonðŸ’? Random function is use to take the random value For Example: If you want to print rand...
Read more »Import What is Import in Python? Python modules can get access to code from another module by importing the file/function usi...
Read more »List Range In Python What is List range in python: The range () function is used to generate a sequence of numbers over time. At its simp...
Read more »To Highlight Any Text💥😀💥 : To Highlight any Value You just need to follow these steps: 1-Take Any Variable suppose I take " g "...
Read more »How To Read & Write .txt File In Python? Read A File👀: To Read a File In Python We Just need A simple Code To read Any Text File For ...
Read more »String Formatting 👇: To print the statement in f strings is called format statement. For example: Here is the program which I print in Stri...
Read more »Def Function: def is short for “ define ”. It's a keyword that you need to define a function . All the code that you put between the...
Read more »