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
141 Items

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 ...

Python Traceback

Python Traceback, Traceback in python, traceback python, common traceback in python, common python traceback Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow Welcome to the tenth lesson of our python course. In the previous tutorial, you learned about syntax errors in Python, and in this lesson, we will look at one more error notice that is given by Python when there is a ...

Python Syntax Errors

Python Syntax Errors, invalid syntax python, python invalid syntax, python common errors, python normal errors, common error in python, syntax error python Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow Welcome to chapter 8 of our python tutorial. In the previous chapter, we learned about Python numbers and how to use them in expressions. Throughout this chapter, you'll look at frequent examples of incorrect Python s ...

How to use Variables in Python?

Variables in Python, How Variables Are Used in python, data types in python, python variables, how to store python variables, variables python, python variables, type casting python, python type casting Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow Welcome back! This is the fifth lesson in our Python programming course. In the last chapter, we discussed how string data types are used in Python. In this tutorial, we’re going to discuss variables in python and the ...

How to use Strings in Python?

Strings in Python, How strings Are Used in python, operators in python, string in input function python, string operations in python, python strings, string in python, strings python Departments:Computer EngineeringComputer ScienceCodings:PythonSoftwares:TensorFlow Welcome to the fourth lesson of this python course. Our previous session taught us how to utilize the print function in python, so we have a firm grasp of the terminology and the functions themselves. In this lesson, ...