Phyton

Shape Image One

8 books for programmers, improve technical and soft skills

We have collected literature in one collection for both beginners in IT and experienced programmers, which will help to improve the base, expand knowledge in the field of mathematics and ML, teach you how to pass interviews and “survive” in the office. Computer Science Distilled: Learn the Art of Solving Computational Problems A short and

Top 5 Python Books for Beginners

1. Mark Lutz “Learning Python” Many experienced developers recommend starting to learn Python with this book, as it contains information that gives the most complete understanding of both the language and programming in general. Answers not only the question  “how?”, but also “why?”. Advantages: 2. Eric Mathiz “Learning Python. Game programming, data visualization, web applications

Guide to programming languages.

Just as there are many human languages, there are many programming languages that programmers can use. The part of the language that a computer can understand is called “binary”. Translating a programming language into binary code is called “compiling”. Every language, from C to Python, has its own distinctive features, although there are common features

10 most popular programming languages according to GitHub

According to GitHub’s annual State of the Octoverse report , 2020 was an unusual year that changed the way many developers work. Since GitHub was founded in 2008 and acquired by Microsoft in 2018, it has become the largest source code repository in the world, connecting more than 56 million developers worldwide. Its scope allows it to track

Where is Python used? 10 Practical Uses of Python

Несмотря на то, что Python начинался как хобби-проект, названный в честь Монти Пайтона, сейчас это один из самых популярных и распространенных языков программирования в мире. Кроме веб-разработки и разработки программного обеспечения, Python используется для анализа данных, машинного обучения и даже дизайна. Мы подробнее рассмотрим некоторые способы использования Python, а также почему это такой популярный и

Password hashing: How to keep your database secure.

Hash algorithms are one-way functions. They take any string and turn it into a fixed-length fingerprint that cannot be reversed. This means that if your data in your database is compromised, a hacker will not be able to obtain user passwords if they have been well hashed.  Websites using hashing typically have a workflow like

How to use Python library to work with Excel tables?

How to Use the AES-256 Cipher: Python Cryptography Examples

Databases step by step guide how and why to learn