DevBlogs

Good afternoon.

  1. Your Low Code Solution Needs an Escape Hatch (Deno)

    Low-code solutions can offer your users value by significantly reducing development effort and complexity. As your platforms grow, your users will inevitably require more customization to meet their needs. Instead of anticipating and building for every use case, innovative platforms will simply offer an “escape hatch”

  2. [Week of 4/29] LangChain Release Notes (LangChain)

    LangGraph is a framework for building stateful, multi-actor applications with LLMs. We’re hosting an online workshop with AI Makerspace next Wednesday, May 8th.

  3. Python in Visual Studio Code – May 2024 Release (Microsoft Python) code

    The May 2024 release of the Python and Jupyter extensions for Visual Studio Code includes the following announcements. We have also added small enhancements and fixed issues requested by users.

  4. The PSF's 2023 Annual Impact Report is here! (Python Software Foundation)

    2023 was an exciting year of growth for the Python Software Foundation. We’ve captured some of the key numbers, details, and information in our annual Impact Report.

  5. Bun v1.1.7 (Bun) code

    Bun v1.1.7 is here! This release fixes 28 bugs (addressing 11 👍) Glob workspace names in bun install. Asymmetric matcher support in expect.extends() equals. bunx --version.

  6. The Real Python Podcast – Episode #203: Embarking on a Relaxed and Friendly Python Coding Journey (Real Python)

    Real Python author Stephen Gruppetta is here to talk about his new book, “The Python Coding Book” Stephen has been teaching Python to adults and children for many years. He wants to share the relaxed and friendly learning environment he's developed.

  7. The Time Linkerd Erased My Load Balancer (Mat Dugan) code

    K8s is moving from Ingress to Gateway API in k8s. Ingress is the classic way of writing a configuration to tell a load balancer what routes should hit what services. Gateway API is the re-imagined process for doing this where the problem domain is scoped.

  1. A Bootiful Podcast: Carl Azoury, Zenika founder and CEO (Spring) podcast

    Zenika founder and CEO Carl Azoury talks about the Spring community.VMware offers training and certification to turbo-charge your progress.

  2. spaCyEx v0.0.2 (Explosion) code

    SpaCyEx is a powerful extension for spaCy, designed to make pattern matching as flexible and easy as using regular expressions. It builds upon the existing capabilities of spaCy's Matcher, enhancing it with a more accessible syntax for defining complex patterns.

  3. How META-INF gets more out of Bitbucket with Forge (Atlassian)

    META-INF is an Atlassian partner. Pipeline Forms is an app that integrates with Bitbucket to enhance pipeline management. The app allows users to run Form-based pipelines on their behalf.

  4. Introducing Object Storage (Replit) code

    Replit Object Storage is a fast and durable way to persist files and other unstructured data. It handles any number of processes reading and writing simultaneously, enabling your application to seamlessly add compute power and scale to handle extra requests. Python and Typescript users can now use the Replit Object storage library to read and write files from Object Storage with zero configuration.

  5. How Dosu Used LangSmith to Achieve a 30% Accuracy Improvement with No Prompt Engineering (LangChain)

    Dosu is an engineering teammate that acts as the first line of defense for ad-hoc engineering requests. In-context learning is a technique where the LLM prompt includes example input/output pairs.

  6. June 2024 marks 10 incredible years of Django Girls magic! 🥳✨ (Django)

    June 2024 marks 10 years of Django Girls magic. To celebrate, we're reflecting on our impact and want to hear from YOU! Share your stories in a short survey courtesy of JetBrains and PyCharm.

  7. Freeing the chatbot (One Useful Thing)

    The Rabbit R1 is a $200 AI device that is so blindingly orange that it is hard to describe. The Meta Ray-Ban smart glasses have built-in speakers, microphones, and a camera. The final device is the AI-in-a-box that is capable of running a small computer with a screen.

  8. Node v22.1.0 (Current) (Node) code

    The patch implements automatic on-disk code caching that can be enabled via an environment variable NODE_COMPILE_CACHE. When set, whenever Node.js compiles a CommonJS or a ECMAScript Module, it will use on- disk V8 code. cache. Cache generated by different versions.of Node.JS will be stored separately if the same directory is used.

  9. The Python Show Podcast Ep 39 – Buttondown – A Python SaaS with Justin Duke (Mouse vs Python)

    Buttondown is a Python-based Software as a Service (SaaS) application for creating and managing newsletters. Justin is the founder of Buttondown, a Python-based SaaS application.

  10. What’s new for apps distributed in the European Union (Apple)

    Apple will bring our recent iOS changes for apps in the European Union (EU) to iPadOS later this fall, as required. Developers can choose to adopt the Alternative Business Terms for Apps in the EU that will include these additional capabilities and options on iPadOS.

  11. Quiz: The Python calendar Module (Real Python) code

    Interactive Quiz ⋅ 6 QuestionsBy Bartosz Zaczyński. You’ll get 1 point for each correct answer. The maximum score is 100%. Good luck!

  12. #460: Dropbase: Build Internal Tools with Python (Talk Python) podcast

    Made with in Portland, OR, USA.

  13. TBM 285: Shared Teams and Apples-to-Oranges Priorities (John Cutler)

    Leadership dutifully converges on a few equally weighted priority “pillars” The priority pillars don’t lend themselves to being prioritized against each other as stated.

  1. Regression Testing with LangSmith (LangChain)

    LangSmith is a new tool that lets you quickly and reliably evaluate your LLM application. It has been used to improve our regression testing flow. We’ve built a comparison view that allows you to view data across multiple evaluation runs.

  2. Python Sequences: A Comprehensive Guide (Real Python) code

    Learn about Python’s built-in data types and the basics of object-oriented programming. Test your knowledge with our interactive “Python Sequences: A Comprehensive Guide’ quiz.

  3. Deno 1.43: Improved Language Server performance (Deno) codevideo

    Deno 1.43 is the latest version of the open-source JavaScript editor. This release adds support for V8 code caching and node:worker_threads. It also includes improvements to the language server and AsyncResource.

  1. Spring Tips: Beans, Beans: What's in a Spring bean? (Spring) video

    This week we explore the essential Spring bean. What are they, how are they created, and what do they mean to you?VMware offers training and certification to turbo-charge your progress.Tanzu Spring Runtime offers support and binaries for OpenJDK, Spring, and Apache Tomcat.

  2. How to Watermark a Graph with Matplotlib (Mouse vs Python) code

    Matplotlib is one of the most popular data visualization packages for the Python programming language. It allows you to create many different charts and graphs. This tutorial focuses on adding a “watermark” to your graph.

  3. Working With Global Variables in Python Functions (Real Python) code

    Using global variables inside your Python functions can be tricky. You’ll need to differentiate between accessing and changing the values of the target global variable.

  4. Script – Document All Azure Private DNS Zones (Aidan Finn) code

    Aidan Finn, IT Pro, has written a script to find all Azure Private DNS Zones in a tenant and export information on screen and as markdown in a file. The script even writes the content as a Markdown table in a .md file.

  1. This Week in Spring - April 30th, 2024 (Spring) code

    This week in Spring, we're looking at how to get the most out of your Spring 2015 software. We'll also be looking at some of the upcoming events in the Spring community.

  2. Spring Tips: Spring Cloud Gateway for Spring MVC (Spring) video

    This week we look at the fantastic new support for Spring MVC. Java 21's virtual threads are made all the more amazing by virtual threads.

  3. Three New Forge Features That Will Help You Build Better Apps (Atlassian) code

    Atlassian is promoting three major new features to general availability. The native Forge JS runtime, Forge remote, and UI kit 2 are all being promoted. Native JS eliminates friction of library incompatibility and allows apps to work faster. UI kit is now not just easy to use, it offers richer UI components and faster interactions.

  4. How Machine Learning improved the Chrome address bar on Windows, Mac and ChromeOS (Chromium)
  5. How Slack used Deno to save months of engineering effort in launching their new platform (Deno)

    Slack launched its first developer platform in 2015. By 2020, this platform saw millions of active developers each week. Developers voiced friction points around having to rebuild each Slack app from scratch. Slack chose to use the Deno runtime in their next generation platform.

  6. Python's unittest: Writing Unit Tests for Your Code (Real Python) code

    The Python standard library ships with a testing framework named unittest. The unittests package has an object-oriented approach where test cases derive from a base class. To get the most out of this tutorial, you should be familiar with some important Python concepts.

  7. Q1 2024 Internet disruption summary (Cloudflare)

    First quarter of 2024 kicked off with quite a few Internet disruptions. Damage to both terrestrial and submarine cables caused problems in a number of locations. Governments in several African countries, as well as Pakistan, ordered Internet shutdowns.

  1. Welcome our new OPS member - Baptiste Mispelon (Django)

    Baptiste Mispelon is a long-time Django contributor. He was chair of the Djangocon Europe 2016 edition. He currently lives in the Norwegian countryside.

  2. Bun v1.1.6 (Bun) code

    Bun v1.1.6 is here! This release fixes 10 bugs (addressing 512 reactions) We've implemented UDP socket support & node:dgram. DataDog and ClickHouseDB now work. There are also Node.js compatibility improvements and bugfixes. We're hiring systems engineers in San Francisco to build the future of JavaScript.

  3. Software Development As Collective Learning With Hazel Weakly (John Cutler) podcast

    Hazel Weakly is a Principal Platform Architect at Datavent. She is known as the Infrastructure Witch of Hachyderm (a popular Mastodon instance) We talk about Hazel’s journey from individual force multiplier to focusing on collaborative learning.

  1. #459: I Built A Python SaaS with AI (Talk Python) podcast

    Made with in Portland, OR, USA.

  1. Bun v1.1.5 (Bun) code

    Bun v1.1.5 fixes 64 bugs. import any file as text via the type: "text" import attribute. Introduces a new crash reporter. package.json doesn't error with comments or trailing commas.

  2. Reminder: Privacy requirement for app submissions starts May 1 (Apple)

    Starting May 1, 2024, new apps that have a newly added third-party SDK that’s on the list of commonly used third- party SDKs will need all of the following to be submitted in App Store Connect:Apps won’t be accepted if they fail to meet the manifest and signature requirements.

  3. bun.report is Bun's new crash reporter (Bun) code

    Bun crashes are hard to reproduce and debug. The crash report fits in a ~150 byte URL containing zero personal information. The function addresses are pointers in memory to where the application code is loaded.

  4. The Real Python Podcast – Episode #202: Pydantic Data Validation & Python Web Security Practices (Real Python) code

    This week, we discuss the recent Real Python tutorial “Pydantic: Simplifying Data Validation in Python. We also share several other articles and projects from the Python community.

  1. A Bootiful Podcast: Daniel Garnier-Moiroux on Passkeys and Spring Security (Spring) podcast

    This week's episode of Spring Boot Camp features a guest appearance from Daniel Garnier-Moiroux. Daniel talks about the implications of passkeys in a Spring Security application.

  2. From Data Center to Cloud: Unleashing Innovation with Custom Apps (Atlassian)

    Atlassian's mission is to unleash the potential of every team, which means serving unique use cases and requirements. The Atlassian Platform allows teams to build, run, and scale custom apps in Atlassian's secure environment. Customers can easily meet new requirements by extending and connecting their existing tools.

  3. Open Sourcing DOS 4 (Scott Hanselman) code

    Microsoft releases source code to MS-DOS 4.00 under the MIT license. The code was written entirely in 8086 assembly code nearly 45 years ago.

  4. Llamafile’s progress, four months in (Mozilla) code

    Mozilla’s Innovation group launched the llamafile project late last year. Just last night, Justine Tunney shipped the v0.8 release of llama file. It includes not only support for the very latest open models, but also a number of big performance improvements for CPU inference.

  5. Graph-based metadata filtering for improving vector search in RAG applications (LangChain) code

    Tomaz Bratanic is a Graph ML expert at Neo4j, a graph database and analytics company. He explains how to use LangChain and OpenAI to filter documents based on specific criteria. The code is available on GitHub.

  6. Livestream: Django Trends for 2024 (Django)

    Django Developers Survey: 4,000 developers participated in the survey. Sarah Abdermane and Sarah Boyce will share insights from the Django community.

  1. TBM 284: Why Aren't We Talking About Continuous Improvement? (John Cutler)

    Inertia reigns supreme in everything but the smallest startups. Companies that practice continuous improvement are rare, and that's OK. It comes from empowered leaders.

  2. Node v22.0.0 (Current) (Node) code

    Highlights include require()ing ESM graphs, WebSocket client, updates of the V8 JavaScript engine, and more. Node.js 22 will enter long-term support (LTS) in October.

  3. Node.js 22 is now available! (Node) code

    The Node.js Project is excited to announce the release of Node.JS 22. Highlights include require()ing ES modules, a WebSocket client, updates of the V8 JavaScript engine, and more. Node. JS 22 will enter long-term support (LTS) in October, but until then, it will be the "Current" release for the next six months.

  4. Announcing LangSmith is now a transactable offering in the Azure Marketplace (LangChain)

    LangSmith is a unified DevOps platform for developing, collaborating, testing, and monitoring LLM applications. Moody’s, Elastic, Rakuten, and BCG rely on the platform to build high quality genAI applications that scale.

  5. JSR Is Not Another Package Manager (Deno) code

    The Node.io team has created JSR, a registry for distributing JavaScript and TypeScript modules. JSR is designed to complement the npm registry, not replace it. It is a registry, but not another client for the npm.

  6. How We Added Value to Elements Connect with Forge Custom Fields (Atlassian)

    Elements Connect is one of Elements' flagship applications, serving as a pivotal tool for seamlessly connecting and integrating data across various platforms within Jira. transitioning Elements Connect to the cloud was not easy. Navigating the technical constraints inherent in the cloud environment required us to adapt. Forge played a crucial role in seamlessly integrating Forge custom fields into the Jira issue creation view and improving integration in the editing view.

  7. What's Lazy Evaluation in Python? (Real Python) code

    Lazy evaluation is when Python doesn’t work out the values of an expression immediately. Instead, the values are returned at the point when they’re required in the program. Lazy evaluation can also be referred to as call-by-need. This delay of when the program evaluates an expression delays the use of resources.

  8. #458: Serverless Python in 2024 (Talk Python) podcast

    Made with in Portland, OR, USA.

  1. This Week in Spring - Tuesday, April 23rd, 2024 (Spring)

    This week in Spring is a busy, wonderful week for the Spring community.VMware offers training and certification to turbo-charge your progress. Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat.

  2. Porting a cross-platform GUI application to Rust (Mozilla) code

    Crash reporter is a very important component of Firefox. It is integral in providing insight into the most visible bugs: those which crash the main process. It has long been stuck in a local maximum of “good enough’ and “scary to maintain” It features 3 individual GUI implementations, a binary blob produced by obsoleted Apple development tools, and no test suite.

  3. Weeknotes: Llama 3, AI for Data Journalism, llm-evals and datasette-secrets (Simon Wilison) code

    Llama 3 landed on Thursday. I updated a whole bunch of different plugins to work with it. I've also spun up two new projects which are still very much in the draft stage.

  4. Q&A: Promoting your app or game with Apple Search Ads (Apple)

    Apple Search Ads helps you drive discovery of your app or game on the App Store. To become certified, complete all of the Certification lessons (each takes between 10 and 20 minutes), then test your skills with a free exam.

  5. Apple Search Ads now available in Brazil and more Latin American markets (Apple)

    Apple Search Ads is now available in 70 countries and regions. Visit the Apple Search-Ads site and Q&A.

  6. Python Basics Exercises: Scopes (Real Python) code

    This video course is part of the Python Basics series, which accompanies Python Basics: A Practical Introduction to Python 3. Use IDLE to interact with Python throughout this course.

  7. DjangoCon US 2024 CFP Last Call (Django)

    DjangoCon US 2024 Call for Proposals (CFP) deadline is April 24, 2024 at 12 PM EDT. Submit your talk or tutorial before the clock runs out.

  8. Let loose. (Apple)

    Watch online at apple.com, on Apple TV, or on YouTube Live.

  9. Lessons from building an automated SDK pipeline (Cloudflare) code

    Cloudflare is now offering software development kits (SDKs) for Typescript, Go and Python. Instead of using a tool like curl or Postman to create a new zone in your account, you can use one of the SDKs in a language that you’re already comfortable with or that integrates directly into your codebase.

  10. Python Sequences: A Comprehensive Guide (Real Python)

    Interactive Quiz ⋅ 12 QuestionsBy Martin BreussIn this quiz, you’ll test your understanding ofPython sequences. The quiz contains 12 questions and there is no time limit.

  11. Announcing the Hookdeck SDK on JSR (Deno) code

    Hookdeck is an event gateway that simplifies managing events across a distributed architecture. Using Hookdeck via JSR provides a better developer experience with auto-generated documentation.

  12. AI Is Speaking In Tongues (Mat Dugan) code

    In his hometown, church membership was a given for middle-class people. Evangelical Christians often tried to lure families in with offers of youth groups. There were many warnings growing up into a different relationship with God.

  1. An open letter regarding the DjangoCon Europe CfP (Django)

    DjangoCon Europe Call for Proposals for organizers has been closed. The Django community has expressed anger and frustration over the closure. The community is looking for a way to continue hosting DjangoCon Europe.

  2. Empowering Development with FlowTestAI: Bridging APIs and LLMs for Enhanced Testing and Privacy (LangChain)
  3. Write Unit Tests for Your Python Code With ChatGPT (Real Python) code

    In this tutorial, you’ll learn the basics of using ChatGPT as an assistant for creating coherent unit tests for your Python projects using different test frameworks and libraries. To get the most out of this tutorial you should set up a ChatG PT account and know the basics. You should also know the Basics of how to test code in Python.

  4. Options for accessing Llama 3 from the terminal using LLM (Simon Wilison) code

    Llama 3 70b Instruct has taken joint 5th place on the LMSYS arena leaderboard, behind only Claude 3 Opus and some GPT-4s. The Llama 3 8b model is easy to run on a laptop, but it’s pretty limited in capability.

  5. Innovation through prompting (One Useful Thing)

    AI prompts are powerful tools that are remarkably easy to use. They can be wielded by anyone who can write or speak. This makes LLMs a good base on which to innovate. We have a new paper that tries to show one potential path.

  6. I Made a MacOS App for my PWA (Without AI) (David Bushell) code

    Despite Apple’s hostility, adding a PWA to my iPhone is still a workable experience. The “…” ellipsis icon in my screenshot above is Bartender. The network monitor is Little Snitch.

  1. The AI Revolution Will Not Be Monopolized: Behind the scenes (Explosion)

    A more in-depth look at the concepts and ideas behind my talk "The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs"

  2. Octopus Careers & Throwaway Stickies with Chris Butler (John Cutler) podcast

    Chris Butler is a staff product operations manager at GitHub. He's worked at companies like Google, Facebook, Cognizant, Kayak, and Waze. In this episode we talk about being a change agent, introducing new ways of working, embracing a persona external to your day job.

  1. Check out our newest developer activities (Apple)

    April 19, 2024: Learn about growing your business, elevating your app design, and preparing for the App Review process.

  2. Demystifying Screen Readers: Accessible Forms & Best Practices (CSS Tricks) codevideo

    This is the 3rd post in a small series we are doing on form accessibility. In this post we are going to look at using a screen reader when navigating a form, and also some best practices. We will be using Mac VO (VoiceOver) to test our forms.

  3. The Real Python Podcast – Episode #201: Decoupling Systems to Get Closer to the Data (Real Python)

    This week on the show, Phillip Cloud, the lead maintainer of Ibis, will discuss this portable Python dataframe library. Phillip describes the different approaches Ibis provides for querying data. We discuss ways to get started with the library and how to access example data sets.

  4. #457: Software Supply Chain Security with Phylum (Talk Python) podcast

    Made with in Portland, OR, USA.

  5. [Week of 4/15] LangChain Release Notes (LangChain)

    LangSmith Experimentations can provide a structured workflow for improving your application. LangSmith's RAG From Scratch series breaks down important RAG concepts in short videos.

  1. Spring AI - Multimodality - Orbis Sensualium Pictus (Spring) code

    Spring AI's Message API facilitates the integration of multimodal LLMs. By leveraging these models, applications can comprehend and respond to data in various forms.

  2. Meta Llama 3 available on Cloudflare Workers AI (Cloudflare) code

    Cloudflare is a launch partner with Meta for their newest 8B Llama 3 model. Workers AI’s serverless inference platform makes it extremely easy and cost effective to start using the latest large language models (LLMs)

  3. Cloudflare named in 2024 Gartner® Magic Quadrant™ for Security Service Edge (Cloudflare)

    Gartner has once again named Cloudflare to the Gartner Magic Quadrant™ for Security Service Edge (SSE) report1. Cloud flare is one of only ten vendors recognized in this report. For the second year in a row, we are recognized for our ability to execute.

  4. Announcing the Neon Serverless Driver on JSR (Deno) code

    Neon is a fully managed, serverless, scalable Postgres driver. It allows V8 isolate protocols like Deno and Cloudflare Workers to connect to the database. Neon can achieve sub-10ms queries, regardless of which JavaScript runtime you’re using.

  5. TBM 283: Just and But (John Cutler)

    Just and but are polarities: you need both. Extreme/reactive justers have an allergy to anything and anyone they perceive as a twist (butters) When we diverge, we're justing. When we converge, we's justing or justing-ing.

  1. A Bootiful Podcast: Spring founders Rod Johnson and Juergen Hoeller on the 20th Anniversary of Spring Framework 1.0 (Spring) podcast

    Spring is a free, open-source, cross-platform Java programming language. It was developed by the Apache Software Foundation. Spring was released in 2004 and is now used by more than 20 million developers.

  2. AI for Data Journalism: demonstrating what we can do with this stuff right now (Simon Wilison) codevideo

    I gave a talk last month at the Story Discovery at Scale data journalism conference hosted at Stanford by Big Local News. My brief was to go deep into the things we can use Large Language Models for right now, illustrated by a flurry of demos. Below I’ve turned that video into an annotated presentation, with screenshots, further information and links to related resources.

  3. An intro to TSConfig for JavaScript Developers (Deno) code

    TypeScript is a superset of JavaScript, adding new types to the language. TypeScript is designed to be strictly additive, with the stripped-out types stripped out. It can be used to improve tooling, debugging and general developer experience.

  4. Announcing The Python Logging Book & Course Kickstarter (Mouse vs Python)

    Python Logging teaches you how to log in the Python programming language. The finished book will be made available in the following formats: paperback, 6″ x 9″ book and approximately 150 pages.

  5. How to Format Floats Within F-Strings in Python (Real Python) code

    Learn how to use a Python f-string to format floats to meet your requirements. This knowledge will let you control the precision and appearance of floating-point numbers. Test your knowledge with our interactive “Format Floats Within F-Strings” quiz.

  6. How Cloudflare Cloud Email Security protects against the evolving threat of QR phishing (Cloudflare)

    QR phishing is a subtle yet potent form of phishing. It uses a QR code to further obfuscate itself from detection. Cloudflare has been at the forefront of defending against quishing attacks.

  1. Spring Tips: GRPC (Spring) video

    This week's episode looks at how to create GRPC-based services with Spring Boot.VMware offers training and certification to turbo-charge your progress. Tanzu Spring Runtime offers support and binaries for OpenJDK, Spring, and Apache Tomcat.

  2. Property hooks are coming in PHP 8.4 (Amit Merchant) code

    PHP 8.4 is going to introduce property hooks. Property hooks allow you to define additional behavior on class properties. The hooks are enclosed in curly braces that come after the property name.

  3. CUDA enabled Jupyter Docker Images (Jupyter) code

    Jupyter Docker Stacks project now provides GPU accelerated Docker images. This allows PyTorch or TensorFlow operations to use compatible NVIDIA GPUs for accelerated computation.

  4. Glow up! A new look for Python Reference documentation on Microsoft Learn (Microsoft Python) code

    Microsoft has updated its Python reference documentation on Microsoft Learn. The new experience is now available for all Microsoft Python libraries on Learn, such as the Azure SDK for Python.

  5. Bun v1.1.4 (Bun) code

    Bun is an incredibly fast JavaScript runtime, bundler, transpiler, and package manager — all in one. bun run --filter <workspace> <script> lets you run multiple workspace scripts in parallel. Reinstalls get up to 50% faster in bun install. Memory leak impacting Next.js Standalone & Web Streams is fixed.

  6. Web Distribution now available in iOS 17.5 beta 2 and App Store Connect (Apple)

    Apple will provide developers access to APIs that facilitate the distribution of their apps from the web. Apple will also integrate with system functionality, and back up and restore users’ apps.

  7. Developer Day is going on Tour! (Atlassian)

    Developer Day on Tour brings hands-on Forge training to flourishing tech hubs around the world. London, England – 28 May 2024 – Registration launching soonAustin, USA – 12 June 2024 – registration launching soonBangalore, India – 20 July 2024 – registrations launching soonSeoul, South Korea – 28 August 2024 – registering soon.

  8. Using raise for Effective Exceptions (Real Python) code

    Learn about the raise statement to effectively handle errors and exceptional situations in your code. This way, you’ll develop more robust programs and higher-quality code.