Close

Python Dersleri

Veri bilimciler için Python dersleri

PyLint: A Python Static Code Analyzer

PyLint: A Python Static Code Analyzer

PyLint is a Python static code analysis tool that helps you find potential bugs, improve code quality, and enforce coding standards. It is a free and open-source tool that can be used on any Python project. How PyLint Works PyLint analyzes your code without actually running it. It looks for […]

Devamını Oku

Graphs in Python: A Powerful Tool for Data Analysis

Graphs in Python: A Powerful Tool for Data Analysis

Graphs are robust data structures that can represent relationships between entities. In Python, many libraries can be used to construct and manipulate graphs. Constructing Graphs in Python The NetworkX Library The NetworkX library is a popular Python library for constructing and manipulating graphs. It provides many features, such as: Code […]

Devamını Oku

Python Virtual Environments and PyCharm: A Perfect Match

Python Virtual Environments and PyCharm: A Perfect Match

Python virtual environments are a great way to isolate different projects and their dependencies. PyCharm is a powerful IDE that makes creating and managing virtual environments easy. Python Virtual Environments A Python virtual environment is a self-contained directory tree that contains all the necessary Python libraries and binaries for a […]

Devamını Oku

Python Clean Code Teknikleri

Python Clean Code Teknikleri

Bu dersimizde Python içerisinde 4 farklı Clean Code tekniğini öğreniyoruz. Format String tekniklerinden tutun Değişken atama işlemlerine kadar kod yazarken hem hatadan hem zamandan tasarruf edeceğiniz yöntemleri öğrenmeye ne dersiniz. 00:00 Giriş00:28 İlkel String Format01:06 Format Metodu02:00 String Literal02:50 Format String Metodu03:40 Aritmetik İşlem04:05 Liste Elemanları04:55 Dizileri Tuple Yapma05:30 Fonksiyonları […]

Devamını Oku

Python İle Basit Bir Derin Öğrenme Uygulaması

Python İle Basit Bir Derin Öğrenme Uygulaması

Python ile veri bilimi ve makine öğrenmesi konusunda çalışmak istiyorsak işe NumPy ve Pandas ile başlamamız gerekiyor. Çok basit bir örnek uygulama ile başlayabiliriz. Bir giriş veri setimiz var, bir işlemden geçerek bir sonuç seti oluşuyor. Bunun algoritmasını tahmin etmeye çalışıyoruz. Sigmoid fonksiyonu ile iterasyonu ayarlıyoruz. Bu temel bir yaklaşımdır.

Devamını Oku

Adım Adım Yazılımcılık Serisi

Yazılımda Ustalaşmak

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++ […]

Devamını Oku