Code articles
Browse articles by category
Podcast "People and Code", episode #71: Yuri Khodyrev.
A guide to testing Python applications with Pytest. We explain what Pytest is, how to install the framework, how to write tests with it, how to use fixtures, labels, and more.
About the world's first high-level programming language, Plankalküla, and the cunning interweaving of human destinies and ideas in Nazi Germany and the post-war world.
FTP in simple terms: what this protocol is, what it's used for, how to create an FTP server, and how to use it to transfer data. A review of popular FTP clients: we show you how to transfer files on W...
Error 400 (Error Bad Request): What does this HTTP server response code mean and how to fix it? We explain what to do if you're a user or website owner.
Podcast "People and Code", episode #75: Ilya Rezvov.
We'll discuss which Linux distribution is best for beginners, advanced users, and experts, for low-end PCs and laptops, for gaming, and for home use. We'll also select the most stable versions of the ...
SSL protocols in simple terms: what this connection is, how encryption works, and how the protocol differs from an SSL certificate.
Claude Elwood Shannon: who he was and what he was famous for. A brief biography of the scientist who taught the world to communicate in the language of ones and zeros.
Podcast "People and Code", episode #76: Alexander Guzenko.
What awaits you if you want to develop your personal brand in IT? Everyone says, "Attend meetups, start a blog, get involved in the community." But does this really make sense? We discuss this with th...
Three ways to split strings into characters in Python: using for and while loops for each character, list comprehensions, and the list function. These list splitting methods will be useful for both be...