Open in app

Sign In

Write

Sign In

NUR ARIF
NUR ARIF

52 Followers

Home

Lists

About

Jul 2

CRUD Application With FLASK

When the app starts, backEnd.py creates a Flask instance and configures an SQLite database. Then, the Product model will be defined using…

Flask

5 min read

CRUD Application With FLASK
CRUD Application With FLASK
Flask

5 min read


Jun 23

Simple Web Application Product Management

Technology used: Flask: A web framework used to develop web applications with Python. SQLAlchemy Flask: A Flask extension that provides integration with SQLAlchemy, which is an ORM (Object-Relational Mapping) for interacting with databases. SQLite: The database used in this example, which is lightweight and easy to use. Business Logic Flow: File backend.py: This file is…

2 min read

Simple Web Application Product Management
Simple Web Application Product Management

2 min read


Jun 21

Routing and Business Logic

In the software development process, there are two important concepts, namely routing and business logic. I will explain with a simple analogy suppose there is a complex city, with many confusing streets and intersections. When we want to reach our destination, we need to rely on the correct route or…

Routing

2 min read

Routing and Business Logic
Routing and Business Logic
Routing

2 min read


May 20

Using Switch Structures in Python: Effective Alternatives and Approaches

Switch is a feature that is widely used in several programming languages to adjust program flow based on the value of an expression. However, in the Python programming language, the switch structure is not directly available. There are several alternative and effective approaches to achieve similar results with switch structures…

Switch

4 min read

Using Switch Structures in Python: Effective Alternatives and Approaches
Using Switch Structures in Python: Effective Alternatives and Approaches
Switch

4 min read


Jan 9

Mastering Object-Oriented Programming with Python: A Case Study Approach

The basic philosophy of object-oriented programming (OOP) is to consider everything as an object that has attributes (properties) and behavior (methods). By considering everything as an object, it becomes easier to model the real world, especially in the case of complex systems. OOP also emphasizes concepts such as inheritance, polymorphism…

Oop Concepts

3 min read

Mastering Object-Oriented Programming with Python: A Case Study Approach
Mastering Object-Oriented Programming with Python: A Case Study Approach
Oop Concepts

3 min read


Jan 8

#10- Case Study | Understanding the Differences Between Lists, Tuples, and Sets in Python: A Case Study

Oke here is a case study in the form of a program to illustrate the differences between Lists, Tuples, and Sets in Python: Case study: Anna is a software developer who is working on a project that involves storing and manipulating data in Python. She has been using Lists to…

Set

2 min read

#10- Case Study | Understanding the Differences Between Lists, Tuples, and Sets in Python: A Case…
#10- Case Study | Understanding the Differences Between Lists, Tuples, and Sets in Python: A Case…
Set

2 min read


Jan 8

#9- Case Study | Mastering Recursion in Python: A Beginner’s Guide

A recursive function is a function that calls itself, with a base case that determines when the recursion should stop. Here’s how recursive functions work in Python: The function defines a base case, which is a condition that determines when the recursion should stop. The function takes a step forward…

Recursion

3 min read

#9- Case Study | Mastering Recursion in Python: A Beginner’s Guide
#9- Case Study | Mastering Recursion in Python: A Beginner’s Guide
Recursion

3 min read


Jan 8

#8- Case Study | Managing Student Data with Dictionaries in Python

As an example, let’s create a simple program that will manage student data at a school. We will create a dictionary that will store student data, where the student’s name will be the key (key) of each data. First, let’s create an empty dictionary that will hold student data: students…

Dictionary

2 min read

#8- Case Study | Managing Student Data with Dictionaries in Python
#8- Case Study | Managing Student Data with Dictionaries in Python
Dictionary

2 min read


Jan 8

#7- Case Study | Mastering Python with a case study on the set data type

What is a set? A set is a data type similar to a list or tuple, but it does not have an order and does not allow duplicate elements. A set can be created using curly braces {} or by using the set() function. How do I create a set…

Tipe Data

2 min read

#7- Case Study | Mastering Python with a case study on the set data type
#7- Case Study | Mastering Python with a case study on the set data type
Tipe Data

2 min read


Jan 7

#6- Case Study | Advanced Tuple Processing Techniques

We will create a program that receives a tuple containing information about a museum, including the museum’s name, address, list of collections, and the number of visitors. …

Tuples

3 min read

#6- Case Study | Advanced Tuple Processing Techniques
#6- Case Study | Advanced Tuple Processing Techniques
Tuples

3 min read

NUR ARIF

NUR ARIF

52 Followers

Backend | Data Scraping | Content Writer | Python Programming | Passionate Cyber Security

Following
  • S12 - H4CK

    S12 - H4CK

  • Tom Smykowski

    Tom Smykowski

  • Python Fundamentals

    Python Fundamentals

  • Dom Kwolczak (Tech With Dom)

    Dom Kwolczak (Tech With Dom)

  • Make money online methods

    Make money online methods

See all (219)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams