#Real Python

Python Classes: The Power of Object-Oriented Programming

In this tutorial, you'll learn how to create and use full-featured classes in your Python code. Classes provide a great way to solve complex programming problems by approaching them through models that represent real-world objects.
#intermediate #python
By | Aug 19, 2024


Primer on Jinja Templating

With Jinja, you can build rich templates that power the front end of your web applications. But you can use Jinja without a web framework running in the background. Anytime you want to create text files with programmatic content, Jinja can help you out.
#intermediate #django #flask #front-end #web-dev
By | Aug 21, 2024



#PyCoders

Issue #643 – Scrapy Extensions, REST APIs, Django Sub-Commands, and More

By | Aug 20, 2024



#testdriven.io

Limiting Content Types in a Django Model

Limit the content types in a Django model
#Django
By Nik Tomazic | Aug 19, 2024



#Python Library

How to Plot in the Terminal with Python and Textualize

Have you ever wanted to create a plot or graph in your terminal? Okay, maybe you haven’t, but now that you know you can, you want to! Python has the plotext package for plotting in your terminal. However, while that package is amazing all on its own, there is another package called textual-plotext that wraps […]
#beginner #intermediate #Python
By Mike | Aug 19, 2024



#Hashnode

Unveiling Hidden Gems: The Ultimate Guide to Python Projects

Unveiling Hidden Gems: The Ultimate Guide to Python Projects
Introduction
Python, a versatile and powerful programming language, offers a vast array of applications and opportunities. Embarking on Python projects can not only enhance your programming…
By Samrat Kumar Das | Aug 19, 2024


Finally Updating Pychartjs: Making It Framework-Agnostic and Compatible with All Python Web Frameworks

After years of taking over the maintenance of pychartjs, I'm excited to finally have the time to bring some much-needed updates to the project. It's been a journey, but I'm proud to say that pychartjs is now framework-agnostic and fully compatible wi…
By Ali Tavallaie | Aug 19, 2024


For Loops vs While Loops in Python

Introduction
In Python, both for loops and while loops are essential control structures used for iterating over sequences and performing repetitive tasks. While they serve similar purposes, they have distinct characteristics and are suited for differ…
By Saurabh Adhau | Aug 19, 2024


How to Use AWS Bedrock APIs for Anthropic Claude 3.5 Sonnet in Python

The Anthropic APIs and Python SDK are solid, but they do have some limits that might make certain tasks challenging, especially as of this writing. There is an alternative path to using Anthropic's models – AWS Bedrock. AWS Bedrock now offers access …
By Greg Wilson | Aug 19, 2024


Beginner's Guide: Setting Up SOCKS5 Proxy with Python

‌SOCKS5 proxy is a proxy protocol that plays an intermediary role between the front-end machine and the server machine that communicate using the TCP/IP protocol. It can enable the front-end machine in the internal network to access the server in the…
By Lewis Kerr | Aug 19, 2024


How to Build a Python Web Scraper for Live Stock Price Monitoring and Analysis

Tracking stock prices is crucial for making informed investment decisions. While numerous platforms provide this service, building a custom web scraper in Python offers the flexibility to extract and analyze data according to your specific needs. In …
By ByteScrum Technologies | Aug 19, 2024


A Step by Step Guide to Kmeans Clustering in Machine Learning

Introduction
Welcome to the seventh blog post in our machine learning series! Today, we will explore Kmeans Clustering and break down the concept into simple, easy-to-understand terms. As always, we will also implement this algorithm from scratch in …
By Arbash Hussain | Aug 19, 2024


Storytelling: El Coderdojo Erlangen

Una historia de una inspiración, que se convirtió en una visión y realidad ✨
Ya les voy a contar algo sobre el Coderdojo, y como surgió.
Inspirada de la PyCologne, de un ponente, que contó de su Coderdojo para Niños y sus Coding Katas, quería traerme…
By Marie Moreno | Aug 19, 2024


Building a Simple Language Translator with Python and the GhanaNLP API

In this blog post, I’ll show you how to build a simple translator using Python to make requests to the GhanaNLP Translation API. This is the first of a series where I’ll be exploring practical ways to integrate some African languages into scalable mi…
By Prince Larbi | Aug 19, 2024


Python

Self is confusion
One of the golden rules in python says that every property of class is only access by the object.So,there is some clash when we want to link up one method to another method in the same class.In that case,self is arrived to link with…
By md mamun | Aug 19, 2024


Level Up Your CI/CD: Simplifying GitHub Actions Summaries with Python

As developers, we're constantly looking for ways to streamline our workflows, and GitHub Actions is an indispensable tool in that arsenal. One area where simplicity and efficiency can be greatly enhanced is in generating summary outputs from your CI/…
By Swami Buddha Chaitanya | Aug 19, 2024


AIM Weekly 19 August 2024

https://dev.to/tspannhw/aim-weekly-19-august-2024-2onb
19-August-2024
Tim Spann @PaaSDev Milvus – Towhee – Attu – Feder – GPTCache – VectorDB Bench

AIM Weekly (Towhee – Attu – Milvus (Tim-Tam))
https://github.com/milvus-io/milvus?utm_source=partner…
By Timothy Spann | Aug 19, 2024


Data Structure : Introduction to Trie

A Trie is a tree-based data structure that organize information in a hierarchy. The main point is, while most other structures are designed to manipulate data, trie is often used with strings.
Properties:

It is typically used to store or search stri…
By Fatima Jannat | Aug 19, 2024


Shinylive for Python: On-Premise

Why Python?
print("Hello!")

There really is no single, specialized task at which Python is the best1. That said, it is quite capable at most things. Python can be very helpful for a small team managing a wide range of needs. The team I'm part of use…
By Ben Hammond | Aug 19, 2024


Integrating Flask-Mail: Send It!

Have you ever created a user account in a web application? Or signed up to receive notifications about discounts or new products? If you answered yes to any of these, then chances are you have seen email integration at work. In this day and age, many…
By Taylor Ng | Aug 19, 2024


Why You Shouldn't Use Flask's Development Server in Production: A Cautionary Tale

As a young software engineering student, Joe loved using Flask to build and share his apps. Flask’s built-in server, invoked with the flask run command, was convenient and straightforward for development. Joe enjoyed showing his apps to friends, but …
By Berthran Daniel | Aug 19, 2024


Deep Dive Into Python Profiling (4) — Master timeit through Python Best Practices

https://medium.com/@temunel/deep-dive-into-python-profiling-4-master-timeit-through-python-best-practices-27dd3c40e523
By temunel | Aug 19, 2024


Unveiling the Secrets of Python Projects: A Comprehensive Guide for Beginners

Unveiling the Secrets of Python Projects: A Comprehensive Guide for Beginners
Introduction
Python, a high-level programming language, has garnered immense popularity for its versatility and readability. It enables efficient development of robust appl…
By Samrat Kumar Das | Aug 20, 2024


