PyTexas
PyTexas
  • 161
  • 471 376
20 GOTO 10: How to Make Scrolling ASCII Art (Al Sweigart) - PyTexas 2024
20 GOTO 10: How to Make Scrolling ASCII Art
Scroll art is a form of animated ASCII art that beginners can make. Using loops, print(), and random numbers, you'll learn how to make a surprisingly wide variety of digital art within the constraints of text strings. You'll also learn about the history of ASCII art, computer education, and where to find inspiration for your own digital art.
Speaker: Al Sweigart
Al Sweigart is a software developer, artist, Fellow of the Python Software Foundation, and the author of Automate the Boring Stuff with Python and other programming books freely available under the Creative Commons license at inventwithpython.com.
มุมมอง: 463

วีดีโอ

PySecOps (Soundharya Khanapur and Shivani Shetty) - PyTexas 2024PySecOps (Soundharya Khanapur and Shivani Shetty) - PyTexas 2024
PySecOps (Soundharya Khanapur and Shivani Shetty) - PyTexas 2024
มุมมอง 805 หลายเดือนก่อน
PySecOps In today's interconnected world, securing web applications is more important than ever. This talk will explore the realm of web security vulnerabilities prevalent in Python Django applications and discuss effective DevSecOps practices to mitigate them. Speakers: Soundharya Khanapur & Shivani Shetty Soundharya Khanapur: I am a Masters student at NC State University and an ex-Software En...
System Design on Easy Mode (Loren Sands-Ramshaw) - PyTexas 2024System Design on Easy Mode (Loren Sands-Ramshaw) - PyTexas 2024
System Design on Easy Mode (Loren Sands-Ramshaw) - PyTexas 2024
มุมมอง 2185 หลายเดือนก่อน
System Design on Easy Mode You know those system design questions you get when interviewing for senior or staff eng roles? I love them. And while I won't solve them all for you, I will teach you an easy way to solve a large class of them. Speaker: Loren Sands-Ramshaw Loren is a author, having written a book on GraphQL, has worked as a consultant at various startups. They also participate in var...
Oh the (Methods) You Can (Make): By Dunder Seuss (Josh Cannon) - PyTexas 2024Oh the (Methods) You Can (Make): By Dunder Seuss (Josh Cannon) - PyTexas 2024
Oh the (Methods) You Can (Make): By Dunder Seuss (Josh Cannon) - PyTexas 2024
มุมมอง 2465 หลายเดือนก่อน
Oh the (Methods) You Can (Make): By Dunder Seuss You can make many methods Over 100 to be exact That start with two underscores What do you think of that? The runtime, it calls these At points A or B To do special magic At runtime, you see. You may have seen getattr or init But rfloordiv ? What's the point of it? Come take a quick tour, your mother won't mind And hear a talk that's one-of-a-kin...
Building Efficient Containers for Python Applications (Avik Basu) - PyTexas 2024Building Efficient Containers for Python Applications (Avik Basu) - PyTexas 2024
Building Efficient Containers for Python Applications (Avik Basu) - PyTexas 2024
มุมมอง 4255 หลายเดือนก่อน
Building Efficient Containers for Python Applications In recent years, containerization using tools like Docker has become a cornerstone for deploying applications efficiently. This talk focuses on techniques and best practices to build more efficient Docker images for Python in order to generate reproducible and quicker builds while reducing the image sizes at the same time. Speaker: Avik Basu...
Always Use Sets! (Andy Fundinger) - PyTexas 2024Always Use Sets! (Andy Fundinger) - PyTexas 2024
Always Use Sets! (Andy Fundinger) - PyTexas 2024
มุมมอง 3035 หลายเดือนก่อน
Always Use Sets! In this talk, we'll show how to use sets to improve the performance and clarity of our code. We'll even show non-set-like cases that gain enough performance by leveraging sets to make this approach worth some amount of extra complexity. Speaker: Andy Fundinger Andy Fundinger is a senior engineer at Bloomberg, where he develops Python applications in the Data Gateway Platform te...
Designing a Human-Friendly CLI for API-Driven Infrastructure (Oliver Rew) - PyTexas 2024Designing a Human-Friendly CLI for API-Driven Infrastructure (Oliver Rew) - PyTexas 2024
Designing a Human-Friendly CLI for API-Driven Infrastructure (Oliver Rew) - PyTexas 2024
มุมมอง 1235 หลายเดือนก่อน
Designing a Human-Friendly CLI for API-Driven Infrastructure As Bloomberg's infrastructure grows and evolves, the tools we use to manage it are becoming increasingly important. To streamline infrastructure management, our team set out to design a REST API and constituent CLI (Command Line Interface) that would comprise a single interface for both programmatic and human interaction with our infr...
Lightning Talks (Day 1) - PyTexas 2024Lightning Talks (Day 1) - PyTexas 2024
Lightning Talks (Day 1) - PyTexas 2024
มุมมอง 3045 หลายเดือนก่อน
Day 1 Keynote (Lynn Root) - PyTexas 2024Day 1 Keynote (Lynn Root) - PyTexas 2024
Day 1 Keynote (Lynn Root) - PyTexas 2024
มุมมอง 1195 หลายเดือนก่อน
Lynn Root is a Staff Engineer at Spotify and resident FOSS evangelist. She is a seasoned speaker on building and maintaining distributed systems, and is currently spearheading governance compliance for Spotify's ML/AI platform. Lynn is a global leader of diversity in the Python community, a member of the PyLadies Global Council, and the former Vice Chair of the Python Software Foundation Board ...
Lessons learned maintaining open source Python projects (Bernat Gabor) - PyTexas 2024Lessons learned maintaining open source Python projects (Bernat Gabor) - PyTexas 2024
Lessons learned maintaining open source Python projects (Bernat Gabor) - PyTexas 2024
มุมมอง 855 หลายเดือนก่อน
Lessons learned maintaining open source Python projects I started maintaining open source projects back in 2016 with tox. In 2018, I became a virtualenv maintainer. Today, this has now ballooned to 16 different packages where I'm the primary maintainer ( 6 other projects where I help out). On average, these packages get more than 360 million downloads each month. In this talk, I will share my e...
Sanely Working with Legacy Code (Joe Cabrera) - PyTexas 2024Sanely Working with Legacy Code (Joe Cabrera) - PyTexas 2024
Sanely Working with Legacy Code (Joe Cabrera) - PyTexas 2024
มุมมอง 785 หลายเดือนก่อน
Sanely Working with Legacy Code For many developers, they will inevitably have to work with legacy code at some point in their careers. It requires a different set of skills to navigate these codebases as opposed to greenfield code where you start with a clean slate. Join me in exploring techniques to approach legacy code including how to improve documentation, increase testing coverage, refact...
Iterate, Iterate, Iterate! (Moshe Zadka) - PyTexas 2024Iterate, Iterate, Iterate! (Moshe Zadka) - PyTexas 2024
Iterate, Iterate, Iterate! (Moshe Zadka) - PyTexas 2024
มุมมอง 1385 หลายเดือนก่อน
Iterate, Iterate, Iterate! The iteration protocol and generators are Python's power tools. Properly used, they allow for clearer code that is easier to debug and understand. The talk will cover the iteration protocol itself, generator functions and expressions, the itertools and more_itertools libraries, and how to use them to up your Python level. Speaker: Moshe Zadka Moshe has been involved i...
Anarchy to Order - Organizing assorted data with Python and LLMs (Jason Koo) - PyTexas 2024Anarchy to Order - Organizing assorted data with Python and LLMs (Jason Koo) - PyTexas 2024
Anarchy to Order - Organizing assorted data with Python and LLMs (Jason Koo) - PyTexas 2024
มุมมอง 575 หลายเดือนก่อน
Anarchy to Order - Organizing assorted data with Python and LLMs Bringing structure to chaotic, heterogeneous data is critical for fueling effective applications. This talk will show how to leverage LangChain in a Python application to take assorted file types and build a unified knowledge graph stored in a Neo4j database. Key takeaways will include: - How to ingest/import varied data file type...
Lightning Talks (Day 2) - PyTexas 2024Lightning Talks (Day 2) - PyTexas 2024
Lightning Talks (Day 2) - PyTexas 2024
มุมมอง 905 หลายเดือนก่อน
Working with Audio in Python feat. Pedalboard (Peter Sobot) - PyTexas 2024Working with Audio in Python feat. Pedalboard (Peter Sobot) - PyTexas 2024
Working with Audio in Python feat. Pedalboard (Peter Sobot) - PyTexas 2024
มุมมอง 4625 หลายเดือนก่อน
Working with Audio in Python (feat. Pedalboard) Python can do (nearly) anything, but using Python to work with audio has always been a complicated and messy affair. In this talk, we'll be going through how digital audio works, how Python can be used to play with audio data, and how a new library - Pedalboard - can help. Pedalboard is a simple, fast, and performant library for doing common audio...

