QR-CODE is nothing but a QUICK RESPONSE Code. It is a two – dimensional pictographic code used for its fast readability. Here we will create QR Code using Python.
How To Make A Chatbot Using Python?
A Chatbot is a way of conversion between the user and the computer. As simply as we all know that the Siri, Alexa, and Duolingo are some real-world examples of chatbots.
Write a Python Program To Print Counting Numbers
In this post, we will write a Python code to read 2 numbers from the user and print the numbers between them. For example, 5 and 10 are two numbers taken from the user. Output will be 5,6,7,8,9,10.
Write a Python Program to Read Any String and print the middle character of it
In this post, we will write a simple Python code that will read any string and print the middle character from it. We will write the code and also show the output.
Send Image in Skype Chat using Python
In this post, we will send an image to the Skype contact programmatically using Python. Before starting with the code, install the python module skpy. Go to any command line and enter the below command.
Encode String using Base64 in Python
Base64 encoding schemes are commonly used when there is a need to encode binary data, especially when that data needs to be stored and transferred over media that are designed to deal with text. This encoding helps to ensure that the data remains intact without modification during transport.
How To Use If-Elif-Else Conditional Statement in Python?
Conditional statements are those statements by using which you can determine different outputs of a situation in your program. When you use these conditions the output will be based on whether the condition given in the code is satisfied or not. In this statement, different subcodes are written which are executed if the provided condition is satisfying.
How To Make a Simple Calculator on Phone using Python?
In this blog, I am going to teach you how you can make a simple calculator on Phone using Python that you will be able to use anytime anywhere. So let's get started already.
How To Define Function In Python?
Do you ever had thought that what happened if you have to write code every time for printing a data in Python instead of using just print() function.
Become A Programmer With Your Phone, No Previous Knowledge Required.
Welcome my Otakus, Today I am going to brief you about "How you can program using PYTHON language on your mobile phone without knowing the ABC of programming".
You must be logged in to post a comment.