Stay Updated with Python/FastAPI/Django: Weekly News Summary (12/08/2024-18/08/2024

Intro: Check out this insightful summary of Python/FastAPI/Django Weekly News for August 12th to August 18th, 2024. Stay updated with the latest developments, releases, and community updates in the Nil ecosystem.
Key Points:

🐍 Walrus Operator: Intr…
By Poovarasu Sekar | Aug 20, 2024


The Complete Guide to Image Compression with OpenCV

Image compression is a critical technology in computer vision that allows us to store and transmit images more efficiently while maintaining visual quality. Ideally, we’d love to have small files with the best quality. However, we must make the trade…
By Jeremy Morgan | Aug 20, 2024


Building a Simple UDP Communication System with Python

In this blog post, we’ll explore how to set up a basic UDP communication system using Python. We'll create two scripts: one for the server (server.py) and one for the client (client.py). This simple setup demonstrates how to handle messages between a…
By Rohan Halder | Aug 20, 2024


Break and Continue Statements in Python

Introduction
In the realm of DevOps automation, streamlining workflows and optimizing script execution are paramount for efficient infrastructure management and deployment processes. Break and continue statements in Python offer powerful tools for co…
By Saurabh Adhau | Aug 20, 2024


Stage 3: How to Create a Messaging System with Flask, Celery, and RabbitMQ

Introduction
Web applications provide various functions to thousands of users. To ensure high performance and low latency, applications run tasks that need immediate responses concurrently and use specific tools to offload other tasks to run in the b…
By Okesanya Samuel | Aug 20, 2024


How to Create Custom QR Codes Using Python

QR codes have become ubiquitous, appearing on everything from business cards to product packaging. These square-shaped patterns can encode a variety of data types, making them an excellent tool for sharing information quickly and easily. With Python,…
By ByteScrum Technologies | Aug 20, 2024


FLUX.1 open-source AI image generator local install

Intro
Black Forest Labs has released FLUX.1 [dev], a 12-billion-parameter rectified flow transformer capable of generating images from text descriptions. Since its release, it has been branded as the "Midjourney Killer." Here are the steps to try it …
By Mark Aloo | Aug 20, 2024


A Gentle Introduction to Flask Blueprints

Flask is a Python web framework that allows developers to create web apps quickly and seamlessly. It comes with several features, among them Blueprints. Blueprints allow you to organize your Flask code into manageable modules.
In this article, we wil…
By Allan WANJIKU | Aug 20, 2024


Python Back-End Development: The Beginner’s Guide

Are you ready to dive into the world of Python back-end development? Whether you’re a beginner looking to learn the basics or an experienced developer wanting to upgrade your skills, this blog is your ultimate guide.
Imagine being able to build full-…
By LUNARTECH | Aug 20, 2024


Accelerating Deep Learning with CUDA: Unleashing GPU Power

In the realm of deep learning, performance is paramount. As neural networks grow in complexity, the demand for computational power surges. Central Processing Units (CPUs), though powerful, often fall short in handling the immense computational requir…
By Priyanshu Routh | Aug 20, 2024


Decentralized Identity Solutions: Empowering Digital Privacy

Introduction
Imagine a world where you have complete control over your personal information, where your identity isn’t tied to any single organization, and where your privacy is not only respected but empowered. This is the promise of decentralized i…
By FxisAi – Yagnesh Pandya | Aug 20, 2024


Hashing – Algorithms for Competitive Programming

Hashing provides a way to quickly access and store data, ensuring efficient lookups, inserts, and deletions. It reduces the time complexity for these operations to nearly constant time, making it crucial for applications like databases, caching, and …
By Fatima Jannat | Aug 20, 2024


No Data, No Problem: Ingesting FAKE Data Might Increase Your Productivity 🚀🚀🚀

Introduction
Whether you join a data engineering project or start one from scratch with a team, you will surely face many problems. One common issue, which can sometimes be a major obstacle, is missing data! In a real-world project, your team often d…
By Marwane Chahoud | Aug 20, 2024


How to Generate Financial Press Reviews Using AI

In today’s fast-paced business environment, staying informed about the latest developments in your industry is crucial for making strategic decisions. Companies must know market trends, competitor activities, and potential risks to remain competitive…
By Marco Venturi | Aug 20, 2024


Convert HTML to PDF

One very frequently wanted requirement was to convert HTML to PDF. And all this while I was using mPDF which so far does a very good job in PDF creation. Though this one is PHP based, there are some equivalents out there for Python like xhtml2pdf and…
By Anjanesh Lekshminarayanan | Aug 20, 2024


No Data, No Problem: Ingesting FAKE Data Might Increase Your Productivity 🚀🚀🚀

Introduction
Whether you join a data engineering project or start one from scratch with a team, you will surely face many problems. One common issue, which can sometimes be a major obstacle, is missing data! In a real-world project, your team often d…
By Marwane Chahoud | Aug 20, 2024


Common Sorting Algorithms You Should Know

Sorting helps by organizing data in a specific order, making it easier to search, analyze, and process. Let's explore the variety of sorting !
What is sorting?
Sorting refers to arranging data in a particular format: either ascending or descending.
P…
By Fatima Jannat | Aug 20, 2024


Cracking the Code: Understanding Python Iterators and Generators with the Cookie Jar Analogy

1. Iterators: The Cookie Jar
Scenario: You have a big jar of cookies, and you want to eat them one at a time.
Use Case: Imagine you’re on a diet, and you’ve decided to eat just one cookie a day. You don’t want to take out all the cookies from the jar…
By Darshika Verma | Aug 20, 2024


How to Build Good Coding Habits as a New Python Developer

When you're starting out as a new Python developer, you'll likely develop some habits, both good and bad.
Coding is something of an art form. Flexibility and customization are encouraged — and you can usually write code how you want within the contex…
By Eleanor Hecks | Aug 20, 2024


Searching Algorithms: Linear and Binary

A searching algorithm finds specific elements within a collection, like an array or list. Common methods include Linear Search, which checks each element, and Binary Search, which divides a sorted array to find the target. These algorithms are essent…
By Fatima Jannat | Aug 20, 2024


Unlocking the Secrets of Python Projects: A Comprehensive Guide

Unlocking the Secrets of Python Projects: A Comprehensive Guide
Introduction
Python, a versatile and beginner-friendly programming language, empowers developers to embark on a wide range of projects. This comprehensive guide provides a step-by-step a…
By Samrat Kumar Das | Aug 21, 2024


🛠️ Mastering Express.js: Building Custom Middleware for Your Node.js Applications

🌟 Introduction
Express.js is a minimalist web framework for Node.js that is both powerful and flexible. One of its core features is middleware, which provides a way to execute code, modify requests and responses, end the request-response cycle, and …
By Aditya Dhaygude | Aug 21, 2024


Is It Legal to Turn a Public Repo into Closed Source and Sell It?

As the founder of RepoMarket.io, a platform where you can buy and sell closed-source software, I’ve noticed that many developers are curious about the legalities of selling code that was originally published as open-source. This question frequently c…
By RepoMarket | Aug 21, 2024


Real-world DevOps Scenarios: Leveraging Lists and Exception Handling in Python

Introduction
Python, with its simplicity and versatility, is widely used in the DevOps domain for automation, infrastructure management, and deployment orchestration. In this article, we'll explore real-world use cases where lists and exceptional han…
By Saurabh Adhau | Aug 21, 2024


How to Convert Files Between Formats with a Python Script (e.g., CSV to Excel)

File format conversion is a common task in data processing and management. One frequently encountered scenario is converting CSV files to Excel format, especially when working with large datasets that need to be shared or further analyzed. In this gu…
By ByteScrum Technologies | Aug 21, 2024


The Role of Stablecoins in the Cryptocurrency Ecosystem

Introduction
Ever tried to wrap your head around the volatile world of cryptocurrencies? If so, you’ve probably wondered how to keep your digital assets stable while still enjoying the benefits of blockchain technology. Enter stablecoins, the not-so-…
By FxisAi – Yagnesh Pandya | Aug 21, 2024


Getting Started with LangChain

LangChain is a framework that should simplify the creation of applications that use LLM (Large Language Models).
LangChain UseCases:

Creating chatbot applications for customer services.

Building tools for automated content generation.

Creating sys…
By Mohamad Ghaith Alzin | Aug 21, 2024


Securing Your S3 Bucket with AWS Lambda and EventBridge

Introduction
Quick Recap
Welcome to part three of our series on Building a Secure Static Website on Amazon S3. Previously, we covered hosting a static website on S3, creating a custom domain, and managing its DNS. For better context, we recommend rea…
By Anant Vaid | Aug 21, 2024


Learning in Public : Starting a new journey

Why Learn in Public?
Learning in public is more than just sharing your knowledge. It's a powerful tool for:

Accountability: The commitment to share your progress keeps you motivated.

Community: Connecting with others who are on the same journey.

F…
By Jignesh Sharma | Aug 21, 2024


Routing Multi-Apps in Django Framework

How to Manage Multi-Application Routing in a single Django Project

Basic Understanding :
Before diving into the URL Routing of multi-app web pages , we must be self-aware about the key terminologies of the functionality that is working behind the sc…
By Surya | Aug 21, 2024


Understand the recursion without stack

For get about the recursion for some time.
Just we recall how the basic function works.
def fun():
return 'Malavi Pande'
output = fun()
print(output)

output :
Malavi Pande

most of the people say to moving forward with recursion one need to und…
By Malavi Pande | Aug 21, 2024


My First Python Project: Building a BMI Calculator

Hello, and welcome to my journey as I dive into the 100 Days of Code challenge! by Dr. Angela Yu from Udemy.I'm excited to share my very first Python project: a BMI (Body Mass Index) calculator.
BMI is a simple way to measure whether your weight is i…
By Gautam Mallick | Aug 21, 2024


Implementing Speech-to-Text: A Quick Guide

A few weeks back, I got a request from a student at UG Legon who needed help with their project. They were having issues with integrating speech-to-text into their workflow using the GhanNLP and the Automatic Speech Recongnition just wasn’t cutting i…
By Prince Larbi | Aug 21, 2024


Key Strategies for New Python Developers to Build Strong Coding Habits

As a new Python developer, building solid coding habits early on is essential for long-term success. Good habits help you write clean, efficient, and maintainable code and lay the groundwork for more advanced programming skills. By establishing these…
By Hemanshu Vadodariya (Hemu) | Aug 21, 2024


Utilizing List Data Structures in Python

Data Structures are ways to organize data in Python so that it is easier to read for computers. Types of data structures are Sequences (list, tuples, and strings), Sets (a set, and a frozen set), and Maps (dictionaries). There are different ways with…
By Dalecia Peterson | Aug 21, 2024


Things you need to know about Graph Algorithms

Let's start learning about Graph Algorithms!
Graph Algorithm
A graph is a nonlinear data structure consisting of finite sets of Vertices (nodes) and a set of Edges which connect a pair of nodes.

Here, circular objects are the vertices, the lines are…
By Fatima Jannat | Aug 21, 2024


A Python Script to Extract Image Titles And Save As CSV

Introduction
Creating executable files from Python scripts is a common requirement for developers who want to distribute their programs without requiring users to have Python installed. In this article, we’ll go through the steps to write a Python sc…
By Shola Umakhihe | Aug 21, 2024


Flask vs. Django: Choosing the Right Python Web Framework for You

Choosing a web framework for your Python project is a crucial decision, and two popular options are Flask and Django. Both have their strengths, but they cater to different needs. Let's explore the key differences between Flask and Django to help you…
By Jeevan | Aug 22, 2024


Building a Simple Music Recommendation App with React, Node.js, and Python

In this article, I'll walk you through building a basic music recommendation app. This app allows users to select a genre and receive song recommendations based on their choice. The project leverages multiple technologies: React.js for the frontend, …
By Rahul Boney | Aug 21, 2024


The Power of Dictionaries in DevOps Automation with Python

Introduction
In the realm of DevOps automation, managing configurations, orchestrating deployments, and monitoring infrastructure resources are integral tasks that demand efficient data handling. Python's dictionaries, with their key-value pair stora…
By Saurabh Adhau | Aug 22, 2024


🚀 Rate Limiting in Express.js: Protect Your API from Overuse and Abuse

🌟 Introduction
As web applications grow in popularity, they can become targets for abuse, such as excessive API requests or brute-force attacks. Rate limiting is a crucial strategy to prevent such abuse, ensuring that your application remains availa…
By Aditya Dhaygude | Aug 22, 2024


🚀Setting Up JWT Authentication in a React and Django App

In this post, I'll guide you through setting up JWT (JSON Web Token) authentication for a React frontend and a Django backend. If you're familiar with Python, Django, Django Rest Framework, JavaScript, and React, you're already set to follow along.
F…
By Zakaria Abdessamed Brahimi | Aug 22, 2024


Twitter Sentiment Analysis of the Paris2024 Olympics

Introduction
The Olympic Games represent not just an athletic spectacle, but a global convergence of culture, politics, and media. The public sentiment of this event is a critical element in understanding the global perception of the games, their org…
By Kachi Okeke | Aug 22, 2024


Blockchain in Real Estate: Streamlining Transactions and Ownership

Introduction
Have you ever bought or sold a house and wondered why the process takes so long and involves so many middlemen? What if I told you that there’s a technology that could streamline real estate transactions, making them faster, cheaper, and…
By FxisAi – Yagnesh Pandya | Aug 22, 2024


Debugging Python: Troubleshooting Common Errors

Debugging is a crucial skill for anyone working with Python or any programming language. Knowing how to identify and resolve errors can greatly enhance your coding efficiency and effectiveness. Here’s a clear and practical guide to troubleshooting co…
By Sanjeet Singh | Aug 22, 2024


How to Automate Email Sending Using Python

Email communication is crucial for both personal and professional tasks. Whether you're sending out newsletters, reminders, or alerts, doing it manually can be time-consuming. Python provides a powerful way to automate email sending, allowing you to …
By ByteScrum Technologies | Aug 22, 2024


Topological Sort Algorithm

Topological sort is crucial in scenarios like task scheduling, resolving symbol dependencies in compilers, and determining build orders in software projects. This is going to be a quick blog on the Topological Sort Algorithms.
Let's start!
Topologica…
By Fatima Jannat | Aug 22, 2024


The 4 Keys to Writing Modern Python in 2024

Python has been with us for more than 30 years, yet it's experienced an upward swing over the last few years. Constantly evolving, the language sees new features and tools being added all the time. Although much of it has remained the same, modern im…
By Knowledge Makanju | Aug 22, 2024


Python for Network Programming: A Comprehensive Guide

Python has emerged as a powerful language for network programming due to its simplicity, readability, and extensive libraries. Its versatility and ease of use make it an ideal choice for developing network applications, from simple client-server comm…
By Abhishek Sharma | Aug 22, 2024


Why you should learn Python: Power, Simplicity, Speed, and Versatility

Introduction
Python is a powerful language because it can combine existing components from different languages. Python's straightforward syntax results in readability, aiding in learning and reducing the long-term maintenance costs. Its inherent data…
By Jason Malefakis | Aug 22, 2024


How to Make Websites Spill Their Guts

Welcome to the world of web scraping, a powerful technique for extracting data from websites. If you're reading this, you're likely interested in learning how to efficiently collect information from the internet.
This guide is designed for those who …
By Gaurang Gujrati | Aug 22, 2024


Real-time Generative Feedback Loop Automation with GlassFlow, Supabase, and Weaviate

Generative Feedback Loops (GFL) are a powerful technique where the results generated from language models like GPT are vectorized and saved back into a vector database. This blog post explores how using GlassFlow, Supabase, and Weaviate can improve h…
By Bobur Umurzokov | Aug 22, 2024


Shortest Path: Single Source and All Pairs

I will be covering two types of path here. Lets' start!
Single Source Shortest Path
A single source problem is about finding a path between a given vertex (called source) to all other vertices in graph such that the total distance between them (sourc…
By Fatima Jannat | Aug 22, 2024


[Detailed Guide] How to Save Excel as PDF and Vice Versa in Python

Excel is powerful for handling data-related tasks. However, it can be inconvenient when you need to share the results with colleagues or clients. In contrast, the PDF format preserves the layout of the content very well across platforms and ensures s…
By Casie Liu | Aug 23, 2024


How to Create a Real-Time Currency Converter Using Python

In today's globalized world, currency conversion is a frequent necessity for travelers, businesses, and financial professionals. A real-time currency converter helps in obtaining up-to-date exchange rates for accurate conversions. In this blog post, …
By ByteScrum Technologies | Aug 23, 2024


Enhancing DevOps Automation with Lists of Dictionaries: Streamlined Data Management

Introduction
In the realm of DevOps automation, effective management of data is crucial for orchestrating deployments, configuring infrastructure, and monitoring resources. Python's versatile data structures, including lists of dictionaries, provide …
By Saurabh Adhau | Aug 23, 2024


Integrate Email Functionality into Your Django Project: A Step-by-Step Guide

Topics: Django, Email Integration, SMTP Setup, Web Development, Python
Are you looking to add email functionality to your Django project? Whether for user notifications, confirmations, or any other communication, integrating email can significantly e…
By Huzaifa Saran | Aug 23, 2024


Web Scraping with Python: Extracting Data from E-commerce Sites like Amazon

Introduction
Web scraping is a powerful technique that allows you to extract large amounts of data from websites. It’s especially useful in the context of e-commerce, where you might want to track product prices, stock availability, or customer revie…
By ByteScrum Technologies | Aug 23, 2024


FinOps is a conspiracy by big Ops to make you use more Fin

There's an episode in season 2 of Community where Jeff, while doing his very best not to do anything, gets caught up in a comically layered conspiracy about the risks of trying to do nothing. Now I'm not trying to do nothing but right now I don't hav…
By Samuel Drew | Aug 23, 2024


The Ultimate Guide to Programming for Beginners: Unlocking the Secrets of Code

The Ultimate Guide to Programming for Beginners: Unlocking the Secrets of Code
Introduction: Embarking on the Coding Odyssey
Programming, the art of crafting instructions that computers can comprehend, has become an indispensable skill in today's dig…
By Samrat Kumar Das | Aug 24, 2024


Week 1 of My Software Engineering Journey with Power Learn Project Academy

This week marked the beginning of my exciting journey into the world of software engineering with Power Learn Project Academy. Over the course of five days, we covered a range of fundamental topics that set the stage for what's to come. Here's a quic…
By Taiwo Adebiyi | Aug 24, 2024


Is Python Object-Oriented or Functional?

It is rightly the case that Python is hailed for its flexibility and usability, letting it serve as an all-purpose program in a quite wide range of programming applications. The reason behind this flexibility is Python's ability to support multiple p…
By Knowledge Makanju | Aug 23, 2024


What the hell is CustomGPT!!?

Imagine asking a super-smart assistant about your favorite movie, and instead of searching through dusty old files, it instantly pulls out exactly what you need—like magic! That’s Retrieval Augmented Generation (RAG) in action.
RAG is like giving AI …
By Kunal Mohare | Aug 23, 2024


Building a Weather Dashboard: A Data Engineer’s Journey from Lagos to Ibadan

Discover the journey of building a weather dashboard from Lagos to Ibadan. Learn how to collect, transform, and visualize real-time weather data using PySpark, Streamlit, and Plotly. Perfect for data enthusiasts and engineers!
🌦️ Introduction
Weathe…
By Freda Victor | Aug 23, 2024


Unleashing the Power of Speculative RAG

🎉🚀 FriYAY Demo: Speculative RAG 🤖🔮
Today we're diving into an intriguing development in the world of artificial intelligence: Speculative Retrieval-Augmented Generation, commonly known as Speculative RAG. This technique represents an interesting …
By Martin Bowling | Aug 23, 2024


My Fourth Python Project: Coding a Treasure Hunt Game

Coding a Treasure Hunt Game
Hello, fellow coders! 👋
After building a roller coaster system and a pizza order system, I decided to dive into something even more adventurous: a Treasure Hunt Game! 🏴‍☠️
This project is not just a game—it's a way to pr…
By Gautam Mallick | Aug 23, 2024


Building a Python Application with Docker: A Guide to Containerizing Your Project

In the modern DevOps landscape, containerization has become a critical practice for ensuring that applications run consistently across different environments. Docker, the leading platform for containerization, allows developers to package an applicat…
By ishu raj | Aug 23, 2024


Mastering Full-Stack Mobile App Development: Python Backend & React Native Frontend

In the ever-evolving landscape of Software development, Python and React Native have emerged as powerful tools that, when combined, offer an efficient and effective way to build full-stack mobile applications. Python, with its simplicity and versatil…
By Amin Softtech | Aug 23, 2024


Overcoming the Hurdles: My Journey in Learning Machine Learning

Learning Machine Learning (ML) has been a thrilling yet challenging adventure. As a beginner, I encountered various obstacles along the way, but with perseverance and the right strategies, I overcame them. Here are some of the common challenges I fac…
By Fahad Iqbal Zafar | Aug 23, 2024


Understanding Deep Copy vs. Shallow Copy in Python: Key Differences and Practical Examples

Difference between deep copy and shallow copy in Python
Introduction
In Python programming, the concept of copying objects is crucial, especially when dealing with mutable data types like lists and dictionaries. Understanding how copying works and th…
By Rohit Rai | Aug 23, 2024


Interact with GitHub Pull Requests using Python

Introduction
In today's software development landscape, collaboration is key, and pull requests serve as the backbone of collaborative coding. GitHub, being one of the most popular platforms for hosting Git repositories, offers a rich API that enable…
By Saurabh Adhau | Aug 24, 2024


Monitoring Your FastAPI Application with OpenTelemetry and OpenObserve

Introduction to OpenTelemetry & OpenObserve
OpenTelemetry and OpenObserve? Game changers in the observability landscape!
In today’s fast-paced world of software development, monitoring your application is essential to ensure it’s running smoothly. Op…
By Manas Sharma | Aug 24, 2024


Why Setting Environment Variables in `systemd` Service Files is Crucial for Your Applications

Deploying and managing services on a Linux system often involves navigating complex configurations and ensuring that every component functions correctly. One critical aspect that frequently gets overlooked is the proper setup of environment variables…
By Sourav Kumar | Aug 24, 2024


Breaking Free from the Tutorial Loop: My Journey with Python and Beyond 🚀

For years, I found myself caught in an endless cycle of starting and stopping my Python learning journey. Every time I tried to learn Python, I'd begin with enthusiasm, but after 10-20 days, I'd hit a wall. I was trying to master every concept as I w…
By Abhishek Narwal | Aug 24, 2024


How to Scrape YouTube Data Using the Python API: A Step-by-Step Guide

To scrape YouTube content using Python through the API provided by YouTube, you need to follow several steps, including setting up a Google API project, obtaining an API key (also known as API Key), and calling the YouTube Data API v3 using Python.He…
By Lewis Kerr | Aug 24, 2024


ACTIVITY #4 Git Fundamentals Documentation on Hashnode

Step 1: Check Git Version:

Step 2: Configure Git:

Note: I am already using git email alias so I wont set it up
Step 3: Git init:

Step 4: Add Files to the Repository:

Step 5: Check the Status:

Step 6: Commit Changes:

Step 7: View Commit History…
By froilan | Aug 24, 2024


My Fifth Python Blog for Modules: Using the random Module for the First Time

A Small Blog for Modules: Using the random Module for the First Time
Hello, Python enthusiasts! 👋
After coding a treasure hunt game in my last project, I wanted to explore something new. So, I decided to dive into Python's random module and create a…
By Gautam Mallick | Aug 24, 2024


장소 좋아요 클릭시 map id 불러오기 + 캐싱작업 가능할까

유저가 지도 검색 후 해당 지도에 좋아요 버튼을 누르면 유저의 프로필과 지도 내에서 나타나게 하려고 했다.
그러기 위해서는 지도의 id가 필요하였고, 장소 검색에서 나오는 id를 사용하면 될거라 생각했지만

해당 이미지에서 나오는 id 필드는 카카오 API에서 반환된 장소의 id 이다.
내가 필요한건 django model의 map 테이블 id 이므로, 카카오 api에서 받은 장소 데이터를 사용하여 django의 map model에 해당 장소를…
By Dayeon | Aug 24, 2024


날씨 Api 사용 여부에 대한 기획

처음 기획 의도는 날씨에 따른 장소를 추천해주는 사이트를 만드는 것이었다.
날씨 API를 가지고 와서 사용하는 것으로 기획을 하였으나,
해당 프로젝트에서는 지역의 실시간 날씨를 보여주는 것이 아닌 유저가 날씨를 선택하고, 장소를 추천받는 것이기 때문에 날씨 API를 사용할 필요가 없어 삭제하였다.

날씨와 원하는 지역에 따른 관광지 및 장소 공유가 목적이었으나 기상청 api는 초기 기획과는 무관한 기능으로 사려되어 삭제함

초기 기획

날씨와 …
By Dayeon | Aug 24, 2024


TypeError Django REST Framework에서 댓글 작성 시 발생하는 Comment.objects.create() 오류

TypeError: Comment() got unexpected keyword arguments
Serializers.py
class CommentSerializer(serializers.ModelSerializer):
class Meta:
model = Comment
fields = '__all__'
read_only_fields = ['post']

Views.py
def post(s…
By Dayeon | Aug 24, 2024


A Dead Simple Work Queue Using SQLite

Curious how asynchronous task queues like Celery work? I am too. In this article, I explore how to implement something like Celery using SQLite only. This is what I came up with.
I am sure that this implementation has issues. Please leave in the comm…
By Tom Huibregtse | Aug 24, 2024


My Sixth Python Project: Mastering Lists with Rock, Paper, Scissors 🪨📜✂️

Mastering Lists with Rock, Paper, Scissors 🪨📜✂️
Welcome to my sixth Python project! Today, we're diving into a classic game—Rock, Paper, Scissors. This project not only showcases the use of lists in Python but also has a bit of personal flair. Let’…
By Gautam Mallick | Aug 24, 2024


Building a Powerful API for Data Retrieval and Reranking

Over the past few weeks, I’ve been working on an exciting project that tackles one of the most common yet challenging problems in data science: retrieving relevant information from large datasets. The project evolved into an API for Data Retrieval an…
By Chirag Vijay | Aug 24, 2024


Understanding Artificial Neural Networks and Their Types

Artificial Neural Networks (ANNs) are a cornerstone of modern artificial intelligence and machine learning. They are designed to mimic the way the human brain operates, enabling machines to learn from data, make decisions, and improve their performan…
By Abdullah rafiq | Aug 24, 2024


More and more Developers are using AI tools in their Daily Work

Hi AI Enthusiasts,
Welcome to this week's Magic AI News, where we present you the most exciting AI news of the week. Today, we are talking about the use of AI tools in companies and a new powerful AI model from Microsoft. Stay curious! 😎
This week's…
By Tinz Twins | Aug 24, 2024


Python Project Setup: Laying the Groundwork for Coding Greatness

Okay, let's dive into the sometimes-overlooked but oh-so-crucial world of Python project setup. We all love jumping straight into the code, but a solid foundation can make all the difference between a smooth development journey and a frustrating mess…
By Goran Tomasic | Aug 24, 2024


Learning Python Through Practice: The dd-commander Project

As I've been exploring Python more deeply, I wanted a project that would tie together various aspects of the language and give me hands-on experience. That's where dd-commander comes in – a simple recreation of the classic Norton Commander file manag…
By Goran Tomasic | Aug 24, 2024


Beginner's Guide: How to Set Up ROS2 Humble

Ready to dive into robotics? This guide will take you through the basics of setting up ROS 2 Humble on your system. If you already know what ROS is and need help getting it set up, you're in the right place to start building and experimenting right a…
By Nandagopan K | Aug 24, 2024


Introducing JigsawStack's Typescript and Python AI SDKs

We’re thrilled to announce the official release of the JigsawStack JavaScript and Python AI SDKs! These SDKs are designed to help developers of all levels easily integrate the JigsawStack APIs, making it simpler than ever to build AI-powered applicat…
By Narcisse | Aug 24, 2024


My Python Odyssey: A Developer's New Frontier

Over the years, I've traversed a wide range of technologies and projects. From web applications to mobile games, database systems to IoT ventures, I've dabbled in a bit of everything. Finding something new that would truly capture my interest as a ho…
By Goran Tomasic | Aug 24, 2024


Learning Python for Devops day -1

Hello everyone, this is Abhishek Pol, and welcome to my first blog about learning AWS DevOps. I started my journey around two months ago, and I believe it's never too late to share your experiences. Without further ado, let me share what I learned to…
By Abhishek Pol | Aug 25, 2024


From Basics to Production: Mastering Retrieval-Augmented Generation (RAG) with Large Language Models (LLMs)

I had stayed away from Large Language Models (LLMs) for far too long, but recently, I embarked on a journey to dive deep into this fascinating field. My focus has been mainly on understanding Retrieval-Augmented Generation (RAG). This powerful techni…
By Madhusudhan Anand | Aug 25, 2024


Enhancing DevOps Data Management with Sets in Python

Introduction
In the dynamic landscape of DevOps automation, efficient data management is essential for orchestrating deployments, monitoring infrastructure, and analyzing system metrics. Python's versatile sets offer a powerful solution for DevOps en…
By Saurabh Adhau | Aug 25, 2024


Resolving Common Issues in Python AWS Scripts: A Journey of Troubleshooting and Solutions

Working with AWS and Python can sometimes lead to challenges, especially when it comes to scripting and automation. I recently encountered several issues while developing a Python script for managing EC2 instances. Here's a look at the key problems I…
By Arham Iqbal | Aug 25, 2024


Bot do discord para extrair informações de um site e postar em um canal utilizando python

A ideia deste post é compartilhar a base de um script que criei algum tempo atrás para monitorar o site de um jogo e informar o momento exato que os jogadores do clan inimigo entravam e saiam do jogo, avisando qualquer ação no discord do nosso clan."…
By Ronie Neubauer | Aug 25, 2024


Get Your Data in Shape: The Ultimate Guide to Feature Scaling

I hope you are doing well. Today, we will dive deep into the concept of feature scaling in machine learning. Here are a few questions we will answer throughout this blog post:

What is feature scaling, and why is it necessary?

What are the different…
By Yuvraj Singh | Aug 25, 2024


GSoC 2024 Final Report

In this report, I will talk about my experiences during the latter half of my GSoC project, as well as my thoughts on the entire experience. My previous midterm report, where I talk about my experiences in the first half, can be found here. I recomme…
By Marcel | Aug 25, 2024


🚀 Mastering Middleware Stacking in Express.js: Building Modular and Maintainable APIs

🌟 Introduction
Express.js is known for its flexibility and simplicity, and one of its most powerful features is middleware. Middleware functions in Express.js allow you to intercept and process HTTP requests as they move through the server. But did …
By Aditya Dhaygude | Aug 25, 2024


A Comprehensive Guide to Plotting with Matplotlib and Pandas

Matplotlib is a powerful library in Python that allows for a wide range of plotting capabilities. It is particularly useful for creating static, animated, and interactive visualizations in Python. Below is a guide on how to use Matplotlib, particular…
By Emeron Marcelle | Aug 25, 2024


Django + Vue + Flowbite

Overview
Build a full-stack web application using Django, Vue.js, and Flowbite. These three technologies provide a fast and easy way for beginners to learn web application development while creating a beautiful UI.
What are them?
Django and is python…
By HySavuth ChanChesda | Aug 25, 2024


Automating Data Preparation with Augmented Analytics: Boosting Productivity in Data Science

Data preparation is one of the most critical yet time-consuming steps in the data science workflow. It involves cleaning, transforming, and organizing raw data into a format suitable for analysis. Traditionally, data preparation requires extensive ma…
By Madhusudhan Anand | Aug 25, 2024


Mastering Python’s zip() Function: A Powerful Tool for Working with Multiple Lists

Python's zip() function is one of those little gems that can make your code cleaner, more efficient, and more readable. Whether you're working with multiple lists, tuples, or any other iterables, zip() can help you iterate over them in parallel, comb…
By Tarun Sharma | Aug 25, 2024


Using Flask with Pydantic, new BFF's?

Introduction:
Flask is one of the popular options to help you build REST APIs over HTTP. Although there are other time-tested frameworks like Django and the new kid on the block FastAPI, Flask still holds relevance when we need to create an API fairl…
By Flask India | Aug 25, 2024


Mastering Python Comprehensions: A Deep Dive into Lists, Dictionaries, Sets, and Nested Data Structures

Python is known for its readability and concise syntax, and one of the most powerful features that contribute to this reputation is comprehensions. Whether you’re dealing with lists, dictionaries, sets, or more complex nested data structures, compreh…
By Tarun Sharma | Aug 25, 2024



#406 – Matthias

How I handle versioning

How I handle versioning
I have been reading up on versioning methods a bit, and I noticed that I never
shared my a bit unorthodox versioning method. I previously wrote about my rules for releasing open source software but skipped everything related t…
By Matthias Kestenholz | Aug 20, 2024



#Dev.to

PgQueuer: Transform Your PostgreSQL into a Powerful Job Queue

#python #webdev #postgres #queue
By Jan Bjørge Løvland | Aug 19, 2024


10 Python programming optimisation techniques.

#optimisation #python #programming
By James Ononiwu | Aug 19, 2024


Using Residential-Proxies to Address Bot Traffic Challenges: A Guide to Identification, Use, and Detection

#tutorial #security #python
By Monday Luna | Aug 19, 2024


Little Movie Recommending Code

#programming #python #datastructures
By Brandon(Zoobob5) | Aug 19, 2024


How to Set Up a SOCKS5 Proxy in Python?

#python #socks5 #proxy
By Lewis Kerr | Aug 19, 2024


Face Recognition API for Developers

#api #ai #programming #python
By Luxand.cloud | Aug 19, 2024


Ibuprofeno.py💊| #165: Explica este código Python

#spanish #learning #beginners #python
By Cristian Fernando | Aug 19, 2024


Top 5 Security Practices for Python Backend Developers

#python #backend #webdev #programming
By pratik chilate | Aug 19, 2024


GitHub Trending Archive: Your Personal GitHub Trends Archive

#github #python #webdev #analytics
By King Triton | Aug 19, 2024


Buy GitHub Accounts

#tutorial #react #python #ai
By Gwyn Solano | Aug 20, 2024


Building Something That's Not a Todo App: An Online Multiplayer Snake Game

#python #backend #programming #gamedev
By Oussama Ben Hassen | Aug 20, 2024


How to Get Started with Django Serializers for Beginners

#django #webdev #python #api
By Kalvin Calimag | Aug 19, 2024


Ejercicios de logica y programacion: Enfoques y Optimización

#programacion #practica #algoritmos #python
By Juan Pino Contreras | Aug 19, 2024


The Complete Guide to Image Compression with OpenCV

#python #tutorial #computervision #programming
By Jeremy Morgan | Aug 20, 2024


Stay Updated with Python/FastAPI/Django: Weekly News Summary (12/08/2024-18/08/2024

#python #django #fastapi #flask
By Poovarasu Sekar | Aug 20, 2024


Advanced Scripting Scenarios in DevOps : Day 29 of 50 days DevOps Tools Series

#devops #bash #python #development
By Shiivam Agnihotri | Aug 20, 2024


Why should you use attrs more

#python
By Soumendra Kumar Sahoo | Aug 20, 2024


How to use boto3 with Google Colab and AWS integration

#python #aws #google
By Kyota Nakada | Aug 20, 2024


How to use IP2Location.io and IP2WHOIS in Django?

#webdev #tutorial #django #programming
By IP2Location | Aug 20, 2024


**How to Make Your React App More Secure: A Comprehensive Guide**

#react #api #programming #python
By Sachin Gadekar | Aug 20, 2024


Ibuprofeno.py💊| #166: Explica este código Python

#python #spanish #learning #beginners
By Cristian Fernando | Aug 20, 2024


A Comprehensive Guide to Pattern Matching in Python

#python #software #coding #ai
By MyExamCloud | Aug 20, 2024


Python: The Language of the Future

#python #programming #programmers #developers
By Jotty John | Aug 20, 2024


Day #1 (Part 1) || revisiting Python from scratch

#100daysofmiva #100daysofcode #python
By TD! | Aug 20, 2024


Building a Home Décor Style Assistant using Lyzr Agent-API

#ai #python #api #github
By Akshay Keerthi | Aug 20, 2024


Understanding Your Data: The Essentials of Exploratory Data Analysis

#machinelearning #datascience #python
By Victor Alando | Aug 20, 2024


CipherLab: A Versatile GUI Tool for Encryption, Decryption, and More Using AES, RSA, and Blowfish

#python #sideprojects
By Pranjal Sailwal | Aug 21, 2024


Streamlit 101: The fundamentals of a Python data app

#streamlit #python #dataapp #datavisualization
By Streamlit | Aug 21, 2024


Mastering Code: Why Programming is Indispensable in Cybersecurity

#cybersecurity #programming #javascript #python
By Salman | Aug 21, 2024


ByteBuddies: Creating an Interactive Animated Pet with Python and Tkinter

#python #github #project
By Pranjal Sailwal | Aug 21, 2024


Day 1 of the #100daysofMiva Challenge.

#100daysofcodem #python #100days #100daysofmiva
By Damilola Oyeyipo | Aug 21, 2024


Python's shutil module for Automated Testing

#python #copy #shutil #testing
By Salipa Gurung | Aug 21, 2024


Speeding up Python code with C (and no extra libraries)

#python #c #programming
By Andrés Álvarez Iglesias | Aug 21, 2024


How Far You Can Optimize a Program to Compute the Fibonacci Sequence?

#python #learning #discuss #softwaredevelopment
By mengqinyuan | Aug 21, 2024


UNDERSTANDING YOUR DATA:THE ESSENTIALS OF EXPLORATORY DATA ANALYSIS

#python #datascience #machinelearning #database
By Fehn Brillia | Aug 21, 2024


Ibuprofeno.py💊| #167: Explica este código Python

#learning #spanish #beginners #python
By Cristian Fernando | Aug 21, 2024


Exploring the Future of Artificial Intelligence: Trends, Challenges, and Opportunities

#machinelearning #python #ai #aws
By Ankush Mahore | Aug 21, 2024


Top 10 Python Coding Guidelines Every Developer Must Follow

#python #programming #coding #software
By MyExamCloud | Aug 21, 2024


The Ultimate Guide to Data Analytics: Techniques and Tools

#beginners #python #datascience #learning
By Byron Morara | Aug 21, 2024


Feature Engineering: Unlocking the Power of Data for Superior Machine Learning Models

#python #ai #learning #machinelearning
By Byron Morara | Aug 21, 2024


Title: Developing a Conversational Chatbot with Generative AI

#ai #python #deeplearning #genai
By Ankush Mahore | Aug 21, 2024


Mastering Python: A Collection of Hands-On Tutorials 🚀

#labex #python #programming #tutorials
By Labby | Aug 21, 2024


Building A Simple Graph Query Engine

#graphql #python #nlp #chatgpt
By praveenr | Aug 21, 2024


LangChain Part 4 – Leveraging Memory and Storage in LangChain: A Comprehensive Guide

#langchain #python #llm #tutorial
By James | Aug 21, 2024


Leveraging Python for Automation: Simplifying Everyday Tasks with Code

#beginners #programming #tutorial #python
By Rashedul Hridoy | Aug 21, 2024


Send Scheduled Emails Using Amazon SES & EventBridge – (Let's Build 🏗️ Series)

#aws #cloud #serverless #python
By awedis | Aug 21, 2024


Strategy Recall Platform

#python #dataengineering #performance #fullstack
By Foster Guo | Aug 21, 2024


Label Encoding in ML

#python #machinelearning
By Nitish Kushwaha | Aug 21, 2024


Automatic Troubleshooting & ITSM System using EventBridge and Lambda

#aws #eventdriven #devops #python
By Anirban Das | Aug 21, 2024


Recommended: "Python Practice Labs" Course

#labex #python #programming #course
By Labby | Aug 21, 2024


How to start python or ipython with packages pre-imported.

#python #programming
By Alexandre Bento Freire | Aug 22, 2024


Working with DataFrames in Pandas

#jupyter #python #pandas #beginners
By a.infosecflavour | Aug 22, 2024


Getting Started with Ansible – The Beginner’s Guide : Day 30 of 50 days DevOps Tools Series

#devops #automation #ansible #python
By Shiivam Agnihotri | Aug 22, 2024


Downloading Player Data from Clash of Clans API

#python #programming #tutorial #data
By Santhosh | Aug 22, 2024


Projet de visualisation

#python
By tsii06 | Aug 22, 2024


Unleashing Claude AI: An Unofficial API for Affordable and Flexible AI Integration

#ai #api #python #opensource
By 0xMesto | Aug 22, 2024


Ibuprofeno.py💊| #168: Explica este código Python

#python #beginners #learning #spanish
By Cristian Fernando | Aug 22, 2024


gRPC Communication Between Go and Python

#go #python #backend #chatgpt
By Ricards Taujenis | Aug 22, 2024


Full Stack Web Development

#webdev #fullstack #javascript #python
By Kaleb | Aug 22, 2024


Loop Control statements in Python : break, continue, pass

#python #loops
By Debasmita Adhikari | Aug 22, 2024


15 hidden open-source gems to become 10x AI engineer🧙‍♂️ 🪄

#javascript #python #ai #opensource
By Sunil Kumar Dash | Aug 22, 2024


Simplifying Infrastructure Management with Python

#python #ansible #devops #kubernetes
By Milan Leon | Aug 22, 2024


Python Environment Variables (Env Vars): A Primer

#python
By Max | Aug 22, 2024


🚀 Solving the Two Sum Problem: Multiple Approaches Using Java/Python

#leetcode #twosum #java #python
By Nikko Ferwelo | Aug 22, 2024


How to Use the Botnet Simulation Project: A Step-by-Step Guide

#cybersecurity #hacktoberfest #beginners #python
By christopher adams | Aug 22, 2024


Day #2 of #100daysofMiva || Python Lists

#100daysofcode #100daysofmiva #python
By TD! | Aug 22, 2024


Building a Botnet Simulation: Because Learning About Cybersecurity Shouldn’t Be Boring

#cybersecurity #python #learning #career
By christopher adams | Aug 22, 2024


Web Scraping with Python: An In-Depth Guide to Requests, BeautifulSoup, Selenium, and Scrapy

#python #webscraping
By Alexander Martin | Aug 22, 2024


Python Data Structures Demystified: A Friendly Guide to Lists, Tuples, Dicts, Arrays, and Sets

#python #datastructures
By Abdeldjalil | Aug 22, 2024


Current problems and mistakes of web scraping in Python and tricks to solve them!

#webscraping #webdev #python #developers
By Max Bohomolov | Aug 22, 2024


Unlock Your Python Mastery with the Python In-Depth Mastery Course

#labex #linux #python #programming
By Labby | Aug 22, 2024


Video Captioning and Translating with Python and Streamlit

#python #streamlit #captions #translation
By Developer Service | Aug 22, 2024


Restful Routing – A Flask API Example

#flask #restful #routing #python
By Spencer Adler | Aug 22, 2024


How to install Python in Windows 11?

#python #opensource #installation #developers
By Bhavik Jikadara | Aug 22, 2024


Creating art similar to 1.2 million pounds worth of painting

#python #programming #sideprojects #tutorial
By Siddharth Singh Tanwar | Aug 22, 2024


Are you ready for PYTHON?

#beginners #python #programming #learning
By Ankit Rattan | Aug 23, 2024


How to create an AI chatbot using one API to access multiple LLMs

#streamlit #python #llm #replicate
By Streamlit | Aug 24, 2024


Identify Abandoned PyPI Packages with pip-abandoned

#pip #python #package #pypi
By chris48s | Aug 24, 2024


Mastering Django: Building a Secure User Authentication API from Scratch

#python #api #100daysofmiva #django
By mayowa-kalejaiye | Aug 23, 2024


Feeling demotivated

#javascript #python #webdev #beginners
By Mirhan Tanriverdi | Aug 23, 2024


Deploy Django App Shared Hosting.

#django #deployment #python #webdev
By Umar R | Aug 23, 2024


10 Tips for Efficiently Using Python in Web Development

#python #webdev #security #django
By King Triton | Aug 23, 2024


Build your own LinkTree (Taplink) with Python and GitHub Pages

#python #html #github #webdev
By King Triton | Aug 23, 2024


JIRA Analytics with Pandas

#productivity #management #python #datascience
By Alexey Yuzhakov | Aug 23, 2024


Ibuprofeno.py💊| #169: Explica este código Python

#python #learning #spanish #beginners
By Cristian Fernando | Aug 23, 2024


Advanced Ansible Techniques and Real-World Applications: Day 31 of 50 days DevOps Tools Series

#devops #ansible #automation #python
By Shiivam Agnihotri | Aug 23, 2024


OpenAPI Trimmer Python Tool

#openai #python #pip #cli
By Ivan Dachev | Aug 23, 2024


Python Tutorial – 1 Introduction

#python #tutorial #beginners
By nadirbasalamah | Aug 24, 2024


🔐 Building a Simple Password Generator with FastHTML

#webdev #python #fasthtml #coding
By Paul Contreras | Aug 24, 2024


Install pip offline

#python #pip
By Franz Wong | Aug 24, 2024


Process multiband rasters (Sentinel-2) with h3 index and create indices

#gis #python #h3index #postgres
By Kshitij Raj Sharma | Aug 24, 2024


Descriptive Statistics

#beginners #chatgpt #python #tutorial
By Juma Shafara | Aug 24, 2024


How to use Python to scrape YouTube content using the API provided by YouTube?

#python #youtube #api
By Lewis Kerr | Aug 24, 2024


Hello world

#python #101 #tutorial
By Tamil Metaverse | Aug 24, 2024


Ibuprofeno.py💊| #170: Explica este código Python

#learning #beginners #python #spanish
By Cristian Fernando | Aug 24, 2024


How to scrape images from a website using Python?

#python #scrape
By Lewis Kerr | Aug 24, 2024


Unleash Your Python Prowess: A Collection of Insightful Programming Tutorials

#labex #python #programming #tutorials
By Labby | Aug 24, 2024


Exploring New Features in PostgreSQL 17 with Python

#python #postgres #database #sql
By Rishi Sharma | Aug 24, 2024


Sign Language Detector with Open CV and Python: Hand Gesture Recognition

#ai #machinelearning #python #programming
By Rishi Nalem | Aug 24, 2024


Getting Started with pyenv: A Must-Have Tool for Python Development

#python #productivity #tutorial #linux
By Shanu Kumawat | Aug 25, 2024


Perform EDA Analysis in One Line of Code Data Science And Machine Learning

#beginners #tutorial #python #productivity
By Aditya J | Aug 25, 2024


Selenium

#automation #selenium #python
By Selvakumar S | Aug 25, 2024


Selenium

#automation #selenium #python
By Selvakumar S | Aug 25, 2024


Selenium

#automation #selenium #python
By Selvakumar S | Aug 25, 2024


Meteor Strike

#python #development #gamedev
By Aaryan Tahir | Aug 25, 2024


Weekly Challenge 283

#perl #python #theweeklychallenge
By Simon Green | Aug 25, 2024


Integrating Telegram Stars ⭐️ Payment in a Python Bot

#python #api #tutorial #opensource
By King Triton | Aug 25, 2024


Rock-Paper-Scissors:The Ultimate Showdown [GUI]

#python
By Aaryan Tahir | Aug 25, 2024


Desktop Virtual Assistant [BATMAN]

#python #virtualmachine #ai #virtualassistant
By Aaryan Tahir | Aug 25, 2024


How to Automate Image Downloading with Python: A Comprehensive Guide

#python #howto #tutorial #coding
By Dmitry Romanoff | Aug 25, 2024