Exploring the World of Languages: 23 Fascinating Maps and Charts
The article “23 maps and charts on language” on Vox.com, authored by Dylan Matthews, offers a captivating journey through the diverse and intricate world of languages. It presents a series of maps and charts illuminating various aspects of global communication, showcasing the relationships, diversity, and unique characteristics of languages worldwide. […]
Object Instantiation Mechanism in Python: The Dance of __new__ and __init__
In Python, object instantiation is a two-step process involving both the __new__ and __init__ methods. These methods play distinct roles in the creation and initialization of objects, ensuring a logical and seamless process. Let’s explore how Python uses these methods to breathe life into objects. 1. The Role of __new__: […]
Fedora: The Free and Open Source Operating System
Fedora is a free and open-source Linux distribution developed by the Fedora Project, a community-supported project sponsored by Red Hat. Fedora is a general-purpose distribution known for its stability, performance, and innovative features. What is Fedora? The name Fedora comes from the Fedora Project’s mascot, a dancing penguin named Fedora. […]
Important Linux Bash Commands
Adım Adım Yazılımcılık Serisi
GİT ve GitHub derslerimizde Branching ile ilgili uzun bir ders hazırlıyorum. Ardından github ‘a geçeceğiz. Python derslerinde sadece bir öğrencim vardı. O da pandemi nedeniyle devam etmiyor. Onu bekliyorum. Docker , Container ve microservices ‘ler konusunda güzel bir seri hazırlıyorum. Java ve C# serisi yapmayı düşünmüyorum. Benzerleri çok var. C++ […]