#Pybites

OpenStreetMaps, Overpass API and Python

OpenStreetMaps (OSM) is known for being an open source project that allows people to browse the world map and to plan routes. However it is more than that. Among others it provides a read-only API that allows users to query for very diverse map data: Overpass API Data structure of OSM To understand the structure…
#Developer #Data #Tools
By Judith Vockenroth | Apr 17, 2024



#Real Python

Python's unittest: Writing Unit Tests for Your Code

In this tutorial, you'll learn how to use the unittest framework to create unit tests for your Python code. Along the way, you'll also learn how to create test cases, fixtures, test suites, and more.
#testing #intermediate
By | Apr 21, 2024


What's Lazy Evaluation in Python?

This tutorial explores lazy evaluation in Python and looks at the advantages and disadvantages of using lazy and eager evaluation methods. By the end of this tutorial, you'll clearly understand which approach is best for you, depending on your needs.
#intermediate #python
By | Apr 21, 2024


Write Unit Tests for Your Python Code With ChatGPT

In this tutorial, you'll learn how to use ChatGPT to generate tests for your Python code. You'll use the chat to create doctest, unittest, and pytest tests for your code.
#testing #intermediate #tools
By | Apr 21, 2024


How to Format Floats Within F-Strings in Python

In this tutorial, you'll learn how to use Python format specifiers within an f-string to allow you to neatly format a float to your required precision. You'll also learn how to extract digits from existing strings and format them as well.
#basics #python
By | Apr 17, 2024


Build a Blog Using Django, GraphQL, and Vue

In this step-by-step project, you'll build a blog from the ground up. You'll turn your Django blog data models into a GraphQL API and consume it in a Vue application for users to read. You'll end up with an admin site and a user-facing site you can continue to refine for your own use.
#advanced #front-end #web-dev #django #api
By | Apr 15, 2024



#PyCoders

Issue #625 – Pydantic, Web Security, State of Python, and More

By | Apr 16, 2024



#Photon Designer

Add Stripe subscriptions to Django in 7 minutes 💵

We'll add the ability for users to pay subscriptions in Django extremely quickly, including local webhook testing.
By Photon Designer | Apr 19, 2024


Add comment threads to Django in 9 mins 🧵

A simple way to let people leave comments in your Django app
By Photon Designer | Apr 18, 2024



#Python Library

Announcing The Python Logging Book & Course Kickstarter

What does every new developer do when they are first learning to program? They print out strings to their terminal. It’s how we learn! But printing out to the terminal isn’t what you do with most professional applications. Support on Kickstarter  In those cases, you log into files. Sometimes, you log into multiple locations at […]
#Books #Python
By Mike | Apr 17, 2024



#Dev.to

Django Authentication

#django #python #programming #codenewbie
By Syed Muhammad Ali Raza | Apr 20, 2024


Using Django ORM only without web server

#django #sqlite #python #orm
By Ivan Yu | Apr 20, 2024


Quickly add 2FA (email) for your custom Django admin

#django
By RockAndNull | Apr 19, 2024


The Complete Guide to Logging in Django

#webdev #python #django #tutorial
By Pragati Verma | Apr 18, 2024


My Docker stack to deploy a Django + Celery web app

#docker #django #python #deploy
By Daniel | Apr 18, 2024


Automated Tailwind CSS integration for Django

#django #python #tailwindcss #pypi
By Jan Leander | Apr 18, 2024


Dynamic Serializers in Django

#django #webdev #programmers #developers
By Papan Sarkar | Apr 17, 2024


Como configurar um banco de dados Postgres no Django

#postgres #django #postgressql #python
By Laís Rodrigues Zahran | Apr 17, 2024


SUPIR Image Enhance / Upscale is Literally Like From Science Fiction Movies

#beginners #tutorial #python #ai
By Furkan Gözükara | Apr 21, 2024


My first Mega Project: Chess Website

#machinelearning #nextjs #python #fullstack
By Adam | Apr 21, 2024


Employee Management System using Python.

#webdev #beginners #programming #python
By Ebikara Dandeson Spiff | Apr 21, 2024


Clean Code: Definition and Principles - Part 2

#programming #beginners #tutorial #python
By tahsinsoyak | Apr 21, 2024


SOFTWARE TESTING AND ITS RELEVANCE

#learning #python #softwaretesting
By Revathy | Apr 21, 2024


Completing Appearance

#perl #python #theweeklychallenge
By Simon Green | Apr 21, 2024


