#Real Python

String Interpolation in Python: Exploring Available Tools

In this tutorial, you'll learn about the different tools that Python provides for performing string interpolation. String interpolation allows you to create new strings by inserting different objects into a string template.
#basics #best-practices #python
By | May 30, 2024


Python Mappings: A Comprehensive Guide

In this tutorial, you'll learn the basic characteristics and operations of Python mappings. You'll explore the abstract base classes Mapping and MutableMapping and create a custom mapping.
#intermediate #python
By | Jun 01, 2024



#Django Project – Weblog

Django Enhancement Proposal 14: Background Workers

By Benjamin Balder Bach, Cory Zue, Carlton Gibson | May 29, 2024



#PyCoders

Issue #631 – Tkinter, pyastgrep, Django 5.1, and More

By | May 28, 2024



#Python Library

Episode 42 – Harlequin – The SQL IDE for Your Terminal

This episode focuses on the Harlequin application, a Python SQL IDE for your terminal written using the amazing Textual package. I was honored to have Ted Conbeer, the creator of Harlequin, on the show to discuss his creation and the other things he does with Python. Specifically, we focused on the following topics: Favorite Python packages Origins […]
#beginner #Python
By Mike | May 29, 2024



#Hashnode

Just start

Sometimes I just felt silly trapped in the hole of where to start and I don't want others suffer the same. Life is too short and all you need is to learn from a good teacher and resource.

If you want to learn Python, learn from Corey Chafer or Caleb…
By Ammar | May 30, 2024


How to Build RESTful APIs with FastAPI: A Modern Guide

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. It is designed to be easy to use and easy to learn, while also providing the performance of asynchronous code. In this…
By ByteScrum Technologies | May 29, 2024


Performance Optimization in Flask: Tips and Tricks for Making Flask Applications Faster and More Scalable

When working with Flask, a well-regarded Python micro-framework, performance optimization becomes crucial as your web application begins to scale. Flask is favored for its straightforward and flexible design, making it an excellent choice for quickly…
By Christopher Thai | Jun 01, 2024


AWS EC2 Deployment: Flask App with Machine Learning Model Explained

Step 1: Launch EC 2 instance.

Now, SSH into the instance and clone the project from GitHub.
Step 2: Install Git

Update Package List:

Once connected to your EC2 instance, update the package list:
sudo apt update

Install Git:

Install Git if …
By Shreyas Bhosale | May 30, 2024


Comparing Flask and Django for Python Web Development

Python has become one of the most popular programming languages for web development, thanks to its simplicity, readability, and vast ecosystem of libraries and frameworks. Among the various web frameworks available, Flask and Django stand out as two …
By ByteScrum Technologies | May 27, 2024



#Python Software Foundation

Thinking about running for the Python Software Foundation Board of Directors? Let’s talk!

By Marie Nordin | May 28, 2024



#Dev.to

Guide to Python's Built-in Functions

#beginners #python #programming #webdev
By Varsha VM | May 27, 2024


Creating a ChatGPT crypto trading bot

#chatgpt #python #trading #bot
By MichelOnPython | May 27, 2024


Need Guidance on Python Package Development | NFTpy

#web3 #python #opensource #nft
By Coulter Stutz | May 27, 2024


How to Deploy a Django Full-stack Application over Kubernetes

#django #kubernetes #devtro #cicd
By Devtron | May 27, 2024


Django: Using models

#webdev #python #django
By Samuel Lubliner | May 27, 2024


day 08

#python
By lordronjuyal | May 27, 2024


Day 1 Pygomo Development – Lightweight framework for game development.

#python #gamedev #opensource #development
By Luxcih | May 27, 2024


Title Guessing Game 🎯

#python #nlp #datascience #games
By Anand | May 27, 2024


Python Comments: A Guide to Effective Code Understanding

#python #javascript
By Saumya | May 27, 2024


Instagram Captions Contribution

#instagram #caption #contribution #python
By Jetur Gavli | May 27, 2024


Host a Django project documentation autogenerated with Sphinx on Read the Docs — Django specifics

#django #sphinx #readthedocs
By DoriDoro | May 27, 2024


My suitable posts

#webdev #programming #python #web3
By bot_hieupham | May 27, 2024


Unlock the power of neural networks 🚀

#webdev #javascript #python #ai
By FuturisticGeeks | May 27, 2024


SamGIS – Alcuni appunti su Segment Anything

#python #computervision #machinelearning #maps
By Alessandro T. | May 27, 2024


SamGIS – Some notes about Segment Anything

#python #computervision #machinelearning #maps
By Alessandro T. | May 27, 2024


Explore the world with Google Maps APIs

#python #node #api #webdev
By Wesley Chun (@wescpy) | May 28, 2024