ความคิดเห็น

  • @mujeerahmedx
    @mujeerahmedx 2 หลายเดือนก่อน

    Short, concise and speaker valued brevity over verbosity. I love this!

  • @sandeepdeshmukh9293
    @sandeepdeshmukh9293 5 หลายเดือนก่อน

    What are those websites provide the links in the description

  • @cryptotechcoder
    @cryptotechcoder 5 หลายเดือนก่อน

    Nice...

  • @zackmcnelly
    @zackmcnelly ปีที่แล้ว

    21:50 Steven SteelBurger 😝

  • @richardsifeanyi6766
    @richardsifeanyi6766 ปีที่แล้ว

    nice explanation

  • @EdwardVarner
    @EdwardVarner ปีที่แล้ว

    "What's __init__ for me?" is pretty witty 💪💪

  • @yacoubasylla7358
    @yacoubasylla7358 2 ปีที่แล้ว

    Thanks

  • @nikolastamenkovic7069
    @nikolastamenkovic7069 2 ปีที่แล้ว

    I would like to meet this guy.

  • @hingar
    @hingar 2 ปีที่แล้ว

    Excellent presentation. Thank you

  • @Duxfullmezzi
    @Duxfullmezzi 2 ปีที่แล้ว

    Sorry, could you suggest me how could I automatically run a Python Script ASAP my Raspberry Pi turns on by using Fabric library ? (implementing a kind of Plug&Play service)

  • @disculpa
    @disculpa 2 ปีที่แล้ว

    Great talk. I still need to figure out how to get a library to accept my object as list :)

  • @Number_Free
    @Number_Free 3 ปีที่แล้ว

    Very good! Any chance of an update? Thanks.

  • @thewatcherlollol
    @thewatcherlollol 3 ปีที่แล้ว

    Use it, great! Lol

  • @jt099
    @jt099 3 ปีที่แล้ว

    I have been using Nornir for a while to manage Cisco ASA's I have never been able to get this to work with Ansible. Great content!

  • @kardano.6114
    @kardano.6114 4 ปีที่แล้ว

    it's perfect.

  • @joshdijischneider
    @joshdijischneider 4 ปีที่แล้ว

    This is a good talk! Most of it is good best practices that extend beyond Python. One of the items that stuck out to me though was your comment about data serialized with Pickle. You make an excellent point about not knowing what's in there without deserializing it, and that can be a very big risk. I was rolling it around in my head, and I keep coming back to 2 approaches: 1) Somehow sign and CRC the data, so that you are checking source/trustworthiness before you deserialize. 2) Don't use pickle. Serialize to JSON, XML, or some other structured format that you can inspect and validate before load. Either way, some excellent food for thought!

  • @sivscripts860
    @sivscripts860 4 ปีที่แล้ว

    Slides: bit.ly/facade-pattern Accompanying blog post: alysivji.github.io/clean-architecture-with-the-facade-pattern.html

  • @soling19
    @soling19 4 ปีที่แล้ว

    +1

  • @hayleydenbraver4893
    @hayleydenbraver4893 4 ปีที่แล้ว

    Slides are here: tinyurl.com/HayleyPyTexas

  • @hayleydenbraver4893
    @hayleydenbraver4893 4 ปีที่แล้ว

    I am watching too, so feel free to ask me any questions. -Hayley

  • @parthaprateempatra4278
    @parthaprateempatra4278 4 ปีที่แล้ว

    well explained

  • @vigneshjeyaraman718
    @vigneshjeyaraman718 4 ปีที่แล้ว

    Thank you for explanation :).

  • @pw4827
    @pw4827 4 ปีที่แล้ว

    I miss 2017. People were allowed to sneeze in public back then.

  • @morib1613
    @morib1613 4 ปีที่แล้ว

    Another simple library for easy asynchronous and secure messaging would be aioconnectors. Full documentation here pypi.org/project/aioconnectors/ Short demo here th-cam.com/video/ZSoomtVcGxE/w-d-xo.html

  • @DoktoreBlah
    @DoktoreBlah 4 ปีที่แล้ว

    Really interesting talk, thanks for sharing!

  • @EnglishRain
    @EnglishRain 4 ปีที่แล้ว

    Wonderful seminar, thank you!

  • @jcramireztello
    @jcramireztello 4 ปีที่แล้ว

    this is helpful, Thank you

  • @ChristantoMaulanaAdityanugraha
    @ChristantoMaulanaAdityanugraha 4 ปีที่แล้ว

    Hi, any recommendation how I can use stopwords in indonesian language? I've been looking for it everywhere but there are still working progresses.

  • @Ankurkumar14680
    @Ankurkumar14680 4 ปีที่แล้ว

    Very informative, is it possible to share this code for learning purpose

  • @AlphaWatt
    @AlphaWatt 4 ปีที่แล้ว

    I thought that was a great way to simplify the concept of machine learning. With all the models/math/etc out there, it was getting hard to choose where to start. Thanks for posting.

  • @datmesay
    @datmesay 4 ปีที่แล้ว

    Is it me or at 14:50 Joon is using VIM to have a glance at the code generated by Emacs ?

  • @wisdom_wellness365
    @wisdom_wellness365 4 ปีที่แล้ว

    Very nice! I like it!

  • @anantharamaniyer9135
    @anantharamaniyer9135 4 ปีที่แล้ว

    Very useful talk. Thanks for this. I suppose these days with the introduction of Bokeh and Plotly you can build an entire app that takes data from raw format and pushes it to HDF5 using pandas apriori , build a GUI using Plotly and Dash which takes in user input and processes data from the HDF5 using pandas again and displays the result in an interactive webpage that can be shared across an organisation or pushed to the cloud too.

  • @zulhilmizainudin
    @zulhilmizainudin 4 ปีที่แล้ว

    Demo starts at 3:40. You're welcome.

  • @ishmeetbindra5428
    @ishmeetbindra5428 4 ปีที่แล้ว

    Pretty awesome talk!

  • @yongkangchia1993
    @yongkangchia1993 4 ปีที่แล้ว

    One of the best presentations ever on LDA Topic modelling. Simple but effective Illustrations. Thank you!

  • @meryemouikou2412
    @meryemouikou2412 4 ปีที่แล้ว

    Thank you very much for this Excellent presentation. Please could you share with us the presentation material? Many many THANKS Mark!

  • @deezedbj
    @deezedbj 4 ปีที่แล้ว

    Thanks for the video, could you please provide the git repo? Thanks

  • @CodeDreamer68
    @CodeDreamer68 4 ปีที่แล้ว

    Well done. Best 50 minutes I've spent learning docker.

  • @coders806
    @coders806 4 ปีที่แล้ว

    how can we use it in C++. As I am working on C++ and I have to do stemming in my program

  • @andreyshevchenko5925
    @andreyshevchenko5925 5 ปีที่แล้ว

    +

  • @alphaspice
    @alphaspice 5 ปีที่แล้ว

    Github link referenced: github.com/jeffk/PyTexas-BigQuery

  • @donha475
    @donha475 5 ปีที่แล้ว

    Really great talk. Very well explained. Well done mate!

  • @jackdairies2live400
    @jackdairies2live400 5 ปีที่แล้ว

    Good talk sir. In docker container... 😁

  • @jdschlichting
    @jdschlichting 5 ปีที่แล้ว

    Excellent presentation. Answers almost any question you'd have going into docker for the first time. Thanks for sharing!!!

  • @compphysgeek
    @compphysgeek 5 ปีที่แล้ว

    I like the "Python of text-management" .. made me lol

  • @cam_DA_Hawkdriver
    @cam_DA_Hawkdriver 5 ปีที่แล้ว

    It's funny, I found Mark's freakin awesome guestbook in the Docker Hub. Good job Mark!

  • @raghavatreya4533
    @raghavatreya4533 5 ปีที่แล้ว

    Link to presentation material ??

  • @kiron84
    @kiron84 5 ปีที่แล้ว

    Excellent, Mark. To the point and engaging!

  • @cipherxen2
    @cipherxen2 5 ปีที่แล้ว

    I was misreading "Pay Taxes" instead of "Py Texas"