#Real Python
Python News: What's New From April 2024
In April 2024, the last alpha release of Python 3.13 was published. At the same time, the PSF announced some great news, and PyCon US 2024 opened its call for volunteers. Some fundamental Python projects, such as Django, pandas, and Pillow, also released new versions.
#community
By – | May 01, 2024
The Python calendar Module: Create Calendars With Python
Learn to use the Python calendar module to create and customize calendars in plain text, HTML or directly in your terminal.
#intermediate
By – | May 02, 2024
Python's Built-in Exceptions: A Walkthrough With Examples
In this tutorial, you'll get to know some of the most commonly used built-in exceptions in Python. You'll learn when these exceptions can appear in your code and how to handle them. Finally, you'll learn how to raise some of these exceptions in your code.
#intermediate #python
By – | May 03, 2024
#Django Project – Weblog
June 2024 marks 10 incredible years of Django Girls magic! 🥳✨
By Rachell Calhoun and Django Girls | May 02, 2024
Last call for DjangoCon Europe 2025 organizers
By Thibaud Colas & DjangoCon Europe Support working group | May 05, 2024
#PyCoders
Issue #627 – PEP 686, Lazy Evaluation, Serverless Python, and More
By – | Apr 30, 2024
#testdriven.io
Building Reusable Components in Django
This tutorial looks at how to build server-side UI components in Django.
#Django #Front-end
By Michael Yin | May 02, 2024
#Django Stars
Question-Answering Systems with Retrieval-Augmented Generation (RAG)
#AI & ML #Know-How
By Dmytro Sichkar | May 02, 2024
#Photon Designer
Stream your voice clone 🎼
We'll turn your voice into an infinitely-scalable instrument with Django
By Photon Designer | May 01, 2024
#Python Library
How to Watermark a Graph with Matplotlib
Matplotlib is one of the most popular data visualization packages for the Python programming language. It allows you to create many different charts and graphs. This tutorial focuses on adding a “watermark” to your graph. If you need to learn the basics, you might want to check out Matplotlib—An Intro to Creating Graphs with Python. […]
#beginner #intermediate #Python
By Mike | Apr 30, 2024
The Python Show Podcast Ep 39 – Buttondown – A Python SaaS with Justin Duke
In this episode, we invite the founder of Buttondown, a Python-based Software as a Service (SaaS) application for creating and managing newsletters. Mike Driscoll, the host of the show, chats with Justin about the following topics: Why he created a SaaS with Python Favorite Python packages or modules Python web frameworks Entrepreneurship AI and programming and […]
#Python
By Mike | May 02, 2024
#Adam Johnson – Blogs
Django: An admin extension to prevent state leaking between requests
Here’s a small protection I added to a project a few years ago. I was considering it again since I saw a similar potential bug in a Django middleware.
By Adam Johnson | Apr 29, 2024
#406 – Matthias
Weeknotes (2024 week 18)
Weeknotes (2024 week 18)Google Summer of Code has begun
We have a student helping out with adding async support to the Django Debug
Toolbar. It’s great that
someone can spend some concentrated time to work on this. Tim and others have
done all …
By Matthias Kestenholz | May 03, 2024
#Python Software Foundation
The PSF's 2023 Annual Impact Report is here!
By Marie Nordin | May 03, 2024
#Dev.to
How to programmatically backup your Firestore database with simple steps
#firestore #googlecloud #database #python
By Marcelo Costa | Apr 29, 2024
Docker and System Updates with Python
#bash #python #script #upate
By Blacknight318 | Apr 29, 2024
Mock It Till You Make It: Mocking in Python's unittest
#python #tutorial #beginners #testing
By Liz Acosta | Apr 29, 2024
Django 7 – Users login, logout and register
#django #python #docker #postgres
By Andrés Álvarez Iglesias | Apr 29, 2024
Project_Python_Pacmann-Super_Cashier
#python #dataanalytics #pacmann #teach4hope
By FBTO45 | Apr 29, 2024
Tutorial: Cara Menarik Data Tabel Transportasi dari Situs Web dan Menyimpannya sebagai File CSV dengan Python
#indonesia #python #tutorial #programming
By Okyza Maherdy Prabowo | Apr 29, 2024
Learning Spark 2.0 Knowledge Dump
#spark #dataengineering #learning #python
By OdyAsh | Apr 29, 2024
How to connect to Oracle, MySql and PostgreSQL databases using Python?
#programming #tutorial #python #database
By Luca Liu | Apr 29, 2024
Git Guide: Pushing a Project to a Repository with a Python Project 🐍🚀
#git #github #gitlab #python
By Niladri Das | Apr 29, 2024
How I Combined Small Language Models to Automate Workflow like Financial Research
#beginners #python #tutorial #ai
By Namee | Apr 29, 2024
How “If __name__ == ‘__main__' ’” Works?
#python
By Raju Nekadi | Apr 30, 2024
How to Build a Crystal Image Search App with Vector Search
#vectordatabase #webdev #python
By Aaron Ploetz | Apr 29, 2024
Python's Secret Weapon: List Comprehension
#python #beginners #learning #coding
By Mozart Maia | Apr 30, 2024
Building a Convolutional Neural Network with Keras
#machinelearning #deeplearning #python #ai
By Niladri Das | Apr 30, 2024
Envio e recebimento de mensagens de texto dentro de imagens com Python
#python #tutorial #braziliandevs
By msc2020 | Apr 30, 2024
Tutorial Duckdb
#duckdb #sql #python
By Fabio Simoes | Apr 30, 2024
5 Things you Should Know About Neural Networks in Simple Terms! 🔥
#ai #python #javascript #webdev
By Aayush Sharma | Apr 30, 2024
Understanding the Different Types of AI Algorithms: A Comprehensive Guide
#java #python #ai
By MyExamCloud | Apr 30, 2024
Understanding and Using Lambda Functions in Python and Java
#java #python #software #coding
By MyExamCloud | Apr 30, 2024
Flask — What is It?
#flask #python #coding
By Shariq Ahmed | Apr 30, 2024
Node.js vs. Python vs. Java: Choosing the Right Back-End Technology
#node #python #java #backend
By Angelina Jasper | Apr 30, 2024
Python vs JavaScript performance
#python #javascript #performance #comparison
By Zoltan Fehervari | Apr 30, 2024
Data Types in Python
#python #datatypes #datascience
By Shaique Hossain | Apr 30, 2024
FastAPI Best Practices: A Condensed Guide with Examples
#python #fastapi #webdev #api
By Developer Service | Apr 30, 2024
How to make a Lichess bot in Python
#python #bot #chess #tutorial
By Kai Pereira | Apr 30, 2024
Navigating the Risky Waters of Loan Defaults: A Predictive Beacon
#loanprediction #eventdriven #python #datavisualization
By Pranav Ghadge | Apr 30, 2024
Highlighting Image Text
#python #opencv #machinelearning
By Zul Ikram Musaddik Rayat | May 01, 2024
How to check if a variable is number in Python
#python #beginners #tutorial
By byby | May 01, 2024
AI enthusiasm #9 – A multilingual chatbot📣🈸
#python #ai #tutorial #chatgpt
By Astra Bertelli | May 01, 2024
Opensource Installation
#opensource #python #devops #github
By Natha Paquette | May 01, 2024
Generating Fake Django Model Instances with Factory Boy
#webdev #django #factoryboy #python
By Aidas Bendoraitis | May 01, 2024
ImportError: attempted relative import with no known parent package
#python #django #developer
By Albert Eromosele | May 01, 2024
Login with OTP Authentication in Django and Django REST Framework
#python #django #djangorestframework #programming
By Rayyan Shaikh | May 01, 2024
Stay Updated with Python/FastAPI/Django: Weekly News Summary (22/04/2024–28/04/2024)
#python #django #fastapi #flask
By Poovarasu Sekar | May 01, 2024
Python "Financial Health" Terminal Project
#python #programming #learning
By Alejandro Henao Echeverri | May 01, 2024
Simplify Restaurant Reservations with Lyzr.ai's Chatbot-Powered App
#ai #lyzr #beginners #python
By Prajjwal Sule | May 01, 2024
Introduction to Semantic Search with Python and OpenAI API
#ai #semanticsearch #openai #python
By Carolina Monte | May 01, 2024
Unleash Growth with Email Automation: A Freelancer's Guide to Scaling Your Client's Business
#automation #email #python #javascript
By Prabir Sinha | May 02, 2024
5 Open Source Large Language Models APIs for Developers
#python #ai #machinelearning #chatgpt
By Barri | May 02, 2024
Code Smell 250 – Premature Memoization
#webdev #beginners #programming #python
By Maxi Contieri | May 02, 2024
What are main() and __name__ in Python?
#python #beginners #tutorial #learning
By byby | May 02, 2024
Crafting a Winning Proposal for a Technical Conference
#python #pycon #community
By Hemangi Karchalkar | May 02, 2024
Effortlessly Create an AI Dungeon Master Bot Using Julep and Chainlit
#ai #python #opensource
By Philip Balbas | May 02, 2024
Vision AI agents for any task
#ai #machinelearning #python #computervision
By Miguel Ángel Cabrera Miñagorri | Apr 30, 2024
From WordPress to Square Space or Custom CMS
#wordpress #squarespace #python
By Blake Blossom | May 02, 2024
No-code Real-time Object Detection without training models
#computervision #ai #programming #python
By Miguel Ángel Cabrera Miñagorri | May 02, 2024
Machine Learning : Things you don't know yet !!!
#machinelearning #python #development #developers
By Rishabh Jain | May 02, 2024
Deepfake detection by FacePlugin-Safeguarding Remote Onboarding
#programming #python #machinelearning #datascience
By Faceplugin | May 02, 2024
Data Structures and Algorithms (Part 5)
#datastructures #python
By TheCSPandz | May 02, 2024
Uncovering and Solving Data Wrangling Issues with Property-Based Testing
#data #datascience #testing #python
By Rafael Medeiros de Farias Vaz | May 02, 2024
Visualize Objectron Dataset
#python #machinelearning #ai #opensource
By Rerun | May 02, 2024
Revolutionize Your Content with AI Article Rewriting in Python!
#python #seo #contentwriting
By gbessoni | May 03, 2024
Building a Trader Bot with Sentiment Analysis: A Step-by-Step Guide
#machinelearning #bot #deeplearning #python
By Dexter | May 02, 2024
Conversational Commerce: Supercharge Customer Engagement with a Telegram or WhatsApp AI Bot
#ai #bot #python #javascript
By Prabir Sinha | May 03, 2024
Taming the Warehouse Chaos: Unleash Growth with a Warehouse Management Website
#python #programming #freelance #javascript
By Prabir Sinha | May 03, 2024
Website Powerhouse: How the Right Portal Fuels Business Growth
#web3 #website #javascript #python
By Prabir Sinha | May 03, 2024
cURL for Web Scraping with Python, JAVA, and PHP
#webscraping #php #python #java
By Crawlbase | May 03, 2024
Latest Python Features That Every Developer Should Know
#python #webdev #django #ai
By Cache Merrill | May 03, 2024
I have built an API using TypeScript, Python, and Go, so you don't have to.
#python #typescript #go #api
By Muneeb Hussain | May 03, 2024
Effortlessly Create an AI Dungeon Master Bot Using Julep and Chainlit
#ai #python #opensource
By Philip Balbas | May 02, 2024
Automating Network Configuration with Python
#python #networking #git #linux
By Niladri Das | May 03, 2024
This Week In Python
#python #thisweekinpython
By Bas Steins | May 03, 2024
Top 10 GitHub Repositories for Python and Java Developers
#java #python #software #coding
By MyExamCloud | May 03, 2024
Top 3 methods to filter a list in Python
#python #beginners #tutorial #learning
By byby | May 03, 2024
How to Build a Minimum Advertised Price (MAP) Monitoring Tool
#project #python
By Scrapfly | May 03, 2024
Train, Dev and Test Sets
#machinelearning #datascience #python #tutorial
By ishola-faazele | May 03, 2024
AI-Powered News Summaries for Slack
#python #openai #slack
By Blacknight318 | May 03, 2024
Introduction to Web Scraping with Python
#python #coding #webdev #programming
By Michel | May 03, 2024
[ALPHA 0.1] Chat System Work
#programming #python #godot
By xYellowTek | May 03, 2024
Python Day 10 – Meme Magic 😍: Building a Custom Meme Generator with Python
#python #beginners #tutorial #coding
By Blackie | May 04, 2024
💰 Unleash ollama potential w. data and LLM capabilities
#ai #opensource #opendata #python
By adriens | May 04, 2024
Navigating Technical Debt
#csharp #python #git #technicaldebt
By Uzair Shamim | May 04, 2024
Developed Python CLI to easily download Dutch point cloud data
#python #pointcloud #gis #las
By HideBa | May 04, 2024
Flask and APIs
#webdev #flask #sql #python
By Jonathan McIntosh | May 05, 2024
Triangular loops: How triangles got me coding again
#python #beginners #programming #learning
By OnyechiRiches | May 04, 2024
Surviving Recession: A Software Developer's Journey
#java #python #software #coding
By MyExamCloud | May 04, 2024
AI enthusiasm #10 – Summarize PDFs with AI🗎
#python #ai #tutorial #learning
By Astra Bertelli | May 04, 2024
Construyendo un asistente genAI de WhatsApp con Amazon Bedrock
#python #tutorial #ai #aws
By Elizabeth Fuentes L | May 05, 2024
Construyendo un asistente genAI de WhatsApp con Amazon Bedrock y Claude 3
#python #español #aws #ai
By Elizabeth Fuentes L | May 05, 2024
JSON: What is it and How to Use It?
#programming #beginners #tutorial #python
By tahsinsoyak | May 05, 2024
Github Sponsor Sebastián Ramírez Python programmer
#github #opensource #python #webdev
By Gabor Szabo | May 05, 2024
Introducing Tapyr: Create and Deploy Enterprise-Ready PyShiny Dashboards with Ease
#datascience #tutorial #python #opensource
By Gigi | May 05, 2024
My First Month As A Software Engineer
#beginners #python #productivity #career
By Aglili Selorm Cecil | May 05, 2024
How To Reverse A Linked List Recursively In Python
#algorithms #career #programming #python
By rathod ketan | May 05, 2024
Python & Crypto lovers
#python #finance #cryptocurrency #algo
By ayoub abdessadak | May 05, 2024
Visualize Autonomous Driving Dataset
#ai #python #tutorial #opensource
By Rerun | May 05, 2024
Um "Hello World" em Deep Learning
#deeplearning #machinelearning #python #braziliandevs
By msc2020 | May 05, 2024
How to generate radio code for Fiat 500 VP1/VP2
#python #api #sdk #webdev
By Bartosz Wójcik | May 03, 2024
#TimonWeb
How to Use ModelAdmin with Wagtail CMS v6+
#Wagtail #Python #Django
By Tim Kamanin | Apr 29, 2024