#Real Python
Ruff: A Modern Python Linter for Error-Free and Maintainable Code
Ruff is an extremely fast, modern linter with a simple interface, making it straightforward to use. It also aims to be a drop-in replacement for other linting and formatting tools, like Pylint, isort, and Black. It's no surprise it's quickly becoming one of the most popular Python linters.
#intermediate #devops #tools
By – | Jun 03, 2024
Python String Formatting: Available Tools and Their Features
In this tutorial, you'll learn about the main tools for string formatting in Python, as well as their strengths and weaknesses. These tools include f-strings, the .format() method, and the modulo operator.
#basics #best-practices #python
By – | Jun 05, 2024
Python News: What's New From May 2024
In May 2024, the first beta release of Python 3.13 was published, and PEP 649 was delayed until Python 3.14. While PyCon US 2024 has come to a close, EuroPython 2024 announced its keynote speakers. Additionally, the PSF released its annual impact report for 2023.
#community
By – | Jun 06, 2024
#Django Project – Weblog
PyCharm & Django Campaign 2024
By Catherine Holmes | Jun 06, 2024
#Python Insider
Python 3.12.4 released
By Thomas Wouters | Jun 07, 2024
Python 3.13.0 beta 2 released
By Thomas Wouters | Jun 07, 2024
#PyCoders
Issue #632 – Hashables, PyCon US Recap, Circular Imports, and More
By – | Jun 04, 2024
#testdriven.io
Approximate Counting in Django and Postgres
Speed up counting with Django and PostgreSQL.
#Django
By Nik Tomazic | Jun 03, 2024
Storing Django Static and Media Files on DigitalOcean Spaces
Configure Django to load and serve up static and media files, public and private, via DigitalOcean Spaces.
#DevOps #Django #Docker
By Michael Herman | Jun 04, 2024
#Python Library
Python Logging Book Released!
The latest Python book from Michael Driscoll is now out. You can get Python Logging today on any of your favorite platforms! The Kindle version of the book is only 99 cents for a limited time! What does every new developer do when they are first learning to program? They print out strings to their […]
#beginner #Python
By Mike | Jun 03, 2024
#Hashnode
From FastAPI to Django: Elevate Your Project with Advanced Authentication, ORM, Admin Interface, and Smooth DB Migrations.
Django & Its Key Features:
Django is an open-source web framework for Python that follows the model-template-view (MTV) architectural pattern. It focuses on reusability, rapid development, and the principle of "don't repeat yourself" (DRY).
Admin In…
By Raj Shah | Jun 09, 2024
FastAPI vs Flask vs Django: Which Framework to Choose?
Picking the right web framework is super important for your project's success. With so many choices out there, it can be tough to figure out which one is the best fit for you. In this article, we'll compare three popular Python frameworks—Flask, Djan…
By Sakib Bin Kamal | Jun 03, 2024
From Data Engineer to Full Stack Web Developer
The Making of Brainstormer
The Leap into Full Stack Development
I'm a DevOps Data Engineer by day, and recently, a full stack web developer by night. Embarking on the journey to create Brainstormer was both thrilling and challenging. Imagine diving i…
By Abel Tavares | Jun 09, 2024
The Ultimate Guide: Automating Jira Ticket Creation from GitHub Issues with Python
Introduction:
Have you ever encountered a critical issue in your development project, only to realize the cumbersome task of manually creating a Jira ticket for it? This back-and-forth between GitHub and Jira disrupts workflow and slows down resoluti…
By Sarvadnya Jawle | Jun 08, 2024
#406 – Matthias
Weeknotes (2024 week 23)
Weeknotes (2024 week 23)Switching everything from pip to uv
Enough said. I’m always astonished how fast computers can be.
Releases
django-admin-ordering
0.18: Added a database
index to the ordering field since we’re always sorting by…
By Matthias Kestenholz | Jun 07, 2024
#Python Software Foundation
Affirm your PSF Membership Voting Status
By Marie Nordin | Jun 06, 2024
#Dev.to
Building a Simple ATM System in Python: A Casual Walkthrough
#python #programming #productivity #coding
By bhavesh jadhav | Jun 03, 2024
Primitive Data Types in Python
#programming #python #vscode #devops
By Laila Hamorym | Jun 03, 2024
El principio
#beginners #python #spanish #learning
By Carlos Ruiz | Jun 03, 2024
Stay Updated with Python/FastAPI/Django: Weekly News Summary (27/05/2024 – 02/06/2024)
#python #django #flask #fastapi
By Poovarasu Sekar | Jun 03, 2024
Frege, Machine Learning, and Logic: Fun with Python
#python #machinelearning #ai #beginners
By Roomal Seferaj | Jun 03, 2024
Histogram: Your first statistical Analysis
#histogram #datascience #python #seaborn
By Madhuri Patil | Jun 03, 2024
Intro to Deep Learning…
#ai #python #datascience #machinelearning
By Pranjal Sharma | Jun 03, 2024
Ibuprofeno.py💊| #117: Explica este código Python
#learning #beginners #python #spanish
By Cristian Fernando | Jun 03, 2024
The Software Testing Pyramid: Ensuring Robust and Reliable Software
#webdev #programming #python #productivity
By keploy | Jun 03, 2024
Python vs. JavaScript
#javascript #beginners #python
By Dakota Day | Jun 03, 2024
My first bash script
#bash #python
By Taha Yasser Adnan | Jun 03, 2024
Enhancing your Python code with decorators
#python #backend #webdev #learning
By Osahenru | Jun 03, 2024
YouTube Video Transcripts Using LangChain
#programming #python #machinelearning #ai
By Samagra Shrivastava | Jun 03, 2024
Magia e Músculos: ETL com Mage e DuckDB com dados do meu treino de powerlifting
#mage #python #sql #duckdb
By DeadPunnk | Jun 03, 2024
Fatiamento🐍
#python #fatiamento #programming #devops
By Laila Hamorym | Jun 03, 2024
Despliegue de aplicación de Django con Github Actions para un servidor propio
#githubactions #django #deploy #cicd
By Jose Miguel Sandoval | Jun 03, 2024
A course on Automating boring staff
#python #programming #beginners
By Maximiliano Burgos | Jun 03, 2024
Expert-Level Tutorials on Stable Diffusion & SDXL & Generative AI: Master Advanced Techs — 75 Tutorials
#beginners #tutorial #python #ai
By Furkan Gözükara | Jun 03, 2024
testing python code
#programming #beginners #python #learning
By MWæ NZå | Jun 03, 2024
Confidently Incorrect – Recipe Collection App : So far…
#vue #python #mongodb #beginners
By Bradley Hill | Jun 04, 2024
Vunax
#webdev #beginners #tutorial #python
By Derrick Wamalwa | Jun 04, 2024
Running Django Application On Kubernetes
#docker #kubernetes #django #deepcodr
By Deepak Patil | Jun 04, 2024
How to Avoid SQL Injection: A Comprehensive Guide
#sql #attacks #programming #python
By bilel salem | Jun 04, 2024
Testing Bunjs Web Application With Cucumber Js And Keploy
#webdev #programming #python #ai
By keploy | Jun 04, 2024
Making My Own Karaoke Videos with AI
#ai #whisper #python #llm
By Lance Kidwell | Jun 04, 2024
Boost MongoDB Performance: Motor Client vs PyMongo – Which is Faster?
#webdev #mongodb #python
By Rashid | Jun 04, 2024
Implementation of Perceptron…
#ai #deeplearning #machinelearning #python
By Pranjal Sharma | Jun 04, 2024
Introducing llama-github: Enhance Your AI Agents with Smart GitHub Retrieval
#rag #ai #python #github
By Jet Xu | Jun 04, 2024
Hello, world!
#python #programming #beginners #tutorial
By Afraaz Ahmed | Jun 04, 2024
Python Programming: A Beginner’s Guide
#beginners #programming #python #career
By Afraaz Ahmed | Jun 04, 2024
Mask Sensitive Data using Python Built-in Logging Module
#python #logging
By Camille He | Jun 04, 2024
Ibuprofeno.py💊| #118: Explica este código Python
#python #spanish #learning #beginners
By Cristian Fernando | Jun 04, 2024
How To Deploy FastAPI App in Your Local Kubernetes Cluster
#kubernetes #fastapi #python #tutorial
By Afrozar | Jun 04, 2024
PEP and the Evolution of Python
#python #pep
By Developer Service | Jun 04, 2024
Help test Python 3.13!
#python #testing #ci #githubactions
By Hugo van Kemenade | Jun 04, 2024
Transitioning into an AI Career: A Step-by-Step Guide
#java #python #ai #programming
By Ganesh P | Jun 04, 2024
Effortless Django & React: Introducing Reactivated
#react #django #webdev #python
By Mike ☕ | Jun 05, 2024
How to Capitalize String Python Dataframe Pandas
#python #datascience #webdev
By saim | Jun 05, 2024
FastAPI Beyond CRUD Part 6 – CRUD With Async SQLModel (An Introduction to Dependency Injection)
#fastapi #api #python #programming
By Ssali Jonathan | Jun 05, 2024
Mastering Python Comprehensions: Crafting Efficient and Readable Code
#python #beginners
By Sahil | Jun 05, 2024
Ace Your Exams: Automated Question Generation for the Diligent Student
#python #ai #productivity #machinelearning
By Roomal Seferaj | Jun 05, 2024
OCR with tesseract, python and pytesseract
#python #ai #ocr
By Eduardo Zepeda | Jun 05, 2024
What is Machine Learning?
#machinelearning #python #datascience #interview
By Madhuri Patil | Jun 05, 2024
Cijail: How to protect your CI/CD pipelines from supply chain attacks?
#linux #rust #javascript #python
By Ivan | Jun 05, 2024
Ibuprofeno.py💊| #119: Explica este código Python
#python #spanish #learning #beginners
By Cristian Fernando | Jun 05, 2024
Evaluation Metrics: Machine Learning Models 🤖🐍
#python #machinelearning #ai #datascience
By Anand | Jun 05, 2024
Evaporating a pot of water
#physics #python #school
By Paul Cochrane 🇪🇺 | Jun 04, 2024
Every compared FastAPI vs Flask?
#webdev #python #fastapi #flask
By Zoltan Fehervari | Jun 05, 2024
Pedaling Through Data: A Wheelie Fun Bike Rental Analysis with Python and PostgreSQL
#python #postgres #datascience #sql
By Jampa Matos | Jun 06, 2024
Is a prostate cancer screening right for you
#webdev #javascript #programming #python
By skyline Entertainment | Jun 06, 2024
Seeking Frontend and Backend Developers for User Account Management Web App Project.
#python #javascript #css #mysql
By Aaqib Hussain | Jun 06, 2024
ScrapeGraphAI:Revolutionizing Web Scraping with AI
#python #ai #webdev #scrap
By ProspexAI | Jun 06, 2024
How to debug a Python and Django application inside a Docker container
#python #django #docker #debug
By Daniel Cândido | Jun 06, 2024
INTRODUCTION TO WEBSITE HACKING
#hacker #sql #python #webdev
By Samihan | Jun 06, 2024
Diabetes Prediction Bot
#python #diabetespredictionsystem #database #github
By Sudhanshu Ambastha | Jun 06, 2024
Heart Disease Prediction System
#python #streamlit #machinelearning #pictoblox
By Sudhanshu Ambastha | Jun 06, 2024
Basic Operations and Integration in Python & SQLite
#python #sql
By sherylmichaela | Jun 06, 2024
How to Build and Containerise Sentiment Analysis Using Python, Twitter and Docker
#docker #python #containers #sentimentanalysis
By Ajeet Singh Raina | Jun 06, 2024
Beautiful Soup: An Essential Tool for Web Scraping
#python #beginners #productivity #learning
By Amit K | Jun 06, 2024
Go for Backend instead of Python/Django
#python #go #django #webdev
By instructured | Jun 06, 2024
Ibuprofeno.py💊| #120: Explica este código Python
#python #spanish #learning #beginners
By Cristian Fernando | Jun 06, 2024
I recently got hooked on Python game engines!
#python #gamedev #gameengines #programming
By Zoltan Fehervari | Jun 06, 2024
How I Integrated IoT to Control Our HVAC System with Python
#python #iot
By Daniel | Jun 06, 2024
"Hey DEV! 🚀 Akanksha here, CS undergrad passionate about Python & data science. Let's connect, collaborate, grow!"
#programming #beginners #python #ai
By Akanksha Sharma | Jun 06, 2024
Navigating the Data Jungle. Data Analysis Software: A Comprehensive Guide
#datastructures #datascience #python #data
By Jaydip Parikh | Jun 06, 2024
ValueError: A given column is not a column of the dataframe
#machinelearning #datascience #python
By Md. Ismiel Hossen Abir | Jun 06, 2024
Data Visualization in Python From Matplotlib to Seaborn
#python #pythononline
By Nanditham | Jun 06, 2024
My Algorithms Blog「141. Linked List Cycle」
#leetcode #python #algorithms #beginners
By Kaisei Mima | Jun 06, 2024
Python Essentials for Beginners
#python #programming #beginners #tutorial
By tushrv | Jun 06, 2024
Python Bytecode: A Beginner’s Guide
#beginners #python #bytecode #compilation
By Emmanuel Oyibo | Jun 06, 2024
Create Phi-3 Chatbot with 20 Lines of Code (Runs Without Wifi) 🚀 🤖
#python #ai #beginners #programming
By Will Taner | Jun 06, 2024
But do you have a portfolio?
#reactnative #python #raspberrypi #brewpi
By Amanda Koster | Jun 06, 2024
Identifying a typosquatting attack on "requests," the 4th-most-popular Python package
#opensource #security #python #typosquatting
By Stacey Potter | Jun 07, 2024
FastAPI Beyond CRUD Part 7 – Create a User Authentication Model (Database Migrations With Alembic)
#fastapi #api #python #programming
By Ssali Jonathan | Jun 07, 2024
Three Levels of Scrapping Data: From Basic to Advanced to Pro
#python #machinelearning
By Mustafa A. Elghrib | Jun 07, 2024
Three Levels of Scrapping Data: From Basic to Advanced to Pro
#python #machinelearning
By Tarwiiga | Jun 07, 2024
Obtendo Dados do WhoScored: Projeto de Web Scraping com Selenium
#python #selenium #webscraping #beautifulsoup
By Lisandra Melo | Jun 07, 2024
NumPy for Beginners: Why You Should Rely on Numpy Arrays More
#webdev #python #numpy #beginners
By Varsha VM | Jun 07, 2024
Transform Your Video Transcripts: From Raw to Readable Text
#python #ai #machinelearning #codenewbie
By Roomal Seferaj | Jun 07, 2024
Leetcode accountability yet again…
#leetcode #python #beginners #neetcode
By WhereIsLijah | Jun 07, 2024
Django 10 – Implementing TicTacToe with IA
#tensorflow #python #django #docker
By Andrés Álvarez Iglesias | Jun 07, 2024
Django Debug Toolbar Setup
#django #python
By Hasan | Jun 07, 2024
The Best Languages for App Development in 2024
#appdevelopment #programming #java #python
By A3Logics | Jun 07, 2024
Machine Learning Developmental Life Cycle
#machinelearning #development #ai #python
By Md. Ismiel Hossen Abir | Jun 07, 2024
How to scrape dynamic websites with Python
#webdev #beginners #python #tutorial
By Saurav Jain | Jun 07, 2024
This Week in Python
#python #thisweekinpython
By Bas Steins | Jun 07, 2024
Ibuprofeno.py💊| #121: Explica este código Python
#python #spanish #learning #beginners
By Cristian Fernando | Jun 07, 2024
Are We Living in a Nightmare or a Paradise Together with Machines?
#machinelearning #python #ai #discuss
By Sushil Sharma Subedi | Jun 07, 2024
Building the Future: The Journey of Creating the PSee Solutions Website
#python #javascript
By Xander Lysander | Jun 07, 2024
Phá vỡ rào cản ngôn ngữ, mở rộng cánh cửa hợp tác quốc tế với dịch thuật báo cáo tài chính chuyên nghiệp!
#python #react #learning #java
By Thao & Co. | Jun 07, 2024
Automate project startup on Linux with a Bash Script 🚀
#webdev #programming #python #bash
By Nikola Perišić | Jun 07, 2024
A pharmacist's perspective on the challenges patients face today.
#webdev #beginners #javascript #python
By skyline Entertainment | Jun 07, 2024
FastAPI Beyond CRUD Part 8 – User Account Creation (Email & Password Auth)
#fastapi #python #api #programming
By Ssali Jonathan | Jun 07, 2024
Checking object existence in large AWS S3 buckets using Python and PySpark (plus some grep comparison)
#aws #python #pyspark #programming
By Bartosz Górski | Jun 07, 2024
How to Create a Simple Web App with Flask for Python Beginners (Bite-size Article)
#beginners #flask #python
By koshirok096 | Jun 08, 2024
Cloudflare AI Image and AI Chat pocket tool | Python GUI for windows.
#python #gui #exe
By Nxm.ai | Jun 08, 2024
Gestión de Listas de Compra en Python con Archivos JSON
#python #json #spanish
By Abrahan Maigua | Jun 08, 2024
Introducción a las Funciones en Python
#python #functional #beginners
By Abrahan Maigua | Jun 08, 2024
Python Basics 2: Datatypes
#python #programming #beginners #tutorial
By Irfan Faisal | Jun 08, 2024
Ibuprofeno.py💊| #122: Explica este código Python
#python #spanish #beginners #learning
By Cristian Fernando | Jun 08, 2024
How To Create a Python GUI To Write Data to a File With PyQt5
#python #tutorial
By Hichem MG | Jun 08, 2024
What Has Tech Done For You
#webdev #beginners #programming #python
By Scofield Idehen | Jun 08, 2024
AWS Lambda and Celery for Asynchronous Tasks in Django
#aws #lambda #django #celery
By Mike ☕ | Jun 08, 2024
generate-sitemap 1.10.1 Released
#github #webdev #showdev #python
By Vincent A. Cicirello | Jun 09, 2024
pyaction 4.31.0 Released
#github #docker #python #showdev
By Vincent A. Cicirello | Jun 09, 2024
GitHub Release Action for the Python Package Index
#python #githubactions #opensource #security
By JP Hutchins | Jun 09, 2024
Transforming GitHub Codespace Log Files to OpenTelemetry Traces
#github #opentelemetry #analytics #python
By Adam Gardner | Jun 09, 2024
Common Pitfalls in Machine Learning Model Inference for Beginners and How to Solve Them
#machinelearning #beginners #python #ai
By Atsushi Suzuki | Jun 09, 2024
Python Guide: Credit Card Number Validation Using Luhn's Algorithm
#python #beginners #tutorial #algorithms
By Silver Spades | Jun 09, 2024
I created my own search engine
#bootstrap #python #webdev #programming
By schBenedikt | Jun 09, 2024
Python Cheat Sheet: Essential Guide for Beginners
#python #coding #codenewbie #tutorial
By Sakib Bin Kamal | Jun 09, 2024
FastAPI vs Flask vs Django: Which Framework to Choose?
#python #fastapi #flask #django
By Sakib Bin Kamal | Jun 09, 2024
Movie Finder
#python #movies #algorithms
By Andrea Tosetto | Jun 09, 2024
AI Projects in Python for Beginners: A Step-by-Step Introduction to Artificial Intelligence
#python #ai
By Gbic shop | Jun 09, 2024
Building a NL2GraphQL using Lyzr SDK
#ai #graphql #programming #python
By Akshay Keerthi | Jun 09, 2024
YOLOv10 on Custom Dataset
#ai #machinelearning #deeplearning #python
By Santhosh | Jun 09, 2024
Building a Diet Assistant using Lyzr SDK
#ai #programming #diet #python
By Akshay Keerthi | Jun 09, 2024
JavaScript Client-Side Development: Tips and Tools for Mastery 🚀
#javascript #webdev #tutorial #python
By Jason | Jun 09, 2024
Negative Indexing in Python, with Examples 🐍
#python #beginners #coding
By Hichem MG | Jun 09, 2024
Building a Plant Diagnosis Assistant using Lyzr SDK
#ai #plants #programming #python
By Akshay Keerthi | Jun 09, 2024
Can you beat the 'Maze Of Monsters'?
#terminal #python #codene
By Bryson Nobles (Be Mo Music) | Jun 09, 2024
#Daniel Roy Greenfeld Blogs
TIL: Renaming git branches
Sometimes branches evolve into things that don't match their names.
By Daniel Roy Greenfeld | Jun 04, 2024
TIL: Passing exceptions as arguments in Python
Mypy needs an extra identifier to not choke on an exception passed as an argument.
By Daniel Roy Greenfeld | Jun 07, 2024