Create a Python app easily with Streamlit

#python #streamlit #programming #beginners
By Kévin Letupe | May 28, 2024


How to Use ADS1115 with the Raspberry Pi (Part 1)

#beginners #programming #raspberrypi #python
By Shilleh | May 28, 2024


Streamlit: Créer des apps en Python très simplement

#python #streamlit #french #programming
By Kévin Letupe | May 28, 2024


Setting up Fast API in IIS and run APIs in Python

#python #iis #fastapi #windows
By Juan Stoppa | May 28, 2024


Django: Sample data

#webdev #python #django
By Samuel Lubliner | May 28, 2024


Django vs. Flask: Which One Should You Choose?

#django #flask #webdev #python
By Jack Fields | May 28, 2024


Django vs. Flask: Which One Should You Choose?

#django #flask #webdev #python
By Jack Fields | May 28, 2024


LetsGrowMore – Data Science

#datascience #python #machinelearning #programming
By Kyle Parsotan | May 28, 2024


Data Analysis – Meriskill

#python #machinelearning #datascience #dataanalysis
By Kyle Parsotan | May 28, 2024


Creating a Custom Log Generator Helper Class in Python

#python #tips
By Santosh Shelar | May 28, 2024


Creating Line Plots with Object-Oriented API and Subplot Function in Python

#numpy #beginners #matplotlib #python
By Lohith | May 28, 2024


Building a Command-Line Interface (CLI) Application with Click in Python

#python #cli #click #programming
By Manav Codaty | May 28, 2024


day 09

#python #oop #newbie #beginners
By lordronjuyal | May 28, 2024


ML Intro : IRIS DATASET

#machinelearning #ai #datascience #python
By Anand | May 28, 2024


Understanding UAT and E2E Testing: A Comprehensive Guide

#javascript #webdev #programming #python
By keploy | May 28, 2024


Python Language for Beginners

#programming #python #cybersecurity #webdev
By aisha javed | May 28, 2024


Troubleshooting in Programming: Solutions for Common Challenges in Code Development

#computerscience #techtobe101 #programming #python
By Tech Tobé | May 28, 2024


Advanced Programming Techniques: Integrating Conditional Statements and Loops

#computerscience #techtobe101 #programming #python
By Tech Tobé | May 28, 2024


Exploring Iteration in Python: How Loops Enhance Code Efficiency

#computerscience #techtobe101 #programming #python
By Tech Tobé | May 28, 2024


Beginners Conditional Execution in Programming: Practical Examples and Applications

#computerscience #techtobe101 #python #programming
By Tech Tobé | May 28, 2024


An Introduction to Conditional Execution & Iteration in Computer Science

#computerscience #techtobe101 #python #programming
By Tech Tobé | May 28, 2024


سائبر پشتو پشتو زبان میں ازگر پروگرامنگ لینگویج کورس پیش کرتا ہے۔

#cyber #python #urdu #programining
By aisha javed | May 28, 2024


Simplifying and Improving Python Code using itertools.chain()

#python #programming
By Developer Service | May 28, 2024


Simple + Secure Password Generator with Python🔐

#python #learning #security #programming
By Olivia Pandora Stokes | May 28, 2024


Building your first machine learning model in Python

#machinelearning #newbie #python #datascience
By Silvester | May 28, 2024


Deploying Flet app from a docker container using Uvicorn

#python #uvicorn #docker #flet
By Flávio Codeço Coelho | May 28, 2024


RAG using LLMSmith and FastAPI

#rag #fastapi #llm #python
By Dheeraj Gopinath | May 28, 2024


70-Day Study Plan for Python PCEP Certification Exam Preparation

#python #programming #coding #software
By MyExamCloud | May 28, 2024


Focusing on high code coverage can be a trap

#testing #tests #coverage #python
By Leonardo Furtado | May 28, 2024


EcoAct has released it's third open source library!

#python #s3 #blob
By Thomas Epelbaum | May 28, 2024


Optimize AWS Costs by Managing Elastic IPs with Python and Boto3

#python #eip #aws #cost
By Karandeep Singh | May 28, 2024


Architecting Microservices as Tenants on a Monolith with Zango

#python #microservices #architecture #opensource
By Kaustubh Chandrabhan | May 28, 2024


Django: Admin

#webdev #python #django
By Samuel Lubliner | May 29, 2024


Python Architecture Essentials: Building Scalable and Clean Application for Juniors

#python #development #tutorial #cleancode
By Mark Parker | May 29, 2024


Ruby on Rails está muerto, fin.

#ruby #rails #python #development
By Paul Marclay | May 29, 2024


Stay Updated with Python/FastAPI/Django: Weekly News Summary (20/05/2024-26/05/2024)

