Close

Python Data Science

Utilizing Python programming for data analysis, visualization, and building data-driven insights in science and business.

Drone İle Teslimat: Manna Air, 30 Milyon Dolarlık Yatırımla Uçuşa Geçiyor

Drone İle Teslimat: Manna Air, 30 Milyon Dolarlık Yatırımla Uçuşa Geçiyor

İrlanda merkezli drone teslimat şirketi Manna Air, 30 milyon dolarlık yeni bir yatırım turunu başarıyla tamamladı. Bu yatırımla birlikte şirketin toplam öz sermaye finansmanı 60 milyon doları aştı. Manna Air, bu fonlamayla drone teslimat ağını genişletmeyi ve operasyonlarını daha da büyütmeyi hedefliyor. Manna Air Nedir? Manna Air, özellikle yemek ve market […]

Devamını Oku

Scout Culture in Code: Leaving a Legacy of Excellence in Agile Development

Scout Culture in Code: Leaving a Legacy of Excellence in Agile Development

The “scout culture” in Agile software development and software craftsmanship is inspired by the Boy Scouts rule of “leave the campground cleaner than you found it.” In software development, this means always leaving the codebase in a better state than when you found it. This culture emphasizes the importance of […]

Devamını Oku

Clustering Algorithms Unveiled: A Python Approach

Clustering Algorithms Unveiled: A Python Approach

Clustering, the unsupervised learning hero, is a data scientist’s tool for uncovering hidden patterns in data. Imagine it as a detective grouping similar data points into clusters based on their features. But with many algorithms to choose from, which one should you employ? This article breaks down the top 10 […]

Devamını Oku

Debian: The Oldest Operating System Still in Active Development

Debian: The Oldest Operating System Still in Active Development

Debian is a free and open-source Linux distribution first released in 1993. It is a community-supported project that the Debian Project manages. Debian is known for its stability, security, and wide range of software packages. What is Debian? The name Debian comes from the names of its founders, Ian Murdock […]

Devamını Oku

Python Dağıtım Paketleri

Python Dağıtım Paketleri

Python diline dayalı uygulamaların yüklenmesi, yönetilmesi ve dağıtılması için kullanılan birçok dağıtım paketi vardır. Bunların başlıcaları şunlardır: Anaconda: Python diline dayalı uygulamaların yüklenmesi, yönetilmesi ve dağıtılması için kullanılan bir dağıtımdır. Bu dağıtım, birçok ek paketi de içerir ve bu nedenle daha büyük bir dosya boyutuna sahiptir. Miniconda: Python diline dayalı […]

Devamını Oku

Anaconda/Miniconda install/Update/Uninstall on MacOS.

Anaconda/Miniconda install/Update/Uninstall on MacOS

Installing on macOS Installing in silent mode Note The following instructions are for Miniconda. For Anaconda, substitute Anaconda for Miniconda in all of the commands. To run the silent installation of Miniconda for macOS or Linux, specify the -b and -p arguments of the bash installer. The following arguments are supported: EXAMPLE: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O ~/miniconda.sh […]

Devamını Oku

Django 3.0 Released

Django 3.0 Released

The Django team is happy to announce the release of Django 3.0. The release notes cover the raft of new features in detail, but a few highlights are: You can get Django 3.0 from our downloads page or from the Python Package Index. The PGP key ID used for this release is Carlton Gibson: […]

Devamını Oku