We recently took the stage at PyData Seattle, delivering talks on amazing #Python tools!
1️⃣ J.J. Allaire: Publishing Jupyter Notebooks with Quarto youtube.com/watch?v=rGgqP0ot…
2️⃣ Joe Cheng: Shiny: Data-centric web applications in Python youtube.com/watch?v=0ovCLxtt…
Thanks for having us!
Join Posit on Talk Python to discuss Shiny for Python!
• Live Stream Link: youtube.com/watch?v=YN0hnAmi…
• Date: June 19th, 2023
• Time: 5:20pm ET
Be part of the live recording and have your comments and questions featured on air. See you there!
#python#shiny
Join Posit on Talk Python to discuss Shiny for Python!
• Live Stream Link: youtube.com/watch?v=YN0hnAmi…
• Date: June 19th, 2023
• Time: 5:20pm ET
Be part of the live recording and have your comments and questions featured on air. See you there!
#python#shiny
[BLOG POST]
The fifth blog post for version 0.9.0 of {gt} is available! This one talks about how to more effectively merge column data together (into one column), and, enhancements to setting column labels. Lots of examples as always! posit.co/blog/columns-in-gt-…
Quarto offers a wealth of features that are particularly useful to data science professionals, helping them produce engaging, custom-styled content.
Explore the variety of ways Quarto enhances professional workflows ➡️ posit.co/blog/quarto-at-work…
Folks come to posit::conf to learn.
We've lined up 30 workshops, giving you the unique opportunity to gain practical, hands-on skills in subjects that will help you get your work done more effectively.
See all workshops & course trailers: posit.co/blog/workshops-at-p…#positconf2023
From R&D models and tools to consumer-facing applications designed to help golfers play better. Watch ‘A Game of Numbers’ to better understand how we’re working with @posit_pbc to bridge the gap: pos.it/ping
Unlocking data's potential to transform product design & the user experience is what @PingTour's data science team excels at.
We discuss how the team democratizes golf through data insights in our new short film, "A Game of Numbers".
🎥 pos.it/ping
🚀 Exciting News: The Full List of Talks for posit::conf (2023) is Now Live!
Build the perfect four-day schedule for you from our lineup of 105 talks and 30 workshops, buff.ly/3MUJ7nX.
Visit pos.it/conf to learn more and register.
See you in Chicago!
🚨 Product release: Posit Connect 2023.05.0 🚨
Posit Connect’s support for off-host content execution in #Kubernetes has entered General Availability (GA), enabling #Python, Quarto, and #RStats content to be built and executed in remote containers.
posit.co/blog/posit-connect-…
It’s a great week at R in Medicine!
Posit's @riannone shared an Intro to {gt}. Coming up are @grrrck on “Seamless data-driven reporting with {epoxy}” today and Joe Roberts on “The Value of Internal R Packages in Healthcare” on Friday.
events.linuxfoundation.org/r…#RMED23#rstats
reticulate v1.29 is now available on CRAN 🐍 #RStats
This release has major new features for ergonomics and diagnostics:
➕New Ops Group Generics for #Python objects
➕Enhanced Autocomplete Support, Dynamic Dots
➕Error and exception handling
Read more: posit.co/blog/reticulate-1-2…
Why do R & Python developers need shared infrastructure?
In a recent post on our blog, we explore this question along with the needs of R & Python developers, the cost of separate data science infrastructure, and a way forward for multilingual teams.
🔗 posit.co/blog/why-r-and-pyth…
ALT The text reads, "Why R & Python developers need shared infrastructure" against a green background with an illustrated Python in the background.
Our most recent article walks through how @PingTour deployed a model as an API for a customer-facing application using Posit Connect. 🏌️⛳
Walk through the 10 easy steps on our blog to learn how to get more out of Posit Connect 🚀
Blog -->posit.co/blog/using-r-in-pro…
Innovators at @PingTour in Phoenix, AZ, are changing the game of golf for the everyday golfer.
Introducing, A Game of Numbers, a short film and web experience about democratizing golf through data insights.
Watch the film → pos.it/ping
The vetiver #RStats package now has fluent support for deploying models to Amazon SageMaker.
⚡️Create a deployable model object w/ vetiver
⚡️Store the model object as a pin in an S3 bucket
⚡️ Run `vetiver_deploy_sagemaker()`
Read about the 0.2.1 release: posit.co/blog/vetiver-sagema…
How do you build data pipelines in R & Python?
On the Posit blog, we walk you through an example covering:
✔️Running the ETL process in R
⚡️Training and deploying a model in Python
📊Creating a Shiny for Python app serving real-time predictions
posit.co/blog/building-data-…
ALT Text reads, "Python made easy with Posit: Building data pipelines"
The purrr::walk() functions are useful for performing actions like writing files and printing plots.
See an example, with links to try it out on Posit Cloud!
#rstats#tidyverse