#python #django #fastapi #flask
By Poovarasu Sekar | May 29, 2024


Django 9: Scheduled tasks

#python #django #docker #cron
By Andrés Álvarez Iglesias | May 29, 2024


How to Export Matplotlib Plots to JPEG or PDF

#python #beginners #export #matplotlib
By Lohith | May 29, 2024


Mastering Matplotlib: A Guide to Bar Charts, Histograms, Scatter Plots, and Pie Charts

#python #beginners #matplotlib #charts
By Lohith | May 29, 2024


Yo guys send help

#javascript #python #folium #html
By maniacfrxxk | May 29, 2024


Creating Eye-Catching Plots with Matplotlib: A Guide to Custom Titles

#python #beginners #analytics #matplotlib
By Lohith | May 29, 2024


FastAPI Beyond CRUD Part1 – Introduction And Project Set Up

#fastapi #webdev #python #programming
By Ssali Jonathan | May 29, 2024


Build A Dual-Purpose App: Text-to-Image and Custom Chatbot Using Comet, GPT-3.5, DALL-E 2, and Streamlit

#python #webdev #ai
By TheophilusOnyejiaku | May 29, 2024


How I Organise My Python Code

#python #webdev #cleancode
By Pastor Emmanuel | May 29, 2024


The Power of Decorators: Separation Of Concerns (SOC) in Python Code

#python #coding #software #developer
By MyExamCloud | May 29, 2024


"Different" Terminal To-Do App 🐍

#python #webdev #beginners #programming
By Bek Brace | May 30, 2024


Python for Software Engineering Beginners!

#beginners #softwareengineering #python #career
By Tripp | May 30, 2024


Building a Movie Recommendation Program in Python

#python #computerscience #algorithms #programming
By MOHAMED IDAGHDOUR | May 29, 2024


FastAPI Beyond CRUD Part 2 – Build a Simple Web Server (Path & Query Params, Request Body, Headers)

#fastapi #api #python #programming
By Ssali Jonathan | May 29, 2024


Using Tc-Bpf Program To Redirect Dns Traffic In Docker Containers

#webdev #beginners #programming #python
By keploy | May 30, 2024


Unleashing the Power of the PCAP™ Certification: A Comprehensive Guide for Python Developers

#python #softwaredevelopment #coding #programming
By MyExamCloud | May 30, 2024


How to install Python Libraries in Visual Studio Code

#beginners #python #vscode #installation
By Emmanuel Oyibo | May 30, 2024


A quick comparison: Streamlit, Dash, Reflex and Rio

#python #opensource #datascience
By Sn3llius | May 30, 2024


Using Mountaineer to develop a React app with Python

#react #python
By Megan Lee | May 30, 2024


Enhance Your Search Capabilities Using Algoboost as a Vector Store

#vectordatabase #machinelearning #python #ai
By Tshidiso | May 30, 2024


FastAPI Beyond CRUD Part 3 – Buiding a CRUD REST API

#fastapi #api #python #webdev
By Ssali Jonathan | May 30, 2024


Django: Homepage

#webdev #django #python
By Samuel Lubliner | May 30, 2024


Beyond Imagination: The Potential of AI in Digital Artistry

#ai #tutorial #programming #python
By aka. K00B404 aka. Bnonymous | May 30, 2024


🚀 Building Toy ARM64 Emulator

#javascript #python #cpp #tutorial
By Aakash Apoorv | May 30, 2024


Recursion : Python

#python #programming #coding
By Nitin Kendre | May 31, 2024


Matplotlib a powerful plotting library

#python #programming #learning #datascience
By Samagra Shrivastava | May 30, 2024


The 5 Most Used AWS Lambda Functions

#aws #lambda #devops #python
By Nurbol Mendybayev | May 31, 2024


AI and Developers: Positive Impacts, Concerns, and Solutions

#ai #javascript #python #softwaredevelopment
By Kuk Hoon Ryou | May 31, 2024


Building a Simple Chatbot using GPT model – part 2

#ai #python #llm
By whatminjacodes [she/they] | May 31, 2024


How to Use ThingSpeak with the Raspberry Pi Pico W

#thingspeak #raspberrypi #programming #python
By Shilleh | Jun 01, 2024


Streamline Your Django Workflow: A Guide to Creating Custom Management Commands

#django #management #custom #workflow
By Django Web Dev | Jun 01, 2024


How to build a fully-fledged telegram bot in Python

#python #telegram #chatbot #database
By Edun Rilwan | Jun 01, 2024


So you want to make a podcast

#podcast #django #webdev
By Adam Hill | May 31, 2024


FastAPI Beyond CRUD – Part 4 Modular Project Structure With Routers

#fastapi #python #programming #api
By Ssali Jonathan | Jun 01, 2024