Encrypt/Decrypt Data between Python 3 and JavaScript (AES algorithm)

#javascript #python #aes #encrypt
By SachaDee | Apr 21, 2024


Anthropic Claude with tools using Python SDK

#ai #python #programming #tutorial
By Thomas Taylor | Apr 21, 2024


Is Blender Game Engine 2.79 still actual for indie?

#blender #python #gamedev
By bileyg | Apr 21, 2024


Karma IDS: An Intrusion Detection System using eBPF and LSTM

#rebase01 #gdsciiitkalyani #ai #python
By pree | Apr 20, 2024


I created a blender add-on for beginner artists

#python #blender #patreon #nicaragua
By Christopher Duran | Apr 20, 2024


Building and Deploying a Dashboard in the Cloud with Streamlit and Python

#python #development #streamlit
By FIORELA MILADY | Apr 20, 2024


Build a Product Receipt Generator using Python.

#webdev #beginners #programming #python
By Ebikara Dandeson Spiff | Apr 20, 2024


Build a Music Player Using Python.

#webdev #beginners #programming #python
By Ebikara Dandeson Spiff | Apr 20, 2024


AlchemistAI- A Revolutionary step towards AI in healthcare

#machinelearning #python #rebase01 #gdsciiitkalyani
By Poulav Bhowmick | Apr 20, 2024


การจำแนกภาพ CIFAR-10 ใน TensorFlow

#tensorflow #learning #python
By Suth | Apr 20, 2024


How my open source tool got 100 stars in 4 days!

#python #cryptocurrency #cybersecurity #opensource
By digitalized-snake | Apr 20, 2024


YOLO8 The basic functions for beginner!

#yolo8 #python #onnx #beginners
By SachaDee | Apr 20, 2024


Creating a Sales Analysis Application with Streamlit: A Practical Approach to Business Intelligence

#streamlit #python #pandas #plotyexpress
By TELL IVAN CASILLA MAQUERA | Apr 20, 2024


Scrape Redfin Property Data

#webscraping #python #data #scraping
By Crawlbase | Apr 20, 2024


One path to connecting a Python script to a COM application on Windows

#python #windows #windowscom
By AL Programmer | Apr 20, 2024


Day 8: File Handling and I/O Operations

#python #beginners #tutorial #programming
By Blackie | Apr 19, 2024


Como Fazer um Validador de CPF com Python de forma simples e refatorada!

#python #validadorcpf
By Carlos Henrique Garcia Soares | Apr 19, 2024


Integrating Georeferenced Maps: Passing Data from Firebase Backend to Frontend

#react #python #database #frontend
By Saadia-houria | Apr 19, 2024


Create a Game with Pygame

#python #pygame #gamedev
By Kuk Hoon Ryou | Apr 19, 2024


This Week In Python

#python #community #thisweekinpython
By Bas Steins | Apr 19, 2024


Using undocumented AWS APIs with Python

#cloud #aws #api #python
By Maurice Borgmeier | Apr 19, 2024


Create a Custom Formatted CSV from Python Data

#python #bigdata #csv
By Paige Niedringhaus | Apr 19, 2024


File Management just got easier

#softwaredevelopment #tutorial #programming #python
By Samuel Urah Yahaya | Apr 19, 2024


Playwright Web Scraping 2024 – Tutorial

#python #data #webscraping #scrapingtools
By Crawlbase | Apr 19, 2024


Data Analysis 1: Scraping web pages

#scraping #beautifulsoup #datascience #python
By Nitish Kushwaha | Apr 19, 2024


Building Better: Harnessing the Factory Method Pattern in Python

#python #programming #developer #development
By SK RAJIBUL | Apr 19, 2024


The power of Mechanical Sympathy in Software Engineering

#ai #machinelearning #java #python
By Venkat Raman | Apr 19, 2024


Collection of Hands-on Exercises to Get Started with Apache Iceberg

#apacheiceberg #python #sql #database
By Alex Merced | Apr 18, 2024


Scikit-Learn Hello World with Docker Init

#python #docker #machinelearning
By Mohammad-Ali A'RÂBI | Apr 18, 2024


Tracking Custom Metrics in Python with AppSignal

#python #apm
By Connor | Apr 18, 2024


Pandas y pitones

#spanish #python #pandas
By Baltasar García Perez-Schofield | Apr 18, 2024


Introducing EmbedAnything

#python #rust #machinelearning #ai
By Akshay Ballal | Apr 18, 2024