SQLAlchemy tutorial pt.1
SQLAlchemy is package which enables working with SQL in pythonic way. The biggest advantage of SQLAlchemy is that you don’t need to deal with different dialects of SQL (Postgres, MySQL, Oracle etc.) but rather with Python objects. There
Read morePython ve Netmiko ile Cisco Switch / Router Cihazlarından Toplu Backup Alma
Network otomasyonu açıklamadan önce otomasyon nedir cevabını bulalım. Basitçe ifade etmek gerekirse otomasyon, herhangi bir insan müdahalesi olmadan veya insan müdahalesini en aza indirgeyen, yapılacak işlerin son derece otomatik yollarla çalıştırma veya kontrol etme tekniği, yöntemi veya sistemidir.
Read moreSolving NLP problems quickly with IBM Watson NLP
As data scientists, before starting on the developing the models, by trying to find and download open-source models or develop models on your own, wouldn’t it be nice to have all of these handy and available to be implemented in just a few lines of code? That’s exactly what I will show you today in this blog post. With Watson NLP, you get state-of-the art pre-trained models for numerous NLP use-cases that can get you up and running
Read moreLamdenLink Bridge Status Update
The team is very grateful for everyone’s continued patience. We’re diligently working out the details to re-enable the LamdenLink bridge while minimizing impacts to the community. We had a productive call yesterday with community developers to discuss options. The proposed idea (thank Benji) we’re currently evaluating is to write-off
Read more