Python/FastAPI/Django – Weekly News Summary – 10/06/2024 to 16/06/2024
#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