Tag: Python

cpp

[Explained in Detail] if else nested Programming Example in C, Java and Python

Explain if else nested Programming Example in C, Java and Python. if else ladder statement and conditional branching in C.

Jupyter

How to Install and Run Jupyter Python Notebook [Complete Guide with Example]

Complete guide for installation and to run Jupyter Python Notebook in Windows/Linux/MacOS for Python version 2 and 3. How to write and run your First Python program in Jupyter?

pip

Complete Guide for Managing Python Modules using Pip

What are the commands for managing Python modules using Pip? How to install, uninstall and upgrade Python packages? Complete Guide.

Python

4 Python String Formatting Every Python Developer should Master

What are the different Python string formattings for Python version 2 and 3? Evaluating expression in Python string formatting.

Python

Python Code to Extract Emails by Reading File [Complete Script]

How to write a script in Python to extract emails from file? Complete code to verify every email in the file.

cpp

QuickSort Complete Tutorial | Example | Algorithm | Programming | Complexity

Step-by-step QuickSort explanation with an example, algorithm, program (C/CPP, Java and Python) and time complexity. How does QuickSort work?

Python

How to Install and Run Different Python Versions in Cmd?

How to run different python versions in cmd? Steps for Installation and running Python 2 and Python 3 on the same system.

Python

What is NoneType in Python and Null Equivalent?

What is NoneType in Python? What is equivalent to Null in Python? Use of None and NoneType object.

app

Building Android Mobile Game Using Python | Good or Bad?

Is it possible to develop a mobile application or Android mobile game using Python? How to start a mobile app and game development in Python?