Open in app
Home
Notifications
Lists
Stories

Write
Erdi MOLLAHÜSEYİNOĞLU
Erdi MOLLAHÜSEYİNOĞLU

Home

Published in Analytics Vidhya

·Feb 27, 2021

File uploads with Amazon S3 in a Django Project

In a Django project, we’re going to show an example using to allow you to upload files safely and securely to an AWS S3 as external storage. Unfortunately, there are no free solutions available and my Amazon Free Tier has expired. …

Python

3 min read

File uploads with Amazon S3 in a Django Project
File uploads with Amazon S3 in a Django Project

Published in Analytics Vidhya

·Apr 21, 2020

Python Tuples vs Lists — Comparison Between Lists and Tuples

In this article, we are going to try to explain review difference between tuples and lists. They are both similar sequence types in python. There is a big difference when considering lists and tuples. Tuples are immutable list but it isn’t true for lists. …

Python

3 min read

Python Tuples vs Lists — Comparison Between Lists and Tuples
Python Tuples vs Lists — Comparison Between Lists and Tuples

Published in Analytics Vidhya

·Feb 18, 2020

The SOLID Principles

In this article, I’m going to try to explain review the so-called SOLID Principles, and how to implement them in a Pythonic way. We will learn how to develop maintainable. software systems applying design patterns on SOLID Principles. SOLID is the basic principle of OOP(Object-Oriented Programming), which was defined in…

Solid

6 min read

S.O.L.I.D Principles
S.O.L.I.D Principles

Published in Analytics Vidhya

·Jan 17, 2020

Python String Methods

In this article, you will learn how to use some built-in methods for Python. Strings in python are surrounded by either single or double quotation marks and each character in a string is assigned an index. Section Overview count() center() swapcase() find() split() startswith() endswith() ljust() and rjust() string capitalization zfill() strip() …

Programming

5 min read

Python String Methods
Python String Methods

Jan 3, 2020

Django Models: Working with M2M Intermediary Models

In this article, we will learn how to use through for Django many-to-many relationship. A few times in the last month, I’ve run into the need to add some metadata to a Django many-to-many relationship. Let’s go through an example the existing models:

Django

3 min read

Django Models: Working with M2M Intermediary Models
Django Models: Working with M2M Intermediary Models

Published in Analytics Vidhya

·Dec 9, 2019

Python List Tutorial

Section Overview Lists Slices Exception Handling Looping through a list Sorting and Ranges Ranges Section 1. Lists Lists are one of the most powerful data types in Python. It is a data type that holds an ordered collection of items. The items can be of various data types. You can even have lists of lists. …

Programming

5 min read

Python List Tutorial
Python List Tutorial

Published in Analytics Vidhya

·Nov 24, 2019

Python 3.8 New Features: The Walrus Operator And Positional-Only Parameters

Section Overview The Walrus Operator Positional-Only Parameters References Section 1 — The Walrus Operator (Assignment Expressions) We use an assignment expression(walrus operator). It use the walrus operator (:=) to both assign and evaluate variable names in a single expression, thus reducing repetition. It is a new syntax introduced in Python 3.8 …

Python

3 min read

Python 3.8 New Features: The Walrus Operator And Positional-Only Parameters
Python 3.8 New Features: The Walrus Operator And Positional-Only Parameters

Published in Analytics Vidhya

·Nov 10, 2019

Build a Django RESTful API

Section Overview Setup. Create the django project and application. Model and database. Access to the data. Conclusion. Together, we’re going to build the back-end for a “To Do” application. We write and deploy a RESTful API service. The APIs allow you to Create, Read, Update, and Delete (CRUD) a task. …

Django

3 min read

Build a Django RESTful API
Build a Django RESTful API

Published in Analytics Vidhya

·Nov 9, 2019

JWT(JSON Web Token) With DRF

Section Overview build django project. define the news content model and admin. configure news content api. authentication and permissions. adding JWT(JSON Web Token). swagger docs. JSON Web Token is an Token based authentication used by client/server applications where the client is a web, native, mobile or something else application using. …

Python

5 min read

JWT(JSON Web Tokens) For DRF
JWT(JSON Web Tokens) For DRF

Aug 10, 2019

Modified Preorder Tree Traversal in Django

In this article, we will learn how to use django-mptt in a Django site. MPTT is modified preorder tree traversal. It’s an efficient way to store hierarchical data to your Django models. You easily determine parent-child relationships. Installation pip install django-mptt You should add mptt to the INSTALLED_APPS in your settings.py…

Programming

3 min read

Modified Preorder Tree Traversal in Django
Modified Preorder Tree Traversal in Django
Erdi MOLLAHÜSEYİNOĞLU

Erdi MOLLAHÜSEYİNOĞLU

Senior Backend Engineer

Following
  • Umut Gökbayrak

    Umut Gökbayrak

  • Ozgur Yarikkas

    Ozgur Yarikkas

  • Fatih Erikli

    Fatih Erikli

  • Murat Dogan

    Murat Dogan

  • Adem ilter

    Adem ilter

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable