Tag: Python
-
Python adopts standard lock file format for reproducible installs
Posted on May 13, 2025, Level beginner Resource Length short
Python's ecosystems now have a standardized lock file format called pyproject.lock (or pylock.toml) defined by PEP 751. This was formally adopted after the proposal was accepted. By Sarah Gooding.
Tags python cloud infosec devops
-
Fourteen advanced Python features
Posted on April 28, 2025, Level beginner Resource Length long
Python is one of the most widely adopted programming languages in the world. Yet, because of it's ease and simplicity to just "get something working", it's also one of the most underappreciated. By Edward Li.
Tags programming python how-to learning
-
Raspberry Pi AI camera explained: What it is & how to use it
Posted on April 24, 2025, Level beginner Resource Length long
The Raspberry AI Camera is a high-resolution visual sensor with a neural processing unit (NPU). This hardware makes it perfect for AI vision capabilities—such as object detection, pose estimation, and semantic segmentation—and lets it process images/videos on-device. By Thomas Dyan.
Tags big-data machine-learning ai robotics python
-
Object oriented programming (OOP) in Python
Posted on December 15, 2024, Level intermediate Resource Length medium
Object-oriented programming (OOP) in Python lets you structure your code by grouping related properties and behaviors into individual objects. You create classes as blueprints and instantiate them to form objects. With OOP, you can model real-world entities and their interactions, and create complex systems with reusable components. By David Amos.
Tags oop programming python app-development
-
Docker tutorial: Using Docker with Python
Posted on May 28, 2024, Level beginner Resource Length long
This is an introductory Python Docker tutorial. By the end of this article, you will know how to use Docker on your local machine. Along with Python, we are going to run Nginx and Redis containers. By Alex Ryabtsev.
Tags python app-development containers web-development docker
-
Build a blog using Django, GraphQL, and Vue
Posted on April 29, 2024, Level beginner Resource Length long
This tutorial will take you through the process of building a Django blog back end and a Vue front end, using GraphQL to communicate between them. By Philipp Acsany.
Tags restful json web-development apis python nosql
-
Mastering Python for Data Science: Beyond the basics
Posted on March 18, 2024, Level beginner Resource Length medium
Python reigns supreme in the data science world, yet many aspiring (and even veteran) data scientists only scratch the surface of its true capabilities. To truly master data analysis with Python, you must venture beyond the basics and use advanced techniques tailored for efficient data manipulation, parallel processing, and leveraging specialized libraries. By Nahla Davies.
Tags python app-development web-development big-data machine-learning
-
How to stream JSON data using server-sent events?
Posted on October 17, 2023, Level intermediate Resource Length medium
Server-Sent Events (SSE) is a simple and efficient technology for sending real-time updates from the server to the web browser over a single HTTP connection. By @workfall.com.
Tags python programming web-development app-development event-driven
-
How to develop APIs with Django REST framework [Step-by-step guide]
Posted on October 16, 2023, Level intermediate Resource Length medium
In this article, we'll talk about how develop APIs with Django REST framework by step by step. Author believes this is going to be useful for all beginner Django developers, as REST APIs are used in every application or piece of software to connect the backend and frontend parts. If you master this, you can build all kinds of products. By Oleg Kovalyov.
Tags restful learning app-development python
-
How to optimize your code for performance: A focus on Python and beyond
Posted on October 1, 2023, Level advanced Resource Length medium
For the seasoned Python developer, the notion of performance optimization is a familiar landscape—fraught with challenges yet abundant with opportunities for innovation. While churning out Python code that 'works' is easy, crafting code that performs optimally is an art. By Maria Chojnowska.
Tags python performance app-development programming
-
How to deploy an AI model in Python with PyTriton
Posted on July 18, 2023, Level intermediate Resource Length medium
AI models are everywhere, in the form of chatbots, classification and summarization tools, image models for segmentation and detection, recommendation models, and more. AI machine learning (ML) models help automate many business processes, generate insights from data, and deliver new experiences. By Shankar Chandrasekaran.
Tags cio ai big-data python data-science
-
Python for AI and what else?
Posted on July 8, 2023, Level beginner Resource Length medium
Python has taken over the development space and Python is definitely for AI as well as many other application arenas. In fact, it's everywhere. Ask any coder, and they'll tell you that it's easy to learn and it's often the right tool for the job. By Intersog.
Tags app-development learning python ai how-to