Python Articles

Sorted By: Most Recent
Alexander Majorov Alexander Majorov
Updated on July 22, 2025

Python ImportError: Attempted Relative Import With No Known Parent Package Solved

The “ImportError: attempted relative import with no known parent package” occurs when a relative import in a module has no parent package. Here’s how to solve it.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on July 22, 2025

What Is Python?

Python is a programming language used in website development, software development, task automation, data analysis and data visualization.

Image: Shutterstock / Built In
Roman Davydov Roman Davydov
Updated on July 09, 2025

Best Practices for Python Development in Enterprise Environments

Python’s speed, scalability and security features make it ideal for enterprise environments. Our expert outlines some best practices.

Image: Shutterstock / Built In
Jayanta Adhikary Jayanta Adhikary
Updated on July 08, 2025

How to Use Ollama API to Run LLMs and Generate Responses

Ollama is an open-source platform that allows users to run LLMs locally using a REST API. Here’s how to use it.

Image: Shutterstock / Built In
Sean Benhur Sean Benhur
Updated on July 08, 2025

Guide to Python Logging

Use this tool to keep track of and back up your hard work.

Image: Shutterstock / Built In
Ines Lee Ines Lee
Updated on June 30, 2025

A Beginner’s Guide to Dot Notation

Dot notation is a syntax used in programming languages like Python to access an object’s attributes and methods, making it easier to search complex data structures. Here’s what you need to know. 

Image: Shutterstock / Built In
Ernest Rudnicki Ernest Rudnicki
Updated on June 25, 2025

What Is Imperative Programming?

Imperative programming is a computer science paradigm in which programs are built using statements. Here’s how they work.

Image: Shutterstock / Built In
Kacper Michalik Kacper Michalik
Updated on June 23, 2025

19 Programming Project Ideas: From Simple Scripts to Full Apps

Programming projects can help developers expand their skills and deepen their tech stack knowledge. Here are a variety of project ideas from beginner to advanced to sharpen your skills. 

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on June 23, 2025

What Are Python Data Structures?

Python data structures are formats for organizing and storing different kinds of data in Python. The four main types of built-in Python data structures are lists, tuples, sets and dictionaries.

Image: Shutterstock / Built In
Indhumathy Chelliah Indhumathy Chelliah
Updated on June 17, 2025

Merging Lists in Python: A Guide

There are multiple ways to merge lists in Python. Master leveraging append, extend, concatenation, for loops and more. 

Image: Shutterstock / Built In