Good day to everyone. I’m writing this post on a sunny Sunday after the exam. Let’s make the descriptions first. SSH (Secure Shell): A protocol that allows users to control remote computers/servers. It was created as an alternative and secure way to links to unencrypted telnet. Ensures that all messages that are transmitted and received…
USB memory Boot preparation
Hi, the point today is that we’re going to make the .iso file available to the computer with the USB.universel serial bus. Required Materials: .iso file on one smoke (windows, linux, etc.) Rufus program to boot the .iso file into memory A little English and some BIOS information We download the Rufus program via the…
T.A.B: Turkishization in Djangoda
When any django project is started, it comes in English by default. Setting.py file if we change the parts of them with this, we will translate them into Turkish. [baglanti_kare][space] [yazi_ici_goruntu]
Kick-offInformation: Django da shell
Hello everyone 🙂 I’m starting a series called Single Pulse Information, and the purpose of this series is not to tell the general subject, but rather to transfer the small problems or the little information learned here instantly. I learned something new when I was trying to create something with Django, and inside the djangon,…
Internet speed test
Internet speed is known in our country, not enough. I believe that will develop over time. There are a lot of websites available (speedof, fast, testmy) to check that the companies we receive internet service give us the speed of the package we choose one-to-one, but in general, use is a popular speedtest site. When…
Python work environment
Let’s talk about what “Python Virtual Environment” is first. The Turkish equivalent is a virtual environment, or a virtual working environment. It is a system that is running exactly isolated from the system, allowing you to collect the python version you selected and the modules you want to use in one place. Creates a custom…
Python pip setup
What is a PIP? What does it do? A system that allows you to install third-party modules on your system can be found on the website at: To give an example in its simplest form, let’s say you need to use a calculator in your project, a developer has previously written such a program and…
What is Python, how to install it?
Python is a programming language that is very easy to syntax. It’s a perfect caftan for friends who are just starting programming. It was first developed in 1990 by Guido van Rossum. As his name is thought, he was taken from monty python’s flying circus, a six-person British comedy group called Monty Python, which the…