Six Feet Up
Six Feet Up
  • 687
  • 611 176
AI Powered by Python
Join IndyPy hosted a panel discussion featuring AI experts, moderated by Calvin Hendryx-Parker, Six Feet Up CTO and AWS Hero. We’ll dive into the evolving landscape of AI, explore Python's pivotal role in modern AI solutions, and uncover effective strategies for AI deployment.
Panelists included:
- Glenn Franxman, Senior Developer at Six Feet Up
- Troy Kelley, VP of Delivery at E-gineering
- Kyler Nunery, CEO of Butter Coding
- Jordan Thayer, AI Strategist at SEP
This session is perfect for anyone interested in understanding the intersection of AI and Python, from beginners to seasoned professionals. Engage with leading experts as they share insights on how AI is transforming software development and what this means for the future of technology.
zhlédnutí: 70

Video

Six Feet Up 25th Anniversary
zhlédnutí 39Před 21 dnem
How are you tackling game-changing ideas? As we reflect on the past 25 years, we challenge you to innovate with purpose and build solutions that make a positive impact on the world. Discover how your project can benefit from our commitment to big-picture thinking, rigorous processes, and collective intelligence. Learn how you can gain a competitive edge by leveraging our continued innovation in...
Eclipse Insights: How AI is Transforming Solar Astronomy
zhlédnutí 220Před 3 měsíci
"Eclipse Insights: How AI is Transforming Solar Astronomy" by Jack Reynolds, Machine Learning Engineer and Amateur Astronomer In preparation for the total solar eclipse that will pass over Indiana on April 8, 2024, Jack Reynolds, Machine Learning Engineer and Amateur Astronomer, explored the dynamic realm of solar astronomy, spotlighting the transformative impact of AI and Python. This IndyPy t...
Advanced Models & AI... For Dummies
zhlédnutí 244Před 5 měsíci
"Advanced Models & AI... For Dummies" by Jonathan Nowacki (Adjunct Professor of Data Science at Butler University) Whether you're just starting your journey into the world of AI, or you're a seasoned programmer, this event is for you. We'll break down the concepts of neural networks in a way that anyone with a high school education can grasp. For professionals who consult with companies or coll...
Innovate with AI: Build ChatGPT-like Apps
zhlédnutí 800Před 8 měsíci
"Innovate with AI: Build ChatGPT-like Apps" by Calvin Hendryx-Parker (Six Feet Up CTO) and Brad Fruth (Beck’s Hybrids Director of Innovation) Do you want to unlock the potential of AI and Large Language Models (LLMs) by creating your own ChatGPT-like applications? Six Feet Up worked with Beck’s Hybrids, a seed company dedicated to helping farmers succeed, to do just that. 🌳 The app insights giv...
Saving Money in the Cloud with Cloud Custodian
zhlédnutí 84Před 9 měsíci
"Saving Money in the Cloud with Cloud Custodian" by Kapil Thangavelu, Co-Founder and CTO at Stacklet Do you use public cloud? Do you want to save money? Do you like being secure? Learn how Cloud Custodian - an open-source Python project in the Cloud Native Compute Foundation (CNCF) that provides a governance as code tool - can help you optimize and secure your public cloud environments.
Unleashing K8s Capabilities through Python
zhlédnutí 132Před 10 měsíci
"Unleashing K8s Capabilities through Python" The Python Kubernetes Client is a crucial tool for developers seeking efficient and seamless interactions with Kubernetes clusters. This concise exploration delves into the capabilities of the client, demonstrating its utility in deploying, scaling, and managing applications within Kubernetes. From querying cluster resources to handling configuration...
Sixie Summer Retreat 2023
zhlédnutí 128Před 11 měsíci
Sixies from around the globe gathered - both in-person and remotely - for Six Feet Up’s third annual retreat. The June 2023 retreat, hosted in Fishers, IN featured home-cooked meals, fire pit conversations, relaxing boat rides and several days of Sixies coming together to work on the business, as opposed to in the business. Together, the team set goals; identified, discussed and solved (IDSed) ...
Full Stack Python
zhlédnutí 822Před 11 měsíci
"Full Stack Python" If you want to build a dynamic, modern web app these days, you'd assume that you need a front-end JavaScript framework like React or Vue to bring your app to life. That stinks for Pythonistas because we'd need to cross into a different stack. However, thanks to HTMX, we can develop full-stack Python web apps! HTMX is an awesome library that provides custom HTML attributes to...
SOCIAL: Reduce your Carbon Footprint with Home Automation 🌳
zhlédnutí 143Před rokem
SOCIAL: Reduce your Carbon Footprint with Home Automation 🌳 by Calvin Hendryx-Parker @ Six Feet Up Reducing our carbon footprint is an important step in addressing climate change. From reducing energy consumption to water usage to supporting renewable energy and climate policies, join us as we find out more ways to reduce our carbon footprint. Climate tech 🌳 series, where speakers will discuss ...
TUTORIAL: We've "REST"ed long enough -- let's have an API adventure!
zhlédnutí 270Před rokem
TUTORIAL: We've "REST"ed long enough let's have an API adventure! by W. Ian Douglas @ Postman Many developers are familiar with consuming/designing RESTful APIs, but what about building and consuming GraphQL and gRPC APIs? What about event-driven or asynchronous APIs? What are the benefits and technical limitations of each? Let's go down the rabbit hole and explore some of these API types. Ther...
The Importance of Visuals in Teaching Python and Reducing Bias
zhlédnutí 101Před rokem
The Importance of Visuals in Teaching Python and Reducing Bias by Tadeh Hakopian Coding can be taught line by line but not everyone is comfortable with purely text and logic based explanations of coding. The current status quo is to teach showing lines of code with inputs and outputs however a lot of visual learners aren’t going to easily grasp that. What if there was a way to communicate the c...
App Security Does Not Need To Be Fun: Ignoring OWASP To Have A Terrible Time
zhlédnutí 103Před rokem
App Security Does Not Need To Be Fun: Ignoring OWASP To Have A Terrible Time by Dwayne McDaniel @ GitGuardian Feeling lonely in security? Did you know there is an awesome nonprofit community of security-focused professionals who have done a lot of work making it straightforward to correctly design and implement secure apps: Open Web Application Security Project, aka OWASP! Everyone loves gettin...
TUTORIAL: Async Python, Good it is
zhlédnutí 1,9KPřed rokem
TUTORIAL: Async Python, Good it is by Rob Richardson Have you loved async & await in JavaScript and other languages? Wished you could add it to your Python? async.io is here! Now with async & await we can think synchronously and run asynchronously. But there's some sharp edges and edge cases. Let's look at how easy it is to do multiple tasks at once, and how we collect all the results. We'll al...
Optimizing Django deployments with a Continuous Observability Strategy
zhlédnutí 139Před rokem
Optimizing Django deployments with a Continuous Observability Strategy by Chad Carlson @ Platform.sh When applications fall short of performance expectations - they are consuming too much memory, response times increase, etc. - it can be tempting to increase the resources in the environment to respond. At the heart of the issue is application performance, and what's missing is comprehensive str...
Software Best Practices for Data Pipelines: Form Energy's Multi-Day Storage R&D Pipeline 🌳
zhlédnutí 87Před rokem
Software Best Practices for Data Pipelines: Form Energy's Multi-Day Storage R&D Pipeline 🌳
Modern typed python: dive into a mature ecosystem from web dev to machine learning
zhlédnutí 184Před rokem
Modern typed python: dive into a mature ecosystem from web dev to machine learning
Debugging Schrödinger's App
zhlédnutí 68Před rokem
Debugging Schrödinger's App
Faster, Smarter Climate Mitigation Using Python 🌳
zhlédnutí 55Před rokem
Faster, Smarter Climate Mitigation Using Python 🌳
Protecting Sensitive Data and Models for Machine Learning
zhlédnutí 52Před rokem
Protecting Sensitive Data and Models for Machine Learning
Using AWS Artificial Intelligence services with Python
zhlédnutí 127Před rokem
Using AWS Artificial Intelligence services with Python
A few myths about GraphQL
zhlédnutí 149Před rokem
A few myths about GraphQL
Lightning Talk: Impactful Missions - Get on Board
zhlédnutí 27Před rokem
Lightning Talk: Impactful Missions - Get on Board
KEYNOTE: ClimateTech and the Future of the Planet 🌳
zhlédnutí 90Před rokem
KEYNOTE: ClimateTech and the Future of the Planet 🌳
Simplifying Real-Time ML Pipelines with Quix Streams: An Open Source Python Library for ML Engineers
zhlédnutí 219Před rokem
Simplifying Real-Time ML Pipelines with Quix Streams: An Open Source Python Library for ML Engineers
The Five Stages of Leadership: The Journey from Coding to Leading 🧭
zhlédnutí 58Před rokem
The Five Stages of Leadership: The Journey from Coding to Leading 🧭
Regress to Progress: A Child’s Mindset for Growth
zhlédnutí 20Před rokem
Regress to Progress: A Child’s Mindset for Growth
Why you should contract test your Microservices 🧭
zhlédnutí 206Před rokem
Why you should contract test your Microservices 🧭
Lightning Talk: Data Science - What Can Go Wrong with Carbon Footprint Calculations
zhlédnutí 29Před rokem
Lightning Talk: Data Science - What Can Go Wrong with Carbon Footprint Calculations
KEYNOTE: No Holds Barred Web Framework Battle
zhlédnutí 290Před rokem
KEYNOTE: No Holds Barred Web Framework Battle

Komentáře

  • @alexlotion5055
    @alexlotion5055 Před 16 dny

    been watching 1.5 hours for them unions and what a shame. Besides that very useful stuff, tnx!

  • @Techfieldday
    @Techfieldday Před 19 dny

    A great team solving hard problems - that's one reason we love Six Feet Up!

  • @KunalDod
    @KunalDod Před 25 dny

    so can you tell me how we connect AWS IOT Core to backend Flask Server

  • @liviugeorge9103
    @liviugeorge9103 Před 26 dny

    at 1:07:40 the bs hit the fan. no way to see what is there, no explanation of why, how he is concatenating two conditions in search.

  • @liviugeorge9103
    @liviugeorge9103 Před 26 dny

    that's why one does not do tutorials on pages that can change in time. duckduck changed. no more id for search, tutorial go down before beggining.

  • @toxfux
    @toxfux Před měsícem

    Excelent, Thanks!

  • @stoobe
    @stoobe Před měsícem

    What an amazing deep dive. thanks!

  • @MrHazhirhajian
    @MrHazhirhajian Před měsícem

    Could you please share the github repository link?

    • @sixfeetupcorp
      @sixfeetupcorp Před 25 dny

      Here's the link: github.com/calvinhp/2023_PythonWebConf_TooBigforDAGFactories

  • @ray-rayaborigine3580
    @ray-rayaborigine3580 Před měsícem

    C BOccccbccccccc🎉cab😢

  • @ujjwalm29
    @ujjwalm29 Před měsícem

    Delete the entire SQLAlchemy documentation and just paste a link of this video

  • @TheLinkrs
    @TheLinkrs Před 2 měsíci

    which lib did he use for slides?

  • @palmwineguy
    @palmwineguy Před 2 měsíci

    What is the advantage of doing this instead of using settings.py the traditional and original way of setting up the db?

    • @sixfeetupcorp
      @sixfeetupcorp Před 2 měsíci

      The cookie cutter is much more than opinions on settings, but it also includes opinions on deployment and some base Django apps that we typically use on all of our projects. If you look at the latest version (renamed scaf) you can see we now have Kubernetes support plus more things coming like infrastructure setup via Terraform.

  • @xlugo9734
    @xlugo9734 Před 3 měsíci

    How can I add Dublin Core metadata?

  • @krishnakumardubey5069
    @krishnakumardubey5069 Před 3 měsíci

    Htmx is personally made for python users. We don't have time to waste writing js for frontend 😂

  • @Alim-150
    @Alim-150 Před 4 měsíci

    I just watch your videos. Your content is just amazing. But you need to optimize ( SEO ) your videos to get more views, likes, and subscribers to your videos according to your targeted country. If you want I'll help you.

  • @samuelkatz2463
    @samuelkatz2463 Před 4 měsíci

    So many legendary snippets in this: "First of all, you hated math class, I'm not sure you've met math" There are heaps too many to log here, happy learning! Thank you @AndyHarrisProgramming ! & @sixfeetupcorp

  • @clampaste1198
    @clampaste1198 Před 5 měsíci

    This is so cool

  • @adaum79
    @adaum79 Před 5 měsíci

    Hi, I'm having trouble running the source code used in this video (specifically when running "pip install ."); Anyone else having this problem? From what I can understand, there is some configuration to be done in pyproject.toml

  • @YaacovAttias
    @YaacovAttias Před 5 měsíci

    Super helpful stuff, thank you!

  • @MrArsenal1414
    @MrArsenal1414 Před 5 měsíci

    WOW! I have been working with raw sql - this totally blew my my mind 10/10 brilliant stuff. They should start teaching this in kindergarten.

  • @YM-yk8oo
    @YM-yk8oo Před 5 měsíci

    Thank you so much for developing this wonderful open source. I am learning programming. I will create a video platform in Japan, but it seems that mediaCMS is not yet popular in Japan. is it possible to process mediaCMS with Python or JavaScript and add ads and payment functions?

  • @watchandenjoy1043
    @watchandenjoy1043 Před 6 měsíci

    Anyone know how to get the slides

  • @PunkerNinetySix
    @PunkerNinetySix Před 6 měsíci

    Legit smile across my face when he said: "If you don't like failure then you're in the wrong business." After much time spent searching for the "right" entry point as a beginner, I have never felt more confident that this is THE correct approach. Love this lecture.

  • @praneethvvs2806
    @praneethvvs2806 Před 6 měsíci

    This video is exceptional, saved a ton of time for me. Thankyou for your effort in compiling all this information together 🙌

  • @andrewvalenski921
    @andrewvalenski921 Před 6 měsíci

    That dude around 20:00 rEaLLy Cares about CapItaLizAtioN A LOT 😂 Great presentation, do you have any additional resources on CherryPy?

  • @keshavmishra2397
    @keshavmishra2397 Před 6 měsíci

    What is used to create the slides?

  • @mj2068
    @mj2068 Před 7 měsíci

    you know you can trust a guy when his slides are in terminal. and thanks, mike.

  • @SmashPhysical
    @SmashPhysical Před 8 měsíci

    Good video, annoying crowd.

  • @aswathvanan3833
    @aswathvanan3833 Před 8 měsíci

    does it supports async/await

  • @2-ddesign172
    @2-ddesign172 Před 8 měsíci

    You mixed up left-right in your audio book.

  • @GrumpyDave1
    @GrumpyDave1 Před 8 měsíci

    You know when you are just learning something and the subject matter is so overwhelming (Python as much as SQLAlchemy). You chance upon someone that has such a brilliant understanding and conveys things clearly and logically and yet almost everything goes over your head. As you watch it again, more sinks in. The more you delve, the more appreciative you are of the elegance of the presenters execution. Mike Bayer is such a speaker and I thank him for being there at the beginning of my journey.

    • @mj2068
      @mj2068 Před 7 měsíci

      felt that

    • @kosmonautofficial296
      @kosmonautofficial296 Před 5 měsíci

      He 100% he is saving me right now. Went through a SQL book and tried to read through the docs a few times but watching this twice really has it make more sense. Now it is getting easier to read the docs.

  • @redeux
    @redeux Před 8 měsíci

    Please add links to the description. I tried to add them as a comment but my comment was flagged/removed. tutorial repo (0:20) and "ridiculously important links" 4:31 Thanks for the tutorial Mike!

  • @funenglish8128
    @funenglish8128 Před 8 měsíci

    why you used page object here , while you usually promoting screenplay?

  • @jarjarklinks
    @jarjarklinks Před 9 měsíci

    Why is the documentation so poor?

  • @timbrap4693
    @timbrap4693 Před 9 měsíci

    This was very resourcefull, mucho gracias

  • @senseikoudai6186
    @senseikoudai6186 Před 9 měsíci

    Where can I find out about the chapter you had to skip at the end? Was honestly one of the most interesting topics for me and was a bit sad that the time ran out.

  • @aharongina5226
    @aharongina5226 Před 9 měsíci

    thumb down, for sure

  • @user-ne7vs2st2g
    @user-ne7vs2st2g Před 9 měsíci

    Thank you for stating the conversation where you did to ensure .level setting the conversation effectively

  • @udaym4204
    @udaym4204 Před 10 měsíci

    i feel good if he done real word small project things get more clear instead explain only . i try to learn but not able to find right solution if any buudy help.

  • @udaym4204
    @udaym4204 Před 10 měsíci

    Thanks mike but need to imporve documentation part of sqlalchemy

    • @funkindy
      @funkindy Před 3 měsíci

      What do you mean? The SQLAlchemy docs are brilliant in my opinion. Very detailed, all the edge cases covered.

  • @chriskeo392
    @chriskeo392 Před 10 měsíci

    What happened to has_table()? That doesn't work anymore

  • @finologgy
    @finologgy Před 10 měsíci

    this video is help me a lot in my project thank you so much 🥰

  • @goonbreathfpv
    @goonbreathfpv Před 10 měsíci

    This is really really helpful thanks

  • @ThomasVanhelden
    @ThomasVanhelden Před 10 měsíci

    Thank you so much for this great tutorial!

  • @magnificoas388
    @magnificoas388 Před 10 měsíci

    very nice tuto thx!

  • @josvandenanjerklucht
    @josvandenanjerklucht Před 11 měsíci

    kek @ informing big tech to gather more data FU SPIES

  • @ankgto
    @ankgto Před 11 měsíci

    thank you for sharing 🙏 is there any docs on api you show, is it possible to register new user in same manner?

  • @mikegraziano5142
    @mikegraziano5142 Před 11 měsíci

    Hi MIke, Thanks for the great tutorials as I try to absorb as much SQLAlchemy as possible. I came from a Java background where I used MyBatis as my ORM and loved it. On that note, I have a question. I want to issue raw SQL and have SQLAlchemy's ORM capability populate a collection of objects. That may not be pythonic, but I'd like to know how to do it with declarative mapping. Is it possible and, if so, I'd love to see an example. Thx & rgds mjg

  • @Saphyel
    @Saphyel Před 11 měsíci

    I agree about using pyproject and lock files and PDM is really better than poetry getting dependencies, it's a shame PIP only feels like a package downloader ignoring matedata, etc... DockerPodman handles way better the env than venv

  • @bencris510
    @bencris510 Před 11 měsíci

    Hello, where can I download the Slideshow