Python : Linear search and Binary Search

#algorithms #python #learning
By Nitin Kendre | Jun 01, 2024


pyaction pulled 4 million times and counting from the GitHub Container Registry

#github #docker #python #showdev
By Vincent A. Cicirello | Jun 01, 2024


How to Integrate Your Poe.com Ai Bot into Your Website: A Step-by-Step Guide

#chatgpt #beginners #tutorial #python
By Aymen Hmani | Jun 01, 2024


Converting .shp files to CSV with GeoPandas

#datascience #python #tutorial #dataengineering
By David Ostler | May 31, 2024


Top 50 Python Projects You Can Build Today 🚀🐍

#python #webdev #machinelearning #ai
By Kumar Kalyan | May 31, 2024


Dependency management in Python Using Poetry

#python #beginners
By tinega | May 31, 2024


Day 5 of Machine Learning|| Exploratory Data Analysis Part 2

#machinelearning #datascience #tutorial #python
By Neha Gupta | May 31, 2024


Python *args and **kwargs

#python #opensource #webdev #javascript
By Odipo Otieno | May 31, 2024


This Week In Python

#thisweekinpython #python
By Bas Steins | May 31, 2024


How to create urban discord command in python?

#python #discord #bot #programming
By Hazrat Ummar Shaikh | May 31, 2024


Building a Simple Kafka Producer and Consumer using Python

#python #kafka #pubsub #eventdriven
By Abhinav Nath | Jun 01, 2024


Best RPA tips and tricks

#rpa #python #selenium #api
By sai parisheth | Jun 01, 2024


Python Syntax: A Brief Overview

#python #beginners
By Lohith | Jun 01, 2024


Create a simple joke command for discord in python

#discord #python #bot #programming
By Hazrat Ummar Shaikh | Jun 01, 2024


Python Basics 1: Variables

#python #programming #beginners #learning
By Irfan Faisal | Jun 01, 2024


FastAPI Beyond CRUD Part 5 – Databases With SQLModel (Connection, Lifespan Events, And Models)

#fastapi #python #programming #api
By Ssali Jonathan | Jun 01, 2024


Performance Optimization in Flask: Tips and Tricks for Making Flask Applications Faster and More Scalable

#flask #python #webdev #learning
By Christopher Thai | Jun 01, 2024


Enhancing Python Classes with Magic Methods: A Comprehensive Guide

#python #webdev #tutorial #learning
By Christopher Thai | Jun 01, 2024


Classifying Social Media Texts into Multiple Hate-Based Categories for Indian languages

#nlp #python #sentiment #hindiwordnet
By Batul Makada | Jun 02, 2024


In-Project Virtualenvs in Poetry

#python #virtualenv #poetry #configuration
By Rudolf Olah | Jun 01, 2024


Django: Generic List and Detail Views

#webdev #python #django
By Samuel Lubliner | Jun 01, 2024


Building Chat Applications with OpenAI's GPT-3.5-turbo using Streamlit, Chainlit, and Gradio

#python #opensource #openai #tutorial
By Samagra Shrivastava | Jun 01, 2024


Make Maintainable Python Project

#python #softwaredevelopment #datascience
By Muhammad Bima Adi Prabowo | Jun 02, 2024


Membuat Project Python yang mudah untuk dimaintain

#python #indonesia #datascience #softwaredevelopment
By Muhammad Bima Adi Prabowo | Jun 02, 2024


Maximizing the 1 bits

#perl #python #theweeklychallenge #githubcopilot
By Simon Green | Jun 02, 2024


I Created a Password Manager with AI: Powered by GPT-4

#gpt4o #python #api #openai
By King Triton | Jun 02, 2024


Spacy Vs NLTK

#python #machinelearning #nlp #programming
By krishnaa192 | Jun 02, 2024


Creating your own database like join using {code}

#python #programming #learning #database
By Animesh Srivastava | Jun 02, 2024


Discord.py commands for cat image with breed information

#discord #python
By Hazrat Ummar Shaikh | Jun 02, 2024


Creating Your Own Telegram Bot for Generating Images with DALL-E 3

#openai #api #ai #python
By King Triton | Jun 02, 2024


HackTheBox – Writeup Surveillance [Retired]

#security #cybersecurity #python #php
By Guilherme Martins | Jun 02, 2024


Popular Backend Frameworks Performance Benchmark

#backend #node #django #aspdotnet
By Tuan Anh PHAM | Jun 02, 2024


A step-by-step guide on how to use the Amazon Bedrock Converse API

#python #aws #tutorial #ai
By Thomas Taylor | Jun 02, 2024


Streamline Your Django Workflow: A Guide to Creating Custom Management Commands

#django #management #custom #workflow
By Documendous | Jun 01, 2024