Table of Contents


#PyCoders

Issue #633 – String Interpolation, Music Processing, Command-Line Utilities, and More

By | Jun 11, 2024



#Hashnode

Setting Up Alembic For Migration In FastAPI

Every time you add a new attribute, modify the structure of your SQLAlchemy models, etc., you must perform a "migration" to replicate those changes in the database. Examples of migrations include adding new columns, tables, etc.
As a result, unlike D…
By Vishal Singh | Jun 15, 2024


The most important skill in tech… Learning how to Learn.

There are only two types of people in this world. I know how narrow-minded it is to make that statement, but am a narrow minded prick, so excuse me and let me make my point. Where was I, oh yes. There are only two types of people in this world. Peopl…
By Lewis Machiu | Jun 13, 2024


Deploying Flask Application in AWS EC2 with NGINX

Note1 – I would suggest you to use a ubuntu to follow these steps as its easy.
Note2 – I would suggest you to watch a video on how to launch an EC2 instance in AWS. This will make the below steps easier to understand.
Step 1 – AWS EC2
a. Create an AW…
By Zhenkar Gowda K P | Jun 16, 2024


Deploy a Flask app with multistage build and distroless container image (AWS EC2)

Before starting anything we must know the file structure of a flask-based web app. The web-app we will deploy is Newz_Shortie . The main structure of this is :

static -> contains all the images

templates -> contains all the HTML files

Dockerfile


By Bandhan Majumder | Jun 16, 2024


Building a PlayStation 5 E-commerce Website with React and Flask

Portfolio Project Blog post
Welcome! We're excited to share how we built a PlayStation 5 e-commerce website using React for the front end and Flask for the back end. In this blog post, we will talk about the main features, challenges we faced, and so…
By Zerihun Shiferaw | Jun 14, 2024


Starting With the Flask Web app

Flask is a Python framework that stands out for its simplicity and ease of use. While Python offers several frameworks for web app development, Flask holds a special place. Web apps are composed of two essential components: the front end (including t…
By sahil saurav | Jun 14, 2024


My Journey Developing CodersEnsemble

Before we even delve deeper, I would like to inform you that this was my first time ever building a full-stack project. I am elated because about a year ago, I would not have thought of myself building such.
Completing CodersEnsemble has been a signi…
By Erick Awino | Jun 12, 2024


Automating Issue Management with Python Flask, AWS EC2, and JIRA

In this blog post, I will walk you through a project where I automated the issue management process for a GitHub repository. By using a combination of Python Flask, AWS EC2 instances, and JIRA, I created a seamless workflow where raising an issue on …
By Shreyas Ladhe | Jun 12, 2024


All Roads Lead to Python

Python is a popular and versatile programming language known for its simplicity and powerful libraries. It's ideal for beginners and professionals alike, offering a wide range of applications from web development (using Django and Flask) to data scie…
By Hugo Tavares | Jun 12, 2024



#Python Software Foundation

It’s time to make nominations for the PSF Board Election!

By Marie Nordin | Jun 10, 2024


For your consideration: Proposed bylaws changes to improve our membership experience

By Christopher Neugebauer | Jun 13, 2024


The Python Language Summit 2024

By Seth Michael Larson | Jun 14, 2024


The Python Language Summit 2024: Lightning Talks

By Seth Michael Larson | Jun 14, 2024


The Python Language Summit 2024: Annotations as Transformers

By Seth Michael Larson | Jun 14, 2024


The Python Language Summit 2024: Limiting Yield in Async Generators

By Seth Michael Larson | Jun 14, 2024


The Python Language Summit 2024: Should we make pdb better?

By Seth Michael Larson | Jun 14, 2024


The Python Language Summit 2024: Python on Mobile

By Seth Michael Larson | Jun 14, 2024


The Python Language Summit 2024: Free-threading ecosystems

By Seth Michael Larson | Jun 14, 2024


The Python Language Summit 2024: Native Interface and Limited C API

By Seth Michael Larson | Jun 14, 2024


The Python Language Summit 2024: Python's security model after the xz-utils backdoor

By Seth Michael Larson | Jun 14, 2024


The Python Language Summit 2024: Should Python adopt Calendar Versioning?

By Seth Michael Larson | Jun 14, 2024


The Python Language Summit 2024: PyREPL — New default REPL written in Python

By Seth Michael Larson | Jun 14, 2024



#Dev.to

Python Basics 3: Operators

#python #programming #beginners #tutorial
By Irfan Faisal | Jun 10, 2024


Documenting my pin collection with Segment Anything: Part 1

#imagesegmentation #python #objectdetection
By Antonio Feregrino | Jun 10, 2024


THE PYTHON BLUEPRINT: A Beginners Guide to getting started

#python #beginners #programming #developer
By David Bosah | Jun 10, 2024


Dynamic sitemap with django

#django #python #seo
By Eduardo Zepeda | Jun 10, 2024


Sample Datasets and Resources for Practicing Pandas

#pandas #python
By Sh Raj | Jun 10, 2024


Fenwick Trees Aren't Fiendish

#datastructures #python
By Michael V | Jun 10, 2024


Looking for memecoins on Stonfi in TON or is there life beyond Notcoin

#blockchain #python #crypti
By Ivan Romanovich 🧐 | Jun 10, 2024


How Cloud Hosting Streamlines Tax Prep for Busy Professionals

#webdev #beginners #python #programming
By Himanshu Tyagi | Jun 10, 2024


Building a Commute Navigator using Lyzr SDK

#ai #programming #python #streamlit
By Akshay Keerthi | Jun 10, 2024


How to Check if a Tuple is Empty in Python?

#python #programming #beginners #tutorial
By Hichem MG | Jun 10, 2024


How does 10x programmer test code?

#testing #python
By Kryštof Řeháček | Jun 10, 2024


Choosing Between AIOHTTP and Requests: A Python HTTP Libraries Comparison

#python #requests #api4ai #aiohttp
By Tarana Murtuzova | Jun 10, 2024


Docker running Python code without copying the files

#dockers #python #beginners #development
By Paulo Victor Leite Lima Gomes | Jun 10, 2024


Why Docs-as-Code is the Key to Better Software Documentation

#documentation #webdev #softwaredevelopment #python
By Duodu Randy 💻🐍 | Jun 10, 2024


How to Build an AI Chatbot with Python and Gemini API: Comprehensive Guide

#python #ai #webdev #google
By Vladislav Guzey | Jun 10, 2024


Building a Troubleshoot Assistant using Lyzr SDK

#ai #programming #python #lyzr
By Akshay Keerthi | Jun 10, 2024


Handling SQLite DB in Lambda Functions Using Zappa

#aws #django #programming #techtalks
By Timilehin Aliyu | Jun 10, 2024


A Hidden Opportunity To Impress In LeetCode Interviews

#career #beginners #python #codenewbie
By Kevin Jin | Jun 10, 2024


everything-ai 4.0.0: build up your local AI power today

#python #docker #ai #opensource
By Astra Bertelli | Jun 11, 2024


Building a Web Scraping Tool with Python: Extracting News Headlines

#python #tutorial #beautifulsoup #opensource
By Pranjol Das | Jun 11, 2024


WizSearch: 🏆 Winning My First AI Hackathon 🚀

#hackathon #ai #python #opensource
By Sanjay 🥷 | Jun 11, 2024


Creating a YouTube Video Downloader with Python: A Step-by-Step Guide

#python #youtube #tutorial #beginners
By Pranjol Das | Jun 11, 2024


Which Tool and Programming Language to Choose for Web Scraping

#webscraping #python
By Ione R. Garza | Jun 11, 2024


Python Function: How to create and use them?

#python #functions #newbie #learning
By Devstories Playground | Jun 11, 2024


Master Python Like a Pro: Essential Best Practices for Developers

#webdev #python #developers #datascience
By FuturisticGeeks | Jun 11, 2024


Advanced Time-Series & Python Libraries

#python #programming #datascience #machinelearning
By Mursal Furqan Kumbhar | Jun 11, 2024


Released my first python package 🥳🙌🏻

#python #fillplace #firstrelease
By Kunal Khairnar | Jun 11, 2024


Debugging docker-compose errors

#docker #evidently #python #cli
By ANYIGOR TOBIAS MMADUECHENDU | Jun 11, 2024


Numpy Dot Function

#coding #programming #tutorial #python
By Labby | Jun 11, 2024


Step-by-Step Guide To Install OpenCV For Python

#opencv #python #aiandml #computervision
By CodeTrade India Pvt. Ltd. | Jun 11, 2024


Datetime Module in Python

#python #datascience #learning #functions
By Shaique Hossain | Jun 11, 2024


How to Check a Python Variable's Type?

#python #tutorial #programming #beginners
By Hichem MG | Jun 11, 2024


Python: Generate Random Integers in Range

#python #programming #tutorial #webdev
By Hichem MG | Jun 11, 2024


Exploring django-ajax: Simplifying AJAX Integration in Django

#django #javascript #ajax
By Developer Service | Jun 11, 2024


Build multi-turn RAG Chatbots easily with Ragable! (Open-Source)

#ai #machinelearning #python #product
By Kevin Naidoo | Jun 11, 2024


Stay Updated with Python/FastAPI/Django: Weekly News Summary (03/06/2024 – 09/06/2024)

#python #django #fastapi #flask
By Poovarasu Sekar | Jun 12, 2024


Sarcasm Detection using Machine Learning.

#python #ai #machinelearning #programming
By Samagra Shrivastava | Jun 11, 2024


Documenting my pin collection with Segment Anything: Part 2

#imagesegmentation #segmentanything #python #machinelearning
By Antonio Feregrino | Jun 11, 2024


🤖AI-Powered Data Queries: Ask Questions in Plain English, Get Instant Results!🚀

#python #sql #ai #beginners
By Prashant Iyer | Jun 12, 2024


Get Geeky with Python: Build a System Monitor with Flair

#python #opensource #sysadmin #beginners
By Pranjol Das | Jun 12, 2024


Create and deploy a web app with Python and Azure – A video tutorial!

#python #webdev #azure #flask
By Renee Noble | Jun 12, 2024


ꜱᴄᴀʟɪɴɢ ᴀɴᴅ ɴᴏʀᴍᴀʟɪᴢɪɴɢ ᴅᴀᴛᴀ ꜰᴏʀ ᴍᴀᴄʜɪɴᴇ ʟᴇᴀʀɴɪɴɢ ᴍᴏᴅᴇʟꜱ

#machinelearning #datascience #python #data
By Anand | Jun 12, 2024


Exploring Test Coverage Tools: Enhancing Software Quality Assurance

#testing #webdev #programming #python
By keploy | Jun 12, 2024


Creating the Tasnim Website: Overcoming Challenges and Building for the Future

#javascript #python
By Evander Marius | Jun 12, 2024


Track Errors in Your Python Flask Application with AppSignal

#python #flask
By Nik Tomazic | Jun 12, 2024


Complete Guide for Install OpenCV using Anaconda

#opencv #anaconda #python #computervision
By CodeTrade India Pvt. Ltd. | Jun 12, 2024


@property decorator in django models

#webdev #python #django #javascript
By Odipo Otieno | Jun 12, 2024


10 Must-Have Libraries & Frameworks to Boost your Django skills

#tutorial #python #discuss #django
By Daniella Elsie E. | Jun 12, 2024


Simplify Your Workflow with My Free YouTube Downloader App

#youtube #python #streamlit #youtubedownloader
By Manoj | Jun 12, 2024


Access Environment Variables in Python: Set, Get, Read

#python #programming #tutorial
By Hichem MG | Jun 12, 2024


OOPs Concept: getitem, setitem & delitem in Python

#oop #objectorientedprogramming #python
By Sachin | Jun 12, 2024


Maximizing Software Quality with Python Code Coverage

#webdev #javascript #python #coverage
By keploy | Jun 12, 2024


Chatbot in Python – Build AI Assistant with Gemini API

#webdev #ai #python #programming
By Vladislav Guzey | Jun 12, 2024


Build Your First Mobile Application Using Python Kivy

#python #mobile #webdev #programming
By Scofield Idehen | Jun 12, 2024


Understand inheritance types in Django models

#django #python #database
By Eduardo Zepeda | Jun 12, 2024


From Zero to MindMaps… Without Writing a Single Line of Code? 🤯

#python #ai #beginners #api
By Red Doe | Jun 12, 2024


Getting Started with Machine Learning

#machinelearning #python #beginners #machinelearningbeginners
By Vidyarathna Bhat | Jun 12, 2024


[Python] Take Screenshot every 1 minute

#python #code #linux #windows
By JkDev | Jun 13, 2024


Web Scraping Vs Web Crawling

#webscraping #webcrawling #javascript #python
By Pranav MM | Jun 12, 2024


Ansible: No python interpreters found for host

#ansible #automation #python
By Vidyasagar SC Machupalli | Jun 13, 2024


Simple DETR Object Detection with Python

#ai #machinelearning #python #objectdetection
By Christopher | Jun 13, 2024


Importância da criação de ambientes virtuais.

#python #dicas #webdev
By Wallace | Jun 13, 2024


How to efficiently use drf_social_oauth2 and django_rest_framework_simplejwt

#backend #django #oauth #tutorial
By codewitgabi | Jun 13, 2024


Exploring Python Coverage Tools: Enhancing Testing Effectiveness

#python #developers #webdev #javascript
By keploy | Jun 13, 2024


Creating a Face Swapping Application with Python and OpenCV

#python #beginners #tutorial #opencv
By Ethan | Jun 13, 2024


Looking for a pyhton Community

#python #opensource #discuss
By Ouma Ronald | Jun 13, 2024


RAG with OLLAMA

#python #llama #ollama
By Mohsin Rashid | Jun 13, 2024


Tech programming

#javascript #beginners #tutorial #python
By Hussein A. | Jun 13, 2024


The Adventures of Blink #27: LLMs in Code

#ai #python #beginners #llm
By Ben Link | Jun 13, 2024


Look what they need to mimic a fraction of our power

#typescript #python #humour
By Manuel Artero Anguita 🟨 | Jun 13, 2024


Beware of recursive signals in Django

#webdev #django #python #programming
By Nick Langat | Jun 13, 2024


The display decorator

#python #django
By Mehman Mammadov | Jun 13, 2024


ازاي تمسح EBS غير مستخدمه عن طريق Lambda و EventBridge

#python #cloud #cloudcomputing
By Muhammed Ashraf | Jun 13, 2024


Using Amazon Bedrock, Claude, and the Converse API to remove PII

#aws #bedrock #generativeai #python
By Faye Ellis | Jun 13, 2024


`super()` and `__init__()` in Python, with Examples

#python #tutorial #programming #webdev
By Hichem MG | Jun 13, 2024


Top 10 Python Libraries Every Developer Should Know: Power Up Your Coding Arsenal

#python #data #datascience
By Fizza | Jun 13, 2024


How to analyze document layout by YOLO

#computervision #machinelearning #python
By ppaanngggg | Jun 13, 2024


Pandas and Its Powerful Features — Tips That Might Help You

#python #beginners #datascience #development
By Luis Eduardo da costa lima | Jun 13, 2024


PyCon US 2024: A roundup of writeups

#python #pycon #pyconus #2024
By Hugo van Kemenade | Jun 13, 2024


How to train ChatGPT on your Data [Step-by-Step Guide]

#ai #python
By Creative Tim | Jun 13, 2024


Convert YouTube Video to Podcast with Python

#python #productivity #showdev
By Stokry | Jun 13, 2024


Leveraging PostGIS to Write And Read FlatGeobuf Files

#python #sql #geospatial #flatgeobuf
By Sam | Jun 13, 2024


Build an Antivirus with Python (Beginners Guide)

#python #programming #security #cybersecurity
By Scofield Idehen | Jun 13, 2024


How to check if variable is not None in Python

#python #programming #tutorial
By Hichem MG | Jun 13, 2024


Simplifying Selenium Projects with Containerized Chrome

#webdev #python #selenium #docker
By Mohit Majumdar | Jun 14, 2024


Build your AI Travel Agent with GPT-4o using Python

#ai #beginners #python #programming
By Ebikara Dandeson Spiff | Jun 14, 2024


The activation functions for Neural Network in PyTorch

#python #activationfunction #deeplearning #machinelearning
By Super Kai (Kazuya Ito) | Jun 14, 2024


Step-by-Step Guide for Scraping Using Selenium

#selenium #webscraping #python
By Ione R. Garza | Jun 14, 2024


Noob here

#webdev #javascript #python #programming
By Andre Silva | Software Developer | Jun 14, 2024


Building a Smart Home Setup Assistant using Lyzr SDK

#ai #lyzr #smarthome #python
By Akshay Keerthi | Jun 14, 2024


Better ORM then Sqlalchemy Python ? Tortoise ORM 101

#webdev #python #sql #database
By 0xAungkon | Jun 14, 2024


CrewAI: Revolutionizing Workforce Management with AI

#crewai #python #ai #webdev
By Root Lindow | Jun 14, 2024


OPAL Fetcher using GraphQL and Neon

#python #postgressql #quine #graphql
By Amitabh Kumar | Jun 14, 2024


Python beginner.

#python #beginners
By Chiel | Jun 14, 2024


This Week In Python

#thisweekinpython #python
By Bas Steins | Jun 14, 2024


extended unpacking in Python

#python
By Jeevachaithanyan Sivanandan | Jun 14, 2024


NumPy's Argmax? How it Finds Max Elements from Arrays

#numpy #python
By Sachin | Jun 14, 2024


Real-Time Sentiment Analysis using PySpark and FastAPI

#bigdata #spark #python #fastapi
By raghavtwenty | Jun 14, 2024


How to setup Stripe subscriptions with Django and React

#webdev #react #python #stripe
By Ato Deshi | Jun 15, 2024


How to setup Stripe subscriptions with Django and React

#webdev #react #python #stripe
By Ato Deshi | Jun 15, 2024


Python phase 3 moringa revamp

#python #backenddevelopment #dsa #learning
By wathika | Jun 15, 2024


Using Amazon Bedrock, Claude, and the Converse API to remove PII

#aws #bedrock #generativeai #python
By Faye Ellis | Jun 13, 2024


Unravelling Unittest

#python #unittest #udemy
By Luma | Jun 15, 2024


Playwright with Python – A Quick Guide

#playwright #testing #python #e2e
By Luciano Renzi | Jun 15, 2024


🐣 Assignment Expressions (The Walrus Operator) in Python

#python #codereview
By TalaatMagdy | Jun 15, 2024


Day 1 Coding Challenge: Mastering String Reversal in JavaScript and Python

#javascript #python #coding #challenge
By Dipak Ahirav | Jun 15, 2024


Made a simple Tic-Tac-Toe game

#python #vscode #github
By Brandon(Zoobob5) | Jun 15, 2024


Python in the Browser, Fetching JSON from an AWS S3 bucket into a Bokeh Line Chart, a Serverless solution

#javascript #python #webdev #aws
By Rick Delpo | Jun 15, 2024


New Linux distro: PyTermOS

#linux #opensource #python
By Mark Pavlenko | Jun 15, 2024


Code the Vote!

#llamaindex #ai #python #news
By Tonic | Jun 15, 2024


What the hell are Binary Numbers?

#python #computerscience #binary #backenddevelopment
By Harshit Chaturvedi | Jun 16, 2024


Urgent Hiring Python Expert

#python #ai #aws #webdev
By Eugene Goodwin | Jun 16, 2024


How the React Pattern Applies Outside of JS: A Case Study

#python #react #webdev
By freiberg-roman | Jun 16, 2024


How to Analyze Instagram Likes: A Simple Python App

#python #tutorial #programming
By ApiHarbor | Jun 16, 2024


Finding things

#perl #python #theweeklychallenge
By Simon Green | Jun 16, 2024


Push notifications from server with Telegram Bot API

#telegram #python
By Alin Climente | Jun 16, 2024


Python for DevOps: #Day13 of 90DaysofDevops

#python #devops #cloudcomputing #90daysofdevops
By On-cloud7 | Jun 16, 2024


Query your database with AI using LangChain and Gradio

#langchain #gradio #python #chatgpt
By Juan Stoppa | Jun 16, 2024


Create FastAPI App Like pro part-1

#fastapi #python #uvicorn #pydentic
By Muhammad Ishaque Nizamani | Jun 16, 2024


How I automated all the elegant 🥱 code required to extend a feature 🧑‍💻

#python #ai #chatgpt #softwareengineering
By Samad Yar Khan | Jun 16, 2024


Difoosion, a Simple Web-Interface for Stable Diffusion Models

#python #datascience #coding #developer
By Sn3llius | Jun 16, 2024


Testing Columnar Storage

#docker #python #programming
By InterSystems Developer | Jun 16, 2024


Performance tests IRIS – PostgreSQL – MySQL using Python

#database #performance #python #testing
By InterSystems Developer | Jun 16, 2024


How to Level Up Your Django Game: A Comprehensive Guide

#django #python #webdev #career
By Buddhiraj Sahu | Jun 12, 2024



#TimonWeb

Optimizing Test Execution: Running live_server Tests Last with Pytest

#Django #Python
By Tim Kamanin | Jun 13, 2024