The Engineering Projects
A lot of Engineering projects and tutorials for the students to help them in their final year projects and semester projects.
Pricing
105 Items

While Loop in Python

While Loop in python, python while loop, while loop in python, how to use while loop in python, while loop python, while in python, python while, while python Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow Welcome to the next lesson of our python programming class. In the last session, we looked at the use of If-else statements and created simple programs to demonstrate the concept. While loops are another type of con ...

Lists vs Tuples in Python

Lists and Tuples in Python, lists in python, python lists, lists python, tuple python, tuple in python, python tuple, tuple vs list, list vs tuple Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow Welcome to the fourteenth chapter of our python tutorial course. In the last lesson, we looked at sets and operations done to sets, including union and intersection. In this tutorial, we'll take a closer look at lists ...

How to use Sets in Python?

Sets in Python, python sets, sets python, python bool, bool python, how to use sets in python, use python sets Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow This is the next lesson in our Python course. Previously, we looked at an overview of the different data types in python such as dictionaries, Boolean and sets. This tutorial will focus on Python sets to get a deeper ...

Python Data Types

Python Data Types, data types in python, data types python, tuple data type python, numeric data types python, sequence type python, dictionary python Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow Welcome to the next tutorial of our python course. We learned about python numbers in the last tutorial, and in this tutorial, Data types in Python include, dictionaries, sets, and Boolean, among others. We'll give a ...

Dictionaries in Python

Dictionaries in Python, python Dictionaries, Dictionaries python, python Dictionary, Dictionary python, dict python, python dict Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow Hello! Welcome to the next lesson in this Python course. In the last session, we learned about python tracebacks and how to deal with them. A dictionary, like a list, is a collection of items, and we'll look at that i ...