+90 536 993 6692

Articles By Category

hidden

Autonomous Vehicles
PYTHON / / 6 min read

How do autonomous vehicles detect lane lines?

Today, if you are wondering how smart cars automatically follow the driverless lane line and go to the desired route, I have prepared an article for you using the image processing algorithm. Basically, the Hough Line Transform structure, which has similar logic, is used in all image processing algorithms. Today I will create an example scenario using the Python programming language. And at the end of my article, I will share these codes with you. ...

PDF text extract
PYTHON / / 4 min read

How can I extract Text from PDF files ?

Maybe everyone has needed something like this in the past. You may be looking for a relevant key text in a PDF file. Or maybe you have a PDF file that is many pages long and you just want to get the texts.Today I will tell you how to do this with a simple bot in Python. Moreover, it is not more than 5 lines of code.Let's get started....

Dice Roll Game
PYTHON / / 4 min read

How to make a dice Rolling Game in Python ?

Maybe some of us still play it, but I used to play this game with my friends when I was a kid. Now my friend here will be the computer. So let's get started right away. By the way, you can develop without installing Python on your computer. One of the online Python code editors is here....

  • 1