Okan Yenigun


Drawing with Code: Using PyAutoCAD to Automate AutoCAD in Python

How to Use Python and PyAutoCAD to Create Custom AutoCAD Drawings

AutocadDesignCad

Design Patterns in Python: Repository Pattern

The Repository Design Pattern Explained and Implemented in Python.

Design patternsSoftware engineeringSoftware architecture

Buckle Up Your For-Loops, Or Speeding Up Iterations in Python

Faster Alternatives to Python’s Standard For Loop Implementations

PythonIteratorsLoop

Create a Network Graph in Python

Implementation of Network Graphs in Python

PythonNetworkxGraph

Create a Sankey Diagram in Python

Visualize Your Process Data with Sankey Diagram

PythonSankeyData-visualization

Decision Tree Parameter Explanations

Sklearn's Decision Tree Parameter Explanations

Machine learningAlgorithmSklearn

LangChain in Chains #22: Chain of Thought Prompting

Enhancing Model Reliability Through Structured Prompting.

NLPLangchainGenerative Ai Tools

LangChain in Chains #7: Output Parsers

The Role of Output Parsers in LangChain

LangchainNlpArtificial intelligence

LangChain in Chains #5: Prompt Template

Prompt Templates

LangchainNlpArtificial intelligence

The Python Programmer’s Toolkit: Essential Libraries for Translation

Translation Libraries in Python

PythonMachine learningMachine translation

Send Async Emails In Your Django App With Celery And Redis

A Guide to Sending Async Emails with Celery and Redis

PythonDjangoCelery

Logistic Regression from Scratch

Explained and Implemented

PythonLogistic regressionMachine learning