Python

Reddit

  • by /u/Thinker_Assignment
    Hey there, you are probably familiar with REST APIs. We at dlt library added a new way to get data from apis (and dlt can already load it with best practice to db or parquet). We already did some internal hackathons but we would appreciate your feedback so we can improve it further – Our […]
  • by /u/bencherdev
    If you have ever wanted to track the size of your PyInstaller packages in CI, Bencher now supports tracking your package size: https://bencher.dev/docs/how-to/track-file-size/ submitted by /u/bencherdev [link] [comments]
  • by /u/pp314159
    I'm working on an open-source framework for converting Python notebooks into web applications, it is called Mercury. Recently, I have added an option to execute notebooks with REST API. You can pass paramters in POST request body to the notebook, execute all cells and return JSON as response. I'm also running a SaaS service, Mercury […]
  • by /u/AbhishekSuryavanshee
    What My Project Does: I'm excited to introduce my latest project built with Python – an interactive data visualization application using Plotly Dash. This project aims to empower users to explore and analyze datasets dynamically through interactive visualizations. By leveraging Plotly Dash's capabilities, users can interact with data in real-time, customize visualizations on the fly, […]
  • by /u/jgloewen
    Recently, I have been working hard on coding Python Streamlit for interactive data visualizations – so that you don’t have to. Specifically, I have been looking at how to put together interactive Streamlit dashboards – with a combination of visualizations. Let me show you how you can create a Streamlit dashboard with: A dropdown menu […]
  • by /u/prime_danger
    Hey guys, I have worked on building multiple ai/ml usecases and their specific backends. But now I want build interfaces for easy and quick integration. I saw a blog which used FastUI which looks quick decent but when I tried it just showed me a Json of elements on the page. Are there any other […]

Pyfound

  • by Deb Nicholson
    The PSF’s Grants Program is a key plank in our charitable mission to promote, protect, and advance the Python programming language, and to support and facilitate the growth of a diverse and international community of Python programmers. After much research, input, and analysis, we are pleased to share a PSF Grants Program 2022 & 2023 […]
  • by Marie Nordin
    PSF Board elections are a chance for the community to choose representatives to help the PSF create a vision for and build the future of the Python community. This year there are 3 seats open on the PSF board. Check out who is currently on the PSF Board. (Débora Azevedo, Kwon-Han Bae, and Tania Allard […]
  • by Marie Nordin
     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 latest Annual Impact Report. Some highlights of what you’ll find in the report include:A letter from our Executive Director, Deb NicholsonNotes from Our PyCon US Chair, Marietta Wijaya, and PSF Board […]

PlanetPython

  • Python’s logging module isn’t the only way to create logs. There are several third-party packages you can use, too. One of the most popular is Loguru. Loguru intends to remove all the boilerplate you get with the Python logging API. You will find that Loguru greatly simplifies creating logs in Python. This chapter has the following sections: Installation […]
  • Congratulations! You’re going to PyCon US! Whether this is your first time or not, going to a conference full of people who love the same thing as you is always a fun experience. There’s so much more to PyCon than just a bunch of people talking about the Python language, and that can be intimidating […]
  • Python has a complete set of built-in exceptions that provide a quick and efficient way to handle errors and exceptional situations that may happen in your code. Knowing the most commonly used built-in exceptions is key for you as a Python developer. This knowledge will help you debug code because each exception has a specific […]
  • In this quiz, you’ll test your understanding of CRUD Operations. By working through this quiz, you’ll revisit the key concepts and techniques related to CRUD operations. Good luck! [ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click […]
  • The Development Sprints are coming soon. Make sure you plan ahead: When: Sprints will take place on May 20, 2024 8:00am through May 23, 2024 11:00pm ESTWhere: At PyCon US at the David L. Lawrence Convention Center in rooms 308-311 and 315-321Project Signups: Get your project listed so that attendees can help support it by […]
  • These tips are not the “right” way to do PyCon, but they are suggestions based on how I try to do PyCon. Consider them reminders to myself, an experienced long-time attendee, which you are welcome to overhear. See Some Talks The hallway track is awesome. But the best version of the hallway track is not […]
  • #629 – MAY 14, 2024 View in Browser » Flattening a List of Lists in Python In this video course, you’ll learn how to flatten a list of lists in Python. You’ll use different tools and techniques to accomplish this task. First, you’ll use a loop along with the .extend() method of list. Then you’ll […]

Finxter

  • by Chris
    Legend: Player A: Red Player B: Blue Player C: Green Player D: Yellow Food: Orange Navigation: Move Up: ‘u’ Move Down: ‘d’ Move Left: ‘l’ Move Right: ‘r’
  • by Chris
    In this video, you’ll learn about NVIDIA’s top 10 competitive advantages that protect it against any competitor trying to steal its business. THIS is why everybody wants to buy the AI leader in 2024! No investment advice. Moat 1: The World’s Premier AI Supercomputer Moat 2: Superior Hardware Innovation (Blackwell) — and the Race for […]

PyCharm

Planet Scipy

RSS Error: WP HTTP Error: cURL error 60: SSL: no alternative certificate subject name matches target host name 'planet.scipy.org'

Real Python

  • by Real Python
    In this article, you'll learn how you can get the most out of PyCon US. Whether you're a first-timer or a seasoned attendee, this guide will help you get ready to have a great PyCon.
  • by Real Python
    In this tutorial, you'll get to know some of the most commonly used built-in exceptions in Python. You'll learn when these exceptions can appear in your code and how to handle them. Finally, you'll learn how to raise some of these exceptions in your code.