#Real Python
Iterators and Iterables in Python: Run Efficient Iterations
In this tutorial, you'll learn what iterators and iterables are in Python. You'll learn how they differ and when to use them in your code. You'll also learn how to create your own iterators and iterables to make data processing more efficient.
#intermediate #python
By – | Jan 06, 2025
Image Processing With the Python Pillow Library
In this step-by-step tutorial, you'll learn how to use the Python Pillow library to deal with images and perform image processing. You'll also explore using NumPy for further processing, including to create animations.
#intermediate
By – | Jan 08, 2025
Python's urllib.request for HTTP Requests
In this tutorial, you'll be making HTTP requests with Python's built-in urllib.request. You'll try out examples and review common errors encountered, all while learning more about HTTP requests and Python in general.
#intermediate #api #web-dev #web-scraping
By – | Jan 11, 2025
HTML and CSS for Python Developers
There's no way around HTML and CSS when you want to build web apps. Even if you're not aiming to become a web developer, knowing the basics of HTML and CSS will help you understand the Web better. In this tutorial, you'll get an introduction to HTML and CSS for Python programmers.
#basics #django #flask #front-end #web-dev
By – | Jan 11, 2025
Python's pathlib Module: Taming the File System
Python's pathlib module enables you to handle file and folder paths in a modern way. This built-in module provides intuitive semantics that work the same way on different operating systems. In this tutorial, you'll get to know pathlib and explore common tasks when interacting with paths.
#intermediate #python
By – | Jan 11, 2025
How to Get a List of All Files in a Directory With Python
In this tutorial, you'll be examining a couple of methods to get a list of files and folders in a directory with Python. You'll also use both methods to recursively list directory contents. Finally, you'll examine a situation that pits one method against the other.
#intermediate
By – | Jan 12, 2025
Python's assert: Debug and Test Your Code Like a Pro
In this tutorial, you'll learn how to use Python's assert statement to document, debug, and test code in development. You'll learn how assertions might be disabled in production code, so you shouldn't use them to validate data. You'll also learn about a few common pitfalls of assertions in Python.
#intermediate #best-practices #python
By – | Jan 12, 2025
#PyCoders
Issue #663 – DRF, Temp Files, Dataclasses, and More
By – | Jan 07, 2025
#Adam Johnson – Blogs
Python: test for unraisable exceptions with
A few days ago, I blogged about debugging unraisable exceptions with Rich. Here’s a sequel on testing that some block of code doesn’t trigger any unraisable exceptions.
By Adam Johnson | Jan 07, 2025
Django: silence “Exception ignored in … OutputWrapper”
You might see this message when running pytest on your Django project:
By Adam Johnson | Jan 08, 2025
Firefox: disable an extension that’s spamming devtools logs
Browser extensions can run JavaScript within the content of your tabs. This means they can trigger messages that appear in the devtools console. For example, one extension I use logs this warning on every tab:
By Adam Johnson | Jan 09, 2025
Django: render JavaScript import maps in templates
JavaScript’s import statement lets module scripts import objects from other scripts. For example, you can define a script as a module in HTML:
By Adam Johnson | Jan 09, 2025
Python: fuss-free use of Homebrew libraries for package dependencies
Some Python packages require native libraries to be installed on your system when you install them. For example, mysqlclient requires libssl and libcrypto. If those libraries are missing at install time, clang, the C compiler, fails with a message like:
By Adam Johnson | Jan 10, 2025
#Hashnode
My Machine Learning Journey: From Python Basics to Building Neural Networks
Machine Learning (ML) has always fascinated me. The idea of enabling a machine to "learn" and make decisions intrigued me enough to embark on a journey to understand and implement it. Here, I’ll share my experiences, challenges, and what I’ve achieve…
By Himanshu Singh | Jan 06, 2025
Day 3 – Control Flow and Logical Operators
Control Flow with if / else and Conditional Operators
if / else Statement :
If Statement: Checks a condition. If the condition is True,
the code inside the if block runs.
Else Statement: Runs if the if condition is False
Critical Points
The condition…
By Muniba Amin | Jan 06, 2025
Django in 2025: The Future of the Web Framework
Django has been a powerful framework for building scalable, secure web applications for over a decade. But what does the future hold for Django in 2025? In this post, we’ll explore the exciting trends and innovations that could shape Django’s evoluti…
By Eurico Santos | Jan 06, 2025
🌤️ Day 1: Setting Up the AWS Weather Dashboard Application
Check out the project on GitHub: AWS Weather Dashboard Repository
In this post, I’ll walk you through setting up a weather dashboard that fetches weather data from the OpenWeather API and displays it on a dashboard. The app uses AWS services like S3 …
By Blessing Aliu | Jan 06, 2025
Using Machine Learning to Predict Fetal Health: A Comprehensive Guide
Introduction
Did you know that timely diagnosis of fetal health conditions can significantly reduce complications during pregnancy? With technological advancements, machine learning (ML) has emerged as a powerful tool to assist healthcare professiona…
By Anand | Jan 07, 2025
30 Days DevOps Challenge – Weather Dashboard
Setting Up Your Weather Dashboard with Azure Blob Storage
Introduction
Hi my Name is Ford and I recently joined a 30daysdevopschallenge. In this article we are Creating a weather dashboard that fetches data from the OpenWeather API and stores it in A…
By Wilford Gonzales | Jan 07, 2025
Automate EC2 Instance Creation With Boto3 Library
First of all, you have to install AWS CLI from here
Open the Command prompt and type python there, after that, this \>>> will open which means you are now in Python Terminal.
Then Create a variable named myec2 or anything else you want to create, an…
By Piyush Kabra | Jan 07, 2025
Day 3 – Control Flow and Logical Operators
Control Flow with if / else and Conditional Operators
if / else Statement :
If Statement: Checks a condition. If the condition is True,
the code inside the if block runs.
Else Statement: Runs if the if condition is False
Critical Points
The condition…
By Muniba Amin | Jan 06, 2025
Creating a Custom Content Management System for Your Website
What is a Content Management System (CMS)?
A CMS is a software application that enables users to create, edit, and manage digital content without extensive coding knowledge. It streamlines website updates and maintenance, ensuring an efficient workfl…
By CodnestX | Jan 07, 2025
🤖 Misconceptions About AI in Development
When discussing AI in software development, it’s common for people to either:1️⃣ Underestimate AI’s capabilities in their own field or2️⃣ Overestimate what AI can do in other fields.
A Relatable Scenario
A developer might claim:
“AI can’t understand…
By Madhav | Jan 07, 2025
Genuary2025_NonArtSoftware
Emojis&Squares
The prompt for Genuary2025 Day 7 is “Non Art Software”
Emojis&Squares is coded in Python, it uses grids and emojis to make art with just the random library. Then I used Giffium to get gifs of the difference between the outputs to make …
By Kofi / Illestpreacha | Jan 07, 2025
某云音乐评论爬虫逆向
补环境框架:v_jstool
使用库:request
视频参考(补环境不太一样):掐住橙喵喵的头投稿视频-掐住橙喵喵的头视频分享-哔哩哔哩视频
编写时间:2025.1.7
ps:有不会的欢迎学习交流
寻找评论的响应
评论翻页页面未跳转查看network的xhr,直接在devtool的network里搜索评论的内容,可以定位到包名为https://music.163.com/weapi/w/nuser/account/get?csrf_token=
查看需要逆向的内容
因为该报文为xhr数…
By miss its name | Jan 07, 2025
Building Your First REST API Using Flask
Flask is a Python web framework. In this tutorial, we'll create a basic REST API to manage a list of employees. We'll cover the following operations:
GET requests to retrieve employee information
POST requests to add new employees
PUT requests to …
By Dinesh Nair | Jan 07, 2025
Building a Contact Form Backend with FastAPI and Discord Integration
In this tutorial, we'll build a secure backend API using FastAPI that handles contact form submissions and forwards them to a Discord channel using webhooks. We'll also cover how to properly set up CORS to allow requests from specific domains.
Prereq…
By Vicente Reyes | Jan 07, 2025
How to Create Numbered or Bulleted Lists in PowerPoint [Python Tips]
Creating lists is essential in PowerPoint presentations, whether for analytical reports, annual summaries, or product introductions. Lists present related information in a clear, visually appealing way compared to paragraphs. While manual creation wo…
By Casie Liu | Jan 07, 2025
Building a Simple Weather Dashboard with Python, Google Cloud Storage, and OpenWeather API
In this article, we'll explore how to build a basic weather dashboard using Python. The complete code for this project is available on GitHub. This dashboard will:
Fetch real-time weather data for a specific city using the OpenWeather API.
Store th…
By Fredrick Simi | Jan 07, 2025
Understanding OAuth for Beginners
Prerequisites 🎓
To understand this, you should know about basic authentication, JWT tokens, session-based authentication, and related concepts.
Introduction to OAuth 2.0 🔐
When you visit a website and are prompted to sign in or sign up using Google…
By ritiksharmaaa | Jan 07, 2025
A discussion around Integer division in Ruby
Ruby defines the behavior of the division operator between two Integer numbers with the Floor Division method, this results in all non-error operations having Integer results. To obtain a Float result, you can either use the float division method #fd…
By Sinaptia | Jan 07, 2025
Introduction to Data Structures: Building Blocks of Programming
In programming, a Data structure is a format for organising, storing, processing, and retrieving data. It consists of data values, the connections between those values, and the operations you can perform on them. Each structure is designed to handle …
By Ikegah Oliver | Jan 07, 2025
Python Zero To Hero.
What is Python?
Python is a high-level, interpreted programming language known for its readability and simplicity. It's widely used for web development, data analysis, AI, and more. Key features include dynamic typing, a large standard library, cross…
By Aditya Pandey | Jan 07, 2025
Implementing a Geo Location module using the Haversine formula
On the 2020/06/06 I finally made my first Python module. The reason for the creation of this module is that I needed to perform certain calculations regarding distances. I wanted to write an article that would cover the most well known ways transmitt…
By João Esperancinha | Jan 07, 2025
Automate EC2 Instance Creation With Python's Boto3 Library
First of all, you have to install AWS CLI from here
Open the Command prompt and type python there, after that, this \>>> will open which means you are now in Python Terminal.
Then Create a variable named myec2 or anything else you want to create, an…
By Piyush Kabra | Jan 07, 2025
Group or Ungroup Rows and Columns in Excel Using Python [Advanced Guide]
Managing large datasets in Excel can be overwhelming, especially with thousands of rows and columns. Navigating endless data takes time and effort. What if you could easily group related rows or columns for better organization? Whether you're working…
By Casie Liu | Jan 08, 2025
Step-by-Step Guide to Deploying a Flask Application with PostgreSQL on OpenShift
Introduction
OpenShift is a robust Kubernetes-based platform for deploying and managing containerized applications. In this guide, we’ll deploy a Python Flask application backed by a PostgreSQL database on OpenShift. By the end of this article, you'l…
By LakshmanaRao | Jan 08, 2025
What Makes Django Different? An In-Depth Look with Examples
Django is a robust and high-level Python web framework that promotes rapid development and clean, pragmatic design. In this blog, we'll delve into what distinguishes Django from other web frameworks, showcasing its key features with practical example…
By Esubalew Chekol | Jan 08, 2025
Day 2 – Building an NBA Game Data Notifier Using AWS Lambda, SNS, and EventBridge
In this article, we will walk through an AWS architecture that leverages Lambda functions, SNS topics, EventBridge rules, and IAM policies to automate the process of fetching NBA game data and sending notifications via email. I opted to use AWS, unli…
By Fredrick Simi | Jan 08, 2025
🎮 Welcome to Git & GitHub Adventure!
Level 1: Git Basics
👋 Welcome, Developer!Congratulations on embarking on this journey to master the powerful tools of Git and GitHub. To make it fun and digestible, we’ve designed this guide like a game—each level brings you closer to becoming a Git…
By Mayur Badgujar | Jan 08, 2025
Building a Weather Data Collection
System using OpenWeather API, Python, and AWS
Introduction
This article walks you through collecting real-time weather data from the OpenWeatherMap API using Python. The data is stored in AWS S3.
The architectural diagram for the project is below
Prerequisites
Python 3.x – ensure that Python3 i…
By Olugbenga Ajayi | Jan 08, 2025
Day 4 – Randomisation and Python Lists
Random Module
The random module in Python is used to generate
random numbers or make random selections.
It is widely used for games, testing, and other
applications where randomization is needed.
Common Functions in the random Module
1.random()
Gener…
By Muniba Amin | Jan 08, 2025
Using Python script to fetch and write data to CosmosDB container
This blog post guides you through the process of using Python to fetch and write data to a Cosmos DB container, a critical task for building dynamic and data-driven applications.
Prerequisites
Azure Account
Follow this article to setup your cosmosDB….
By Vidushi Bansal | Jan 08, 2025
🌤️ Day 1: Setting Up the AWS Weather Dashboard Application
Check out the project on GitHub: AWS Weather Dashboard Repository
In this post, I’ll walk you through setting up a weather dashboard that fetches weather data from the OpenWeather API and displays it on a dashboard. The app uses AWS services like S3 …
By Blessing Aliu | Jan 06, 2025
Python Project: "Building an Automated Email Sender with Gmail"
Introduction:
In this article, I’ll walk you through a Python project called Automated Email Sender using Python. The project allows you to send automated emails with custom content, all from within Python. I used Gmail's SMTP server and secured the…
By Sheikh Abdul Wahid | Jan 08, 2025
Python for Starters: Step-by-Step Practice Guide
Welcome to this beginner-friendly Python practice blog! Python is a powerful and versatile programming language that is perfect for both beginners and experienced developers. This blog will walk you through basic Python concepts, such as working with…
By Anuradha Rooprai | Jan 07, 2025
Here’s why Julia is THE language in scientific programming
One of the best things about working in quantum computing is being exposed to a whole new set of skills and tools. For those of us coming from the software engineering side, discovering the things our academic peers are using is an interesting experi…
By Nina Chan | Jan 08, 2025
Unleashing Your Coding Potential with GitHub Copilot: A Beginner's Guide
Imagine having a coding buddy who can anticipate your next move, suggest solutions, and even write entire functions for you. That's the power of GitHub Copilot, an AI-powered pair programmer designed to boost your productivity and help you write bett…
By Sylvester Das | Jan 09, 2025
How to Convert HTML to Images in Python: A Quick Three-Step Guide
Transforming HTML into images is a common requirement across various industries, whether it’s for creating website previews, generating static webpage screenshots, or saving page designs as static images. While you could take manual screenshots, they…
By Casie Liu | Jan 09, 2025
Exploring Python’s Mechanics: A Comprehensive Technical Insight
Python is renowned for its simplicity and readability, but its inner workings reveal a fascinating interplay of compilation, interpretation, and execution. This article delves deep into Python’s architecture, focusing on how your source code is proce…
By Mehul Batham | Jan 09, 2025
How to Build Your First AI Model with Python
Artificial Intelligence (AI) and Machine Learning (ML) are revolutionizing how we interact with technology. Whether you're new to AI or have some experience, building your first AI model is an exciting step. Python, with its vast libraries and simple…
By Likhith SP | Jan 09, 2025
Merging multiple OpenAPI spec files into one
💡
The cover image is a snapshot of my desk setup 🫣, featuring my trusty standing desk—because I was done with too much sitting. Now, the next problem is I often forget to switch to standing mode! 💀
I recently had the opportunity to work within t…
By Hamza Waleed | Jan 09, 2025
【ReRender AI系列】一秒打造客戶愛的渲染風格?建築設計實測分享
前情提要
在建築與室內設計流程中,渲染一直是令人又愛又恨的一環。愛的是,它能將設計構想栩栩如生地呈現在客戶面前,無論是材質的真實感還是光影的細膩度,都能讓人沉浸於未來空間的藍圖中,快速促進設計師與客戶之間的溝通與決策;恨的是,傳統渲染過程繁瑣且費時,從調整燈光到選擇材質,再到無數次的反覆修改,都需要設計者投入大量的精力與耐心。同時,這個過程對硬體要求極高,往往需要昂貴的設備與專業的操作技巧,讓自由建築師與小型設計團隊倍感壓力。對於資源有限的非專業用戶而言,則幾乎是難以跨越的門檻。
近來,一款名為…
By Willy Jhong | Jan 09, 2025
Comprehensive Guide to Python Errors: Identifying, Understanding, and Fixing Issues
Python is one of the most beginner-friendly and widely used programming languages. However, errors are inevitable when coding, and understanding how to fix them is crucial. In this comprehensive guide, we’ll explore common Python errors, their causes…
By Mehul Batham | Jan 09, 2025
Day – 5 Python Loops
Using the for loop with Python Lists
Using a for loop with Python lists allows you to iterate through
each element in the list, one at a time.
This is a fundamental way to work with lists in Python,
making it easier to process or manipulate the eleme…
By Muniba Amin | Jan 09, 2025
Python Data Manipulation Cheat Sheet
When programming, keeping a solid ground and understanding how to manipulate data will save you a lot of time and effort. For this reason, here are some useful methods to remember, along with examples to clarify when they would be helpful.
Numbers
…
By pDamasceno | Jan 09, 2025
Day 3 – Ingesting NBA Player Data into BigQuery using Python, Cloud Storage, and the Sportsdata.io API
In this article, we will learn how we can fetch data from the Sportsdata.io API, store that data in Google Cloud Storage & load that data into a BigQuery table. The code for this article can be found in this GitHub repo under the Day_3 folder.
Prereq…
By Fredrick Simi | Jan 09, 2025
What __init__.py has to do with Python?
Hi Guys! I hope that you all may be doing well. So here I am with an interesting topic in Python which is __init__.py, it is interesting and worth-thinking of at the same time. As I learned python, three-four months ago, and I am not currently progra…
By Aiza Rashid | Jan 09, 2025
"Managing Python Versions: How to Specify the Right Version for Your Code"
In the ever-evolving world of software development, working on multiple projects is the norm. However, one challenge that often arises is dealing with different Python version requirements across projects. For example, one project might require Pytho…
By Oyelaja Iremide | Jan 09, 2025
Builder Design Pattern: A Guide for Network Automation Engineers
Tech Gauge:
🟩🟩🟩⬜⬜ (3/5)
This article is moderately technical and suitable for readers with some background in Python and OOP.
Python is the language used in the examples here. The concept and theory behind it, however, is completely language-agn…
By André Lima | Jan 09, 2025
Translate the HTML file automatically, with Python and Google API .
To translate the HTML file automatically, you can use Python and the Google Translate API or other translation services. Here's how you can do it:
Step 1: Install Required Libraries
Install the necessary Python libraries:
pip install googletrans==4….
By user1272047 | Jan 09, 2025
"The Python-Ollama Connection: Unleash the Power of Local AI"
Introduction:
Imagine a world where your Python scripts aren’t just lines of code, but living entities capable of understanding and responding to your needs. This isn’t science fiction; it’s the reality of integrating powerful Large Language Models (…
By Atharva | Jan 09, 2025
What is Semantic Matching? How to Find Words in a Document Using NLP
Have you ever found yourself searching a document for a specific word or phrase just to discover that the term you're looking for isn't there? It can be frustrating, right?
Sometimes, even though you might not see the exact term you’re looking for, t…
By Ibrahim ogunbiyi | Jan 09, 2025
Intrusion Detection System: Project update 1
Update Overview
Core Features
I’ve been thinking really hard about the architecture and usage of this Intrusion Detection System, especially the usage.
The following are features that I’ve thought hard about and want to implement in the project.
I w…
By VICTOR ILIYA | Jan 09, 2025
Building Websites and Web Apps with WordPress, Symfony, and FastAPI: A Grad’s Journey into Security and Freelancing
Introduction: A Grad's Guide to Freelancing and Security
I’m a freshly minted security engineer with a dream: to level up as a DevSecOps professional. While I’m working on landing that perfect full-time role, I’ve been flexing my skills by building w…
By Germain Olea | Jan 09, 2025
Data Engineering Foundations: A Hands-On Guide
Data Engineering Foundations: A Hands-On Guide
Hey there! If you’ve been curious about data engineering, this guide will help you understand the basics and walk you through practical examples. Whether it’s setting up storage, processing data, automat…
By Nextwebb | Jan 10, 2025
Understanding Advanced Design Patterns Through Document Processing: A Practical Guide
Imagine you're building a house. You wouldn't start by randomly placing bricks – you'd use proven architectural patterns like load-bearing walls, proper foundations, and efficient room layouts. Software design patterns work the same way: they're prov…
By Mehmet Öner Yalçın | Jan 10, 2025
Symbiotic Programming: Building Better Software Extensions
In the depths of New York City, Eddie Brock encounters an alien symbiote that forever changes him. The symbiote bonds with Eddie, enhancing his abilities and creating something neither could achieve alone. While this might sound like just another com…
By Mehmet Öner Yalçın | Jan 10, 2025
A Simple Guide to Automating Word to PDF Conversion in Python
Converting Word documents to PDF is highly practical due to PDF’s strong compatibility across systems and platforms, as well as its stability in preserving layouts. PDFs are ideal for sharing, displaying, and printing documents. While you can manuall…
By Casie Liu | Jan 10, 2025
Design Patterns with Python Contextlib
Let’s continue with more design patterns. Another brilliant design pattern comes from Python's contextlib and the way it implements context managers. The genius part is how it uses generators to create context managers, making complex resource manage…
By Mehmet Öner Yalçın | Jan 10, 2025
The Most Commonly Asked Questions from Core DSA Topics
Below are the top 10 questions across the essential DSA topics. These problems are frequently asked in coding interviews and cover various difficulty levels. We’ll include problem descriptions, solutions, and code examples for each.
Arrays
Two Sum …
By DataScience Nexus | Jan 10, 2025
Python's Unstoppable Rise, Dominating The Modern Backend Environment
Introduction
This field of backend development has shown a remarkable transformation over the past decade, with Python emerging as the undisputed leader in this dynamic field. What started as a simple scripting language has advanced into the backbone…
By Ivan | Jan 10, 2025
Automating Python Script for Google BigQuery using Crontab
Automation is a powerful tool that saves time and ensures consistency, especially for repetitive tasks like data operations. This guide will walk you through automating the execution of a Python script for Google BigQuery using crontab on a Linux sys…
By PAVAN RAYABAGI | Jan 10, 2025
Day 4 – Deploying a Flask Web App on Cloud Run and Implementing Traffic Splitting on Google Cloud
Cloud Run is a fantastic platform for deploying and scaling containerized applications. One of its features is the ability to split traffic between different versions of your deployed application.You can perform A/B testing, canary releases, and grad…
By Fredrick Simi | Jan 10, 2025
Building a Dynamic Web Page with Flask and PostgreSQL
Using the Building a Dynamic Web Page guide, we created a Flask application that collects teacher and course names from users and displays these names. The application stored this information in a JSON file.
In this guide, we’ll use PostgreSQL instea…
By Dinesh Nair | Jan 10, 2025
The walrus operator (:=)
Introduction
The walrus operator := officially called the assignment expression operator, was introduced in Python 3.8 PEP 572. The name "walrus" comes from its appearance – if you look at := sideways, it resembles a walrus with tusks.
The operator…
By Ishwor Kafle | Jan 10, 2025
python 文件相关操作
filename = 'pi_digits.txt'
with open(filename) as a:
lines = a.readlines()
print(lines)
# 在外面也可以用lines变量
for line in lines:
print(line.rstrip())
for line in lines:
print(line)
filename = 'programming.txt'
# 'w' 模式会清空已经存在的文件
with open(f…
By Eddie Qiao | Jan 10, 2025
916. Word Subsets
class Solution:
def wordSubsets(self, words1: List[str], words2: List[str]) -> List[str]:
refCounter = defaultdict(int)
for word in words2:
c = Counter(word)
for e in word:
if refCounter[e]…
By Tapan Rachchh | Jan 10, 2025
2182. Construct String With Repeat Limit
class Solution:
def repeatLimitedString(self, s: str, repeatLimit: int) -> str:
d = {}
for char in s:
if char in d:
d[char] += 1
else:
d[char] = 1
lst = []
f…
By Tapan Rachchh | Jan 10, 2025
Building Websites and Web Apps with WordPress, Symfony, and FastAPI: A Grad’s Journey into Security and Freelancing
Introduction: A Grad's Guide to Freelancing and Security
I’m a freshly minted security engineer with a dream: to level up as a DevSecOps professional. While I’m working on landing that perfect full-time role, I’ve been flexing my skills by building w…
By Germain Olea | Jan 09, 2025
Python Turples
Understanding Python Tuples
Sometimes, in programming, you need to store a collection of items that should remain constant and unchangeable. In Python, tuples are perfect for this purpose.
A tuple is like a list, but with one key difference: it canno…
By ukana ikpe | Jan 10, 2025
🚀 Setting Up a New Project? Here’s Your Complete Checklist! 🚀
Being developers, we always wanted to start projects from scratch. When we get the opportunity, we keep thinking about where to start. In this article, I am collecting all the points that we want to remember while setting up the initial code setup.
…
By Jeevan | Jan 10, 2025
Facial Emotion Detection with Convolutional Neural Networks
Introduction
Emotions are an integral part of human communication, influencing everything from personal interactions to professional decisions. With the rapid advancements in Artificial Intelligence, building systems that can recognize and interpret …
By Harshvardhan Tiwari | Jan 10, 2025
How to Build a Menu Tree for a Python CLI App
In this article I will walk through the basic functionality for creating a menu tree in Python using Nodes, then populating the menu tree to create a basic CLI application.
The repo for this example can be found here:
menu_tree_cli_example Repository…
By Jacqueline Trapp | Jan 10, 2025
Two Pointers Technique
Two Pointers Technique: A Guide with Examples
The Two Pointers Technique is a fundamental algorithmic approach used to solve problems that involve arrays or strings efficiently. It leverages the use of two pointers that traverse the data structure in…
By M B A R K | Jan 10, 2025
Learning Python: My First Step Towards Mastering Machine Learning
As I mentioned in my previous blog, I started learning Python. In this blog, I will share my learnings in the easiest and simplest way possible. So, let’s get started!
Before diving into Python concepts, let’s understand some important terms:
1. Libr…
By Diary of Code Curiosity | Jan 10, 2025
I Made an FPS Calculator Today
Today, I worked on a small but exciting project – creating an FPS (Frames Per Second) calculator. If you’re into gaming or graphics programming, you’ve probably heard the term "FPS" a lot. It measures how many frames are displayed per second in an ap…
By Sreedeep cv | Jan 10, 2025
Day 13 : Python Basics
What is Python?
Python is a high-level, interpreted, and general-purpose programming language known for its simplicity and readability. It was created by Guido van Rossum in 1991 and is widely used across various fields, including web development, da…
By Rahul Singh | Jan 11, 2025
JavaScript: Running on Your Device and Not the Server — Why It Matters
JavaScript is everywhere. It powers websites, makes them interactive, and ensures you have a seamless experience online. But have you ever wondered where JavaScript actually runs? Unlike some backend languages that live on a server, JavaScript typica…
By DataScience Nexus | Jan 11, 2025
[Python TIL] enumerate 사용법과 코딩테스트 활용법 💻
Python을 사용하다 보면 리스트, 튜플, 문자열 같은 데이터를 다룰 때 인덱스와 값을 동시에 처리해야 하는 경우가 많은데요.이럴 때 enumerate를 사용하면 코드를 더 간단하고 직관적으로 작성할 수 있습니다.
이번 글에서는 enumerate의 기본 사용법부터 코딩테스트 활용법, 그리고 초보자들을 위한 실수 방지 팁까지 다뤄보도록 하겠습니다!
1. enumerate란?
enumerate는 반복문에서 인덱스와 값을 동시에 반환해주는 내장 …
By KiwiChip | Jan 11, 2025
A Complete Guide to String Matching Algorithms
Introduction
String matching is a fundamental concept in computer science, with applications ranging from text search engines to DNA sequencing. At its core, string matching involves finding occurrences of a "pattern" string within a larger "text" st…
By Arka Infotech | Jan 11, 2025
1400. Construct K Palindrome Strings
class Solution:
def canConstruct(self, s: str, k: int) -> bool:
l = len(s)
if l < k:
return False
if l == k:
return True
c = Counter(s)
oddCount = 0
for e in c:
…
By Tapan Rachchh | Jan 11, 2025
Django Signals: The Silent Heroes of Your Web App 🦸♂️
Have you ever wished your Django models could chat with each other like teenagers on social media? Well, they can! Django signals are like that friend who always knows the latest gossip and makes sure everyone stays in the loop. Let me share my journ…
By Nikhil Akki | Jan 11, 2025
Master the Art of Writing Effective Prompts for AI: A Simple 6-Step Formula
Crafting the perfect prompt for AI tools like ChatGPT or Google Bard is an essential skill in today’s world. A well-written prompt can turn vague, generic responses into precise, actionable, and even creative outputs. But how do you write a prompt th…
By Chidozie Managwu | Jan 11, 2025
Web Data Scraping Demystified: A Tutorial with Real-World Examples
Data is the fuel that powers innovation. Whether you’re a data scientist, a hobbyist, or a developer with a passion for information, having access to quality data is crucial. One way to gather unique datasets for analysis or research is by scraping w…
By TemiTope Kayode | Jan 11, 2025
Weather Data Collection System with OpenWeather API and AWS S3
Long time no see and happy new year!! I come from my hiatus with much more experience and a devops project. I am embarking on a journey called the: 30 Days of Devops Challenge, created by CozyCloudCrew. A big appreciation goes to the amazing communit…
By Jacinth David | Jan 11, 2025
Zero-Shot Learning: The Future of AI Adaptability
In the rapidly evolving landscape of artificial intelligence, zero-shot learning stands out as one of the most remarkable capabilities of modern AI systems. While traditional machine learning requires extensive training data for each new task, zero-s…
By Jonáš Kratochvíl | Jan 11, 2025
Understanding VLMs with Moondream
🌟 Introduction
Visual Language Models (VLMs) are revolutionizing the way machines understand and interact with the world. By combining the power of large language models (LLMs) with vision encoders, VLMs enable natural language interaction with visu…
By Smaranjit Ghose | Jan 11, 2025
How Python Works: Behind the Scenes
This are the python Internals that I learned while studying python or learning , so while I am learning it my educator suggest me to write something that i extracted from there so here I am writing a small yet understandable blog on python Internal w…
By MANDEEP SHARMA | Jan 11, 2025
My Journey Through Backend Development Frameworks
Over the years, as a developer building both web and mobile apps, I’ve often needed to create backends. This requirement has led me to explore a variety of frameworks and serverless services. If you’re already a web developer familiar with JavaScript…
By Shayan Alizadeh Pahlavan | Jan 11, 2025
Day 14 : Python Data Types and Data Structures for DevOps
Data Types in Python
Python has several built-in data types, which are categorized into different groups based on their behavior and purpose. Here’s an overview:
1. Numeric Types
These data types represent numbers.
int: Represents integers (e.g., 1…
By Rahul Singh | Jan 12, 2025
Simplify Shortcuts Bulk Creation with PySpark + Semantic Link Labs in Microsoft Fabric
In today’s fast-evolving data landscape, managing shortcuts efficiently is critical for ensuring smooth access to your data, when you are working with Microsoft Fabric. As your data ecosystem grows, automating processes like MS Fabric Shortcuts creat…
By Nalaka Wanniarachchi | Jan 12, 2025
Running Python Scripts in a Node.js Project: A Comprehensive Guide
Introduction
In modern software development, leveraging the strengths of multiple programming languages in a single project is not only common but often necessary. Python and Node.js are two of the most popular technologies, each excelling in differe…
By Vishal | Jan 12, 2025
Real-time pose estimation and movement detection with YOLOv11
Intro
In this article, we explore how to stream video from your smartphone to your computer, using it as a webcam. Then, we combine this with OpenCV video capturing and use YOLOv11 for pose estimation and movement detection.
I am using Python, OpenCV…
By Alexander Polev | Jan 12, 2025
Best advanced python course
Chapter 1: String, List, Set, Tuple, and Dictionary Operations
Project Name: Contact Management System (Basic Version)
Description: Create a simple CLI-based contact management system.
Flow and Features:
Use strings for storing names and contact de…
By Barun Tiwary | Jan 12, 2025
Understanding Python's Mutability and Immutability Concepts
In python the concept of mutability and immutability works in a different way.
First of all what we understand when we read or listen about mutability and immutability , let me tell you about mine when I first read it i thought that mutable (things t…
By MANDEEP SHARMA | Jan 12, 2025
2116. Check if a Parentheses String Can Be Valid
class Solution:
def canBeValid(self, s: str, locked: str) -> bool:
l = len(s)
if l % 2 != 0: return False
openBrackets = []
unlocked = []
for i, e in enumerate(s):
if locked[i] == '0':
…
By Tapan Rachchh | Jan 12, 2025
Pyspark – 1
What is Spark and Pyspark?
Spark is an open-source, distributed computing framework designed for fast and general-purpose cluster computing.
Fast: Leverages in-memory caching to significantly speed up computations compared to traditional MapReduce.
…
By Manas Chandan Behera | Jan 12, 2025
#Dev.to
created a site where you can scrape data from any url you want
#python #webdev #beautifulsoup #webscraping
By lithoeme | Jan 06, 2025
How to Scrape Target.com Reviews with Python
#scraper #targetcom #python #apify
By Emmanuel Uchenna | Jan 06, 2025
Best Dev Stacks to Learn in 2025
#javascript #python #programming #react
By Leon Martin | Jan 06, 2025
Clean Code and Good Practices in Python
#python #programming #software #productivity
By Leon Martin | Jan 06, 2025
Keyboard Sounds — Make any keyboard sound mechanical
#python #react #electron
By Nathan Fiscaletti | Jan 06, 2025
The Top Security Risks of Not Using .env Files in Your Projects
#webdev #programming #python #javascript
By Johnny Santamaria | Jan 06, 2025
Creating a To-Do app with HTMX and Django, part 7: infinite scroll
#htmx #django #python
By rodbv | Jan 06, 2025
Python Tutorial – 4 Function
#python #tutorial #beginners
By nadirbasalamah | Jan 06, 2025
How to use proxy IP to deal with dynamically changing anti-crawler challenges?
#python #proxyip #replit
By 98IP 代理 | Jan 06, 2025
Getting Started with Python: Creating a Hello World Project Using Poetry
#python #poetry #programming #tutorial
By John Ajera | Jan 06, 2025
GitHub Script for JavaScript Developers, Made by a Python Developer
#javascript #python #github
By Dev Femi Badmus | Jan 06, 2025
Code Your Diagrams: Automate Architecture with Python's Diagrams Library
#python #systemdesign #hld #diagrams
By Ajay Balakumaran | Jan 06, 2025
Python 3.13: The Gateway to High-Performance Multithreading Without GIL
#python #gil #multithreading #multiprocessing
By Ajay Balakumaran | Jan 06, 2025
How to Configure GitHub Actions CI for Python Using Poetry on Multiple Versions
#python #poetry #github #actions
By John Ajera | Jan 06, 2025
K-means Clustering Using the Elbow Method.
#machinelearning #datascience #clustering #python
By Victor Alando | Jan 06, 2025
Submitting a Fine-Tuning Job: Organising the Workforce
#webdev #python #llm #rag
By es404020 | Jan 06, 2025
Why and How I Ended Up Creating PynneX – A Modern Signal/Slot Library for Python
#python #asycnio #signalslot #eventdriven
By San | Jan 06, 2025
6 Powerful Python Techniques for Efficient Memory Management
#programming #devto #python #softwareengineering
By Aarav Joshi | Jan 06, 2025
Choosing Redis Caching Over Kafka for a Grocery Delivery App
#eventdriven #python #django #devops
By DivyanshuLohani | Jan 06, 2025
Python Decorators: The Secret Sauce for Cleaner Code !
#python #decorators #python3 #webdev
By Aiza Rashid | Jan 06, 2025
Develop a ulauncher extension with a command database
#vim #ulauncher #python #json
By ubuntupunk | Jan 06, 2025
🧩 Detailed Explanation of PFOR (Partitioned Frame of Reference) Compression
#python #java #webdev #programming
By Madhav | Jan 06, 2025
🧩 Bit-Packing: The Secret to Optimizing Data Storage and Transmission
#webdev #programming #tutorial #python
By Madhav | Jan 06, 2025
The New Generation of Programming: Embracing the Future
#webdev #ai #python
By Aditya Pande | Jan 06, 2025
Integrating Large Language Models in Production Applications
#webdev #ai #llm #python
By Clinton Ekekenta | Jan 06, 2025
Building Robust Web Automation with Selenium and Python
#webdev #python #automaton #selenium
By Clinton Ekekenta | Jan 06, 2025
String Functions Examples
#python #stringfunction #payilagam
By Poornima Ravi | Jan 06, 2025
How to parse computer code, Advent of Code 2024 day 3
#python #adventofcode #lexicalanalysis #parser
By Choon-Siang Lai | Jan 06, 2025
ShadowStrike: A Modern DDoS Testing Tool for Website Security
#security #cybersecurity #python #opensource
By Mr.Shankar Aryal | Jan 06, 2025
Serverless or Server for Django Apps?
#django #webdev #aws #lambda
By Steve Yonkeu | Jan 06, 2025
Day 1 of My 30-Day DevOps Challenge: Building a Cloud-Powered Weather Dashboard ☁️🌍
#devops #cloud #python #aws
By Taylor D Jones | Jan 07, 2025
Building an AI-Driven Penetration Testing Tool.
#python #opensource #cybersecurity #ai
By profm0r1arty | Jan 06, 2025
Test Python Code Like a Pro with Poetry, Tox, Nox and CI/CD
#python #testing #tox #nox
By Wallace Espindola | Jan 06, 2025
Python List Tutorial
#python #list #payilagam
By Poornima Ravi | Jan 06, 2025
Introduction to Django Authentication: Understanding the Core Components and Benefits
#django #python #backenddevelopment #softwareengineering
By Olatunde Emmanuel | Jan 07, 2025
Stepping into AI as a Web Developer
#webdev #beginners #ai #python
By Yorgo Tabet | Jan 07, 2025
Імпорт
#programming #python #beginners
By Григорій Лізанець | Jan 07, 2025
Summarizing Text Using Hugging Face's BART Model
#ai #nlp #python #tutorial
By Dmitry Romanoff | Jan 07, 2025
That piece of Python which retrieves Google Albums…
#python #google #api #discuss
By Lorenzo | Jan 07, 2025
The Building Blocks of Python: Variables, I/O, and Operators
#python #programming #learning #beginners
By Iftakher Hossen | Jan 07, 2025
CocoDetection in PyTorch (2)
#python #pytorch #cocodetection #dataset
By Super Kai (Kazuya Ito) | Jan 07, 2025
Looking for a career in game development
#career #gamedev #python
By Charlie Honey | Jan 07, 2025
Creando un notebook con Jupyter y Kotlin
#jupyter #python #kotlin #docker
By Antonio Feregrino | Jan 07, 2025
Reddit Comment Cleaner
#python #reddit
By Timur Gabaidulin | Jan 07, 2025
Stable, simple web stack 2025 – python/react
#webdev #react #python #typescript
By Kanishka | Jan 07, 2025
Understanding JWT: The Backbone of Modern Web Authentication and Authorization
#python #security #backend #postgres
By newson goodnews | Jan 07, 2025
Application of proxy IP in automated testing framework
#python #selenium #requests #proxyip
By 98IP 代理 | Jan 07, 2025
🤖 Generative AI Developer Week 1 – Day 6: Intro to Natural Language Processing (NLP)
#programming #python #ai #learning
By Sai Chinmay Tripurari | Jan 07, 2025
🤖 Misconceptions About AI in Development: Unlock Its Full Potential!
#ai #javascript #programming #python
By Madhav | Jan 07, 2025
The Return of the Disc: Petabyte Power in Your Pocket
#webdev #programming #tutorial #python
By Ayush Upadhyay | Jan 07, 2025
Inference with Fine-Tuned Models: Delivering the Message
#programming #python #llm #rag
By es404020 | Jan 07, 2025
Flask Routes vs Flask-RESTful Routes
#flask #restful #python #webdev
By Cristian Alaniz | Jan 07, 2025
16+ hrs complete python course for free
#python #machinelearning #programming #ai
By Priyanshu | Jan 07, 2025
Building a Contact Form Backend with FastAPI and Discord Integration
#python #javascript #tutorial
By Vicente G. Reyes | Jan 07, 2025
7 Python Libraries for Building Dynamic Real-Time Data Dashboards
#programming #devto #python #softwareengineering
By Aarav Joshi | Jan 07, 2025
Using CSRF Protection with Django and AJAX Requests
#webdev #django #python #javascript
By Md Sujauddin Sekh | Jan 07, 2025
How to Build AI Agents that can Use any Website
#ai #webdev #python #opensource
By charles Maddock | Jan 07, 2025
Fit vs Fit_transform
#machinelearning #datapreprocessing #python #sklearn
By NADEEM SHAIK | Jan 07, 2025
Automating Your LeetCode Journey: Building an Enterprise-Grade LeetCode to GitHub Sync System
#leetcode #github #python #automation
By Md Toriqul Islam | Jan 07, 2025
Learn Django REST Framework Authentication: A Complete Step-by-Step Python Guide
#authentication #django #python #webdev
By NJOKU SAMSON EBERE | Jan 07, 2025
Django: Find Nearby Users with Coordinates and Radius
#django #programming #python #webdev
By AJAY SHRESTHA | Jan 07, 2025
🎮 Crafting Fun with Code: My Journey Building the Hangman Game 🕹️
#programming #python
By Anik Chand | Jan 07, 2025
Boost Your App Performance by 10x with Redis Caching!
#webdev #fastapi #programming #python
By FOLASAYO SAMUEL OLAYEMI | Jan 07, 2025
Looking for a career in game development
#career #gamedev #python
By Charlie Honey | Jan 07, 2025
Building AI Agents for Automated Trading Systems Using .NET C# Semantic Kernel, Azure AI Services, and Azure Functions
#ai #machinelearning #azure #python
By Paulo Torres | Jan 08, 2025
DAY 2 (CODING JOURNEY)
#python #beginners
By arandomidiot72 | Jan 08, 2025
Dictionary Unpacking in Python!
#webdev #learning #python
By BrendahKiragu | Jan 08, 2025
CocoDetection in PyTorch (2)
#python #pytorch #cocodetection #dataset
By Super Kai (Kazuya Ito) | Jan 08, 2025
CocoDetection in PyTorch (1)
#python #pytorch #cocodetection #dataset
By Super Kai (Kazuya Ito) | Jan 08, 2025
Dots Simulation using Genetic Algorithm – Part 1
#python #ai #beginners #tutorial
By Abdulrazaq Ahmad | Jan 08, 2025
Automating Word Document Creation with Python and FastAPI (Using python-docx-template)
#python #microsoftword #fastapi #pythondocxtemplate
By Husein Kantarci | Jan 08, 2025
Efficient Batch Writing to DynamoDB with Python: A Step-by-Step Guide
#aws #dynamodb #python #nosql
By Dmitry Romanoff | Jan 08, 2025
Proxy IP and crawler anomaly detection make data collection more stable and efficient
#crawler #python #data #proxyip
By 98IP 代理 | Jan 08, 2025
Predicting NBA Player Chemistry Using Graph Neural Networks
#ai #machinelearning #python #deeplearning
By sea-turt1e | Jan 08, 2025
CocoDetection in PyTorch (3)
#python #pytorch #cocodetection #dataset
By Super Kai (Kazuya Ito) | Jan 08, 2025
💡 Generative AI Developer Week 2 – Day 1: Machine Learning Basics
#programming #ai #python #learning
By Sai Chinmay Tripurari | Jan 08, 2025
Python Find in List: A Comprehensive Guide
#python #webdev #programming #beginners
By keploy | Jan 08, 2025
使用 uv 管理 Python 環境
#python #uv
By codemee | Jan 08, 2025
How To Get an API Data and Store in AWS S3
#aws #python #api
By Ijay | Jan 08, 2025
Homemade LLM Hosting with Two-Way Voice Support using Python, Transformers, Qwen, and Bark
#ai #llm #python #opensource
By Komninos Chatzipapas | Jan 08, 2025
Pointers in C Programming – Lay Man's Analogy
#c #softwaredevelopment #backenddevelopment #python
By ADJARO LORD OGAGA | Jan 08, 2025
How to Configure VSCode for Auto Formatting and Linting in Python
#vscode #python #linting #formatting
By John Ajera | Jan 08, 2025
Day 4 :Everything You Need to Know About Functions in Python
#python #ai #machinelearning #competativeprogramming
By Praneeth | Jan 08, 2025
CI/CD Pipeline Testing For Small Dev Teams.
#devops #cicd #python
By Ali Danish Khan | Jan 08, 2025
Faster Python Linter and Formatter
#python #programming #beginners #devops
By Cloud Native Engineer | Jan 08, 2025
What is Programming? A Beginner's Guide to the World of Coding (Day 1 of 100 Days of Python)
#webdev #python #programming #beginners
By All About Python | Jan 08, 2025
What is astype() function in Python
#programming #python #astype #learning
By Muhammad Atif Iqbal | Jan 08, 2025
Introducing BlockBuster: is my asyncio event loop blocked?
#python #asyncio #testing #programming
By Christophe Bornet | Jan 08, 2025
How can I reverse my Jio wrong recharge?
#programming #ai #python #productivity
By Gxxkoy | Jan 08, 2025
Roadmaps to Learn Python in 2025: A No-Nonsense Guide
#python #programming #career #learning
By Leon Martin | Jan 08, 2025
🔄 Automating GitHub PR Notifications with Slack Integration: A Journey
#python #github #api #automation
By Haripriya Veluchamy | Jan 09, 2025
AI Agents Tutorial For Beginners
#ai #machinelearning #python #agentbasedmodeling
By Rishabh Raj | Jan 08, 2025
Build Performant APIs with Litestar
#python #api #litestar #programming
By Ssali Jonathan | Jan 08, 2025
Here’s why Julia is THE language in scientific programming
#julialang #quantumcomputing #python #computerscience
By Nina Chan | Jan 09, 2025
Building an educational game with AI tools and Azure Static Web Apps (Part 1)
#githubcopilot #staticwebapps #azure #python
By Foteini Savvidou | Jan 09, 2025
CocoCaptions in PyTorch (1)
#python #pytorch #cococaptions #dataset
By Super Kai (Kazuya Ito) | Jan 09, 2025
How to Build Personal Curicullum Locally in Python
#python #productivity #sql
By Pavol Z. Kutaj | Jan 09, 2025
Creating a To-do app with HTMX and Django, part 8: inline edit, and using Iconify
#django #htmx #iconify #tailwindcss
By rodbv | Jan 09, 2025
Learn Django through Inventory management system
#django #sql #webdev #docker
By Suyash Srivastava | Jan 09, 2025
CocoCaptions in PyTorch (3)
#python #pytorch #cococaptions #dataset
By Super Kai (Kazuya Ito) | Jan 09, 2025
CocoCaptions in PyTorch (2)
#python #pytorch #cococaptions #dataset
By Super Kai (Kazuya Ito) | Jan 09, 2025
Week 1: Statistics
#python #datascience #beginners #maths
By Bravim Purohit | Jan 09, 2025
Week 1: Statistics
#python #datascience #beginners #maths
By Bravim Purohit | Jan 09, 2025
Quick and Dirty Document Analysis: Combining GOT-OCR and LLama in Python
#ocr #llm #python #gotocr
By katyu | Jan 09, 2025
Python Key-Value Store Tutorial – Build, Encrypt, and Optimize Your Data Storage
#python #keyvalue #store #tutorial
By Developer Service | Jan 09, 2025
Top Website to Buy Verified Cash App Accounts for Gambling & Gaming
#beginners #python #aws #opensource
By Tajinfsv Tdjkf | Jan 09, 2025
The Role of Awareness in Mental Health Care
#webdev #python #database #datascience
By Pretty Soul | Jan 09, 2025
Mastering Object-Oriented PHP: The Ultimate Developer's Guide
#python #oop #frontend #devops
By RAM | Jan 09, 2025
DEV Community: Best Dev Stacks to Learn in 2025
#programming #python #javascript #react
By Encodedots Technolabs | Jan 09, 2025
5 Powerful Python Data Serialization Techniques for Optimal Performance
#programming #devto #python #softwareengineering
By Aarav Joshi | Jan 09, 2025
What __init__.py has to do with Python?
#programming #python #python3 #coding
By Aiza Rashid | Jan 09, 2025
Streamlit Part 10: Page Navigation Simplified
#webdev #python #streamlit #tutorial
By James | Jan 09, 2025
Explanation of the syntax `df['column'] = expression` in pandas
#python #pandas #programming #datascience
By Muhammad Atif Iqbal | Jan 09, 2025
How to Override Decorator Arguments in Python
#webdev #python #programming #beginners
By nomi3 | Jan 09, 2025
Build a To-Do App in Python with Dash plotly (No JavaScript Needed!)
#webdev #python #plotly
By Fran | Jan 09, 2025
Docker in development: Episode 3
#python #ruby #rails #webdev
By SINAPTIA | Jan 09, 2025
2024 Year Recap
#career #opensource #community #python
By Ariane Djeupang | Jan 09, 2025
Stremlining Development with Daytona
#daytona #quira #django
By Susheel Thapa | Jan 09, 2025
What is Machine Learning? A Beginner’s Guide
#machinelearning #ai #python
By Pejman Rezaei | Jan 10, 2025
Building an Anemia Detection System Using Machine Learning 🚑
#machinelearning #flask #sideprojects #python
By Yogeshwaran Ravichandran | Jan 10, 2025
🚀 Top 25+ Must-Read Productivity Articles for January 9, 2025
#productivity #python #react #ai
By Dev Resources | Jan 10, 2025
Web Scraping and Parsing HTML in Python with Beautiful Soup
#python #webdev #tutorial
By Sam Agnew | Jan 10, 2025
The best web crawler tools in 2025
#webscraping #python #crawler #crawlertools
By 98IP 代理 | Jan 10, 2025
Let's go, GitHub Hackathon.
#githubchallenge #webdev #python
By Lusan Sapkota | Jan 10, 2025
FastAPI + Uvicorn = Blazing Speed: The Tech Behind the Hype
#fastapi #python #django #flask
By Leapcell | Jan 10, 2025
Python's Unstoppable Rise, Dominating The Modern Backend Environment
#python #backenddevelopment #fastapi #programming
By IvanDev | Jan 10, 2025
Web Scraping Tutorial: Extract Data from Websites Using Python
#python #ai #productivity #brightdatachallenge
By Piyush Piyush | Jan 10, 2025
PyTorch Day 02: PyTorch Tensors Basics
#beginners #programming #ai #python
By Mejbah Ahammad | Jan 10, 2025
PyTorch Day 01: Introduction to Deep Learning and PyTorch
#deeplearning #python #datascience #machinelearning
By Mejbah Ahammad | Jan 10, 2025
Need help in Machine Learning
#datascience #machinelearning #beginners #python
By saud khan | Jan 10, 2025
Do you really need AI Agents?
#ai #programming #python #devops
By Veronica Nigro | Jan 10, 2025
📊 Generative AI Developer Week – Intro to Linear Regression
#programming #ai #python #learning
By Sai Chinmay Tripurari | Jan 10, 2025
Understanding the Basics of API Development.
#python #backend #webdev #api
By kihuni | Jan 10, 2025
Boosting WebSocket Scalability through a Python Proxy
#python #websockets #websocketproxy #tutorial
By Shridhar G Vatharkar | Jan 10, 2025
Python Reigns as the Most Popular Language on GitHub
#python #programming #github #softwaredevelopment
By EngineerRobin | Jan 10, 2025
This Week In Python
#thisweekinpython #python
By Bas Steins | Jan 10, 2025
Effortless Development with Daytona: Setting Up Django-React Full Stack Application in a Single Command
#daytona #webdev #django #opensource
By Jeeva Ramanathan | Jan 10, 2025
7 Powerful Python Libraries for Advanced Data Visualization: A Developer's Guide
#programming #devto #python #softwareengineering
By Aarav Joshi | Jan 10, 2025
Making Your CLI Applications Pop with Styled Outputs
#cli #python #styling #beginners
By kelseyroche | Jan 10, 2025
My First Automated Blog Post
#python #automation #devto
By vdaubry | Jan 10, 2025
Asynchronous HTTP Requests in Python with HTTPX and asyncio
#python #webdev #tutorial #beginners
By Sam Agnew | Jan 11, 2025
Python List Tutorial Day2
#lists #python #payilagam
By Poornima Ravi | Jan 11, 2025
Not able to connect to PostgreSQL server on Fedora
#fedora #postgressql #django
By Corey James | Jan 11, 2025
Python 潮流周刊#85:让 AI 帮你写出更好的代码
#webdev #programming #beginners #python
By 豌豆花下猫 | Jan 11, 2025
How to crawl and parse JSON data with Python crawler
#python #json #crawl #proxyip
By 98IP 代理 | Jan 11, 2025
Creating Open Graph Images in Django for Improved Social Media Sharing
#django #playwright #webdev #socialmedia
By Aidas Bendoraitis | Jan 11, 2025
[HANDS ON] Service Discovery in Prometheus
#prometheus #tutorial #python #fastapi
By Adam Gardner | Jan 11, 2025
Serverless FastAPI Development: Building Player FC API on AWS
#aws #fastapi #python #serverless
By Adrian Mudzwiti | Jan 11, 2025
Master Django Admin: A Beginner’s Guide to Managing Your Projects
#django #python #tutorial #beginners
By NJOKU SAMSON EBERE | Jan 11, 2025
Hanya Sekali Klik! Cara Scraping Data Produk Toko di Tokopedia yang Paling Simpel
#python #scraper #tutorial #programming
By Rahmat Al Hakam | Jan 11, 2025
What Happens Behind the .gitignore: How Git Handles Ignored Files
#git #gitignore #python #cicd
By John Ajera | Jan 11, 2025
Exploring Python Data Types: A Beginner’s Guide
#programming #python #datatype #learning
By Vikas Gulia | Jan 11, 2025
Optimizing Module Development in HyperGraph: A Minimalist Approach
#python #architecture #devops #hypergraph
By d1d4c | Jan 11, 2025
Making Python CLIs More Maintainable: A Journey with Dynamic Command Loading
#python #cli #command #dev
By d1d4c | Jan 11, 2025
Top Python Open Source Projects Not to Be Missed in 2025
#python #ai #programming #productivity
By Jay Saadana | Jan 11, 2025
2025’s Must-Know Tech Stacks
#javascript #python #programming #react
By Abubaker Siddique | Jan 11, 2025
This Small Python Script Improved Understanding of Low-Level Programming
#python #lowcode #async #thread
By Kfir | Jan 11, 2025
Python Sucks at For Loops – And That’s Exactly Why We Love It
#python #forloop #loop #webdev
By PRANTA Dutta | Jan 11, 2025
Building an Async E-Commerce Web Scraper with Pydantic, Crawl4ai & Gemini
#python #beginners #webscraping #tutorial
By B G Adam | Jan 11, 2025
Building an NBA Data Lake with AWS: A Comprehensive Guide
#devops #aws #python #linux
By Maxwell Ugochukwu | Jan 12, 2025
Creating a To-do app with HTMX and Django, part 9: active search
#htmx #django
By rodbv | Jan 12, 2025
Static sites FTW
#django #python #github
By Joe Curlee | Jan 12, 2025
Install PyTorch and JupyterLab on Ubuntu
#python #pytorch #jupyterlab #ubuntu
By Super Kai (Kazuya Ito) | Jan 12, 2025
Intro to Data Analysis using PySpark
#python #datascience #tutorial #pyspark
By Neha | Jan 12, 2025
Creating a Datalake in AWS for NBA analytics!
#devopsallstarschallenge #aws #python #automation
By Evan | Jan 12, 2025
Leetcode Blind 75
#dsa #leetcode #interviewprep #python
By Jaimin Bariya | Jan 12, 2025
What is the Architecture of Django?
#webdev #django #architecture #python
By Penumudi Varun | Jan 12, 2025
Text to speech (book to audiobook)
#texttospeech #python #learning #books
By Sebastian Leukhin | Jan 12, 2025
Earn with 3 digits
#perl #python #theweeklychallenge
By Simon Green | Jan 12, 2025
VaultGuard
#python #vaultguard
By Skyyteq | Jan 12, 2025
Error Handling in Python: Best Practices. Explore how to handle exceptions effectively
#productivity #python #exception
By Augustine Alul | Jan 12, 2025
Asynchronous Python: What You Need to Know 🐍🐍🐍
#python #django #pytorch #llm
By Leapcell | Jan 12, 2025
Deploy your Flask API on GCP Cloud Run 🚀
#gcp #googlecloud #flask #python
By Aaditya Sinha | Jan 12, 2025
Building a Real-Time Weather Data Collection System with Python and AWS
#devops #python #aws #linux
By Maxwell Ugochukwu | Jan 12, 2025
Looking for open-source AI Mock Video Interview solution.
#ai #react #python
By Dan | Jan 12, 2025
Building an Open-Source AI Newsletter Engine
#opensource #python #ai #newsletter
By Anuj Gupta | Jan 12, 2025
#Data School
Use premium AI models for pennies 💰
Learn how to access ChatGPT, Claude, and more for pennies per conversation rather than paying for expensive subscriptions!
By Kevin Markham | Jan 11, 2025