PyCon 2017
PyCon 2017
  • 143
  • 1 521 218

Video

Kelsey Hightower - Keynote - Pycon 2017
zhlédnutí 31KPřed 7 lety
"Speaker: Kelsey Hightower Keynote Slides can be found at: speakerdeck.com/pycon2017 and github.com/PyCon/2017-slides"
Gothic Colors Using Python to understand color in nineteenth century literature PyCon 2017
zhlédnutí 4,8KPřed 7 lety
"Speakers: Eleanor Stribling, Caroline Winter Do you love literature and programming? Have you ever been curious about what the heck “Digital Humanities” are? Join us for a quick survey of what’s going on in this growing field and learn about a specific project, “Gothic Colors” where we set out to enumerate and analyze color references and mood in 19th century Gothic novels, using Python and a ...
Benny Bauer Python in The Serverless Era PyCon 2017
zhlédnutí 9KPřed 7 lety
"Speaker: Benny Bauer Serverless is the latest phase in the evolution of cloud development. Its building blocks are functions, a bunch of stateless “nano-services”, that can scale automatically and charged only when used. It enables teams to focus more on development while having fully managed servers. In this talk I'll cover the Serverless Architectures practices, use cases, tooling and the ro...
Mary Nagle Piecing it Together A beginner's guide to application configuration PyCon 2017
zhlédnutí 9KPřed 7 lety
"Speaker: Mary Nagle Assembling all the necessary setup for an application you’re building can often be more frustrating than writing the app itself. Learning to do this well is difficult, especially for those who are new to Python and might not know where to begin or what questions to ask. While there is no “right way” to set up a development environment or application, understanding the compo...
Tim Head Look mum no hands! From blinking LEDs to a bike speedometer with MicroPython PyCon 2017
zhlédnutí 4,3KPřed 7 lety
"Speaker: Tim Head In this talk I will show you how to use a micro-controller to build a wifi enabled speedometer for your bike, using MicroPython. And some hardware. And a bike (maybe). I will introduce you to the world of MicroPython: a python distribution that runs on micro-controllers. Micro-controllers are small computers that are all around us: in cars, TVs, and your internet connected fr...
Sam Agnew Hacking Classic Nintendo Games with Python PyCon 2017
zhlédnutí 12KPřed 7 lety
"Speaker: Sam Agnew Do you feel like using your superpowers as a developer to bring the games of your childhood into the future with the power of the Internet? In this live coded journey, we'll build an SMS powered ""Game Genie"" allowing the audience to send text messages to manipulate the Nintendo games being played in real time. This will involve working with Flask, the Twilio API, the FCEUX...
Eric Evenchick Hacking Cars with Python PyCon 2017
zhlédnutí 15KPřed 7 lety
"Speaker: Eric Evenchick Modern cars are networks of computers, and a high end vehicle could have nearly 100 different computers inside. These devices control everything from the engine to the airbags. By understanding how these systems work, we can interface with vehicles to read data, perform diagnostics, and even modify operation. In this talk, we'll discuss pyvit, the Python Vehicle Interfa...
Christopher Fonnesbeck Probabilistic Programming with PyMC3 PyCon 2017
zhlédnutí 13KPřed 7 lety
"Speaker: Christopher Fonnesbeck Bayesian statistics offers robust and flexible methods for data analysis that, because they are based on probability models, have the added benefit of being readily interpretable by non-statisticians. Until recently, however, the implementation of Bayesian models has been prohibitively complex for use by most analysts. But, the advent of probabilistic programmin...
Christine Waigl The Next Step Finding Model Parameters With Random Walks PyCon 2017
zhlédnutí 2,2KPřed 7 lety
"Speaker: Christine Waigl The statistician John Tukey who designed the box plot and coined the term ""bit"" wrote: ""An approximate answer to the right problem is worth a good deal more than an exact answer to an approximate problem"". Python has become one of the major languages for statistical data analysis, not least because of the expressiveness of the language itself and the availability o...
Eric J Ma Bayesian Statistical Analysis with Python PyCon 2017
zhlédnutí 20KPřed 7 lety
"Speaker: Eric J. Ma You've got some data, and now you want to analyze it with Python. You're on your way to greatness! Now the problem comes: do I do the t-test? Chi-squared test? How do I decide? In this talk, inspired by many Pythonista Bayesians (@jakevdp, @allendowney, @twiecki, @fonnesbeck) before, I will show you how you can take common statistical decision problems, formulate them as a ...
Miguel Grinberg Asynchronous Python for the Complete Beginner PyCon 2017
zhlédnutí 122KPřed 7 lety
"Speaker: Miguel Grinberg With the introduction of the asyncio package in Python 3.4, you can hear lots of people talking about asynchronous programming, most in a favorable way, some not so much. In this talk, I will tell you what this async fever is about and what can it do for you that regular Python can't, not only with asyncio, but also with other frameworks that existed long before it. Sl...
Barry Warsaw aiosmtpd A better asyncio based SMTP server PyCon 2017
zhlédnutí 3,4KPřed 7 lety
"Speaker: Barry Warsaw smtpd.py has been in the standard library for many years. It's been a common tool for deploying SMTP and LMTP servers that handle email-based communication in Python, providing both basic protocol implementations and a fundamental module for higher level tools, such as lazr.smtptest for testing email clients. Based on asyncore and asynchat, smtpd.py is showing its age, an...
Yury Selivanov asyncawait and asyncio in Python 3 6 and beyond PyCon 2017
zhlédnutí 20KPřed 7 lety
"Speaker: Yury Selivanov The talk overviews async/await, asynchronous generators and comprehensions in Python 3.6 and the asyncio module. We'll discuss when and how asyncio should be used in a modern applications and services, what is uvloop, and what asyncio frameworks and libraries one should use. I'll share our ideas about where asyncio is headed and what to expect in Python 3.7. Slides can ...
Dave Forgac Share Your Code! Python Packaging Without Complication PyCon 2017
zhlédnutí 15KPřed 7 lety
"Speaker: Dave Forgac If you want people to use your code you should package it! You may have heard that packaging is hard but the Python packaging ecosystem has evolved a lot over the years. Taking your beautiful code and sharing it with the world is complex but it doesn't have to be complicated. In this talk you will learn how to take advantage of modern tooling and practices so you can get b...
Amit Ramesh, Qui Nguyen Building Stream Processing Applications PyCon 2017
zhlédnutí 4,4KPřed 7 lety
Amit Ramesh, Qui Nguyen Building Stream Processing Applications PyCon 2017
Sam Kitajima Kimbrel One Data Pipeline to Rule Them All PyCon 2017
zhlédnutí 6KPřed 7 lety
Sam Kitajima Kimbrel One Data Pipeline to Rule Them All PyCon 2017
Education Summit Morning 2017 05 18
zhlédnutí 1KPřed 7 lety
Education Summit Morning 2017 05 18
Education Summit Afternoon Room A105 2017 05 18
zhlédnutí 1,2KPřed 7 lety
Education Summit Afternoon Room A105 2017 05 18
Education Summit Afternoon Room A106 Part01
zhlédnutí 599Před 7 lety
Education Summit Afternoon Room A106 Part01
Al Sweigart Yes, It's Time to Learn Regular Expressions PyCon 2017
zhlédnutí 39KPřed 7 lety
Al Sweigart Yes, It's Time to Learn Regular Expressions PyCon 2017
Jiaqi Liu Fuzzy Search Algorithms How and When to Use Them PyCon 2017
zhlédnutí 7KPřed 7 lety
Jiaqi Liu Fuzzy Search Algorithms How and When to Use Them PyCon 2017
Lightning talks May 20th, 2017 Evening session session
zhlédnutí 2,4KPřed 7 lety
Lightning talks May 20th, 2017 Evening session session
Paul Everitt, Guido van Rossum Panel Discussion PyCon 2017
zhlédnutí 8KPřed 7 lety
Paul Everitt, Guido van Rossum Panel Discussion PyCon 2017
Lightning talks May 21th, 2017 Morning session
zhlédnutí 1,4KPřed 7 lety
Lightning talks May 21th, 2017 Morning session
Filipe Pires Alvarenga Fernandes Community powered packaging conda forge PyCon 2017
zhlédnutí 805Před 7 lety
Filipe Pires Alvarenga Fernandes Community powered packaging conda forge PyCon 2017
PSF Community Service Awards
zhlédnutí 216Před 7 lety
PSF Community Service Awards
David Dumas Python for mathematical visualization a four dimensional case study PyCon 2017
zhlédnutí 8KPřed 7 lety
David Dumas Python for mathematical visualization a four dimensional case study PyCon 2017
Jake VanderPlas The Python Visualization Landscape PyCon 2017
zhlédnutí 54KPřed 7 lety
Jake VanderPlas The Python Visualization Landscape PyCon 2017
Jean Baptiste Aviat Writing a C Python extension in 2017 PyCon 2017
zhlédnutí 7KPřed 7 lety
Jean Baptiste Aviat Writing a C Python extension in 2017 PyCon 2017

Komentáře

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

    Classic no-nonsense Trey!!

  • @Vitor-np7zi
    @Vitor-np7zi Před měsícem

    this same example that he give of dictonary comprenration, happened with me, i wondered "existis dictonary comprerrantion? and YES exists, is very crazy watching this video and this exact example fits in my the reality

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

    Excellent presentation!

  • @user-tv9gk8df1u
    @user-tv9gk8df1u Před 3 měsíci

    👍

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

    Where can I acquire this hardware?

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

    Slides at www.dropbox.com/s/5wxmeffrm1i5zqw/Pycon2017CompactDictTalk.pdf?e=1&dl=0

  • @user-mb1jf2kl3s
    @user-mb1jf2kl3s Před 8 měsíci

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

    Our Messiah

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

    If you run the script about instance dictionaries at begining in Python 3.11, it will print [280, 280, 280], it is same as Python 2.7, what happened?

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

    great job, nice explanations, thank you for this unique content!

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

    the slides : tinyurl.com/DSP17Tut github.com/AllenDowney/ThinkDSP

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

    I have learnt much more things from this video.

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

    Bro is funny😂😂. Keept me engaged for sure👍💯

  • @rohullahalavi
    @rohullahalavi Před rokem

    like

  • @hannahnelson4569
    @hannahnelson4569 Před rokem

    This has opened my eyes to the value of an python as an open sharable platform for practical and research computation.

  • @lator1941
    @lator1941 Před rokem

    I read 5 articles and it wasn't until I watched this that I had deep understanding of the concept

  • @mehdi-vl5nn
    @mehdi-vl5nn Před rokem

    I did not give it a like only because he did give totally wrong info on MVC , extremely false information

  • @_elkd
    @_elkd Před rokem

    I saw this talk I think in 2019 and it changed my life as Kelsey says the community is exceptional

  • @youvanced6593
    @youvanced6593 Před rokem

    Why can't I do web stuff with the multiprocessing library and what is the alternative? Let's say I computer that needs to run a python project that is both a Flask server and also does multiprocessing actions

  • @_chynkm
    @_chynkm Před rokem

    Simple and efficient

  • @dwilliams42170
    @dwilliams42170 Před rokem

    Please help this is what I’m wanting to do

  • @_elkd
    @_elkd Před rokem

    It is so amazing that the scientific community has been behind Python from the go. Johnson Space Center, Geological Survey, CNRI, I mean. Some folks be like oh it's the 2006-11 machine learning comeback.

    • @_elkd
      @_elkd Před rokem

      I forgot NIST 😁

  • @shashishekhar----
    @shashishekhar---- Před rokem

    You are awesome Miguel, seldom have I seen such complex things explained and put into perspective this easily, take care and god bless you and your family.

  • @youknowmyname12345
    @youknowmyname12345 Před rokem

    Jake’s PyCon talks are the best primers to any Python topic. He’s a great teacher!

  • @shikharupadhyay7435

    Great video....

  • @thepackbot
    @thepackbot Před rokem

    Studying for Cisco DevNet ASC and needed this. Thanks!

  • @FishTankEnjoyer
    @FishTankEnjoyer Před rokem

    This woman is talking like a child.

  • @duongkstn
    @duongkstn Před 2 lety

    thanks for sharing

  • @paulallen1597
    @paulallen1597 Před 2 lety

    Really good. Maybe not "gentle" for people who have NO former introduction to the topic, but she only has so much time to cover this area. If you want a "gentler" introduction ... try Grant Sanderson's (aka 3B1B) series: czcams.com/play/PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi.html

  • @paulallen1597
    @paulallen1597 Před 2 lety

    Al Sweigart always has great talks. Thanks Al!!!!!

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w Před 2 lety

    But how was practical equivalence set?

  • @kiyotaka627
    @kiyotaka627 Před 2 lety

    From APIStar to FastAPI the thought process is beautiful. thanks to Tom and Sebastian we can now write beautiful backend code

  • @yt-1161
    @yt-1161 Před 2 lety

    Talks like Raymond Hettinger

  • @xxTheLeader15xx
    @xxTheLeader15xx Před 2 lety

    Clear and easy to understand, nicely formatted presentation and well spoken. Thank you!

  • @manoharchowdary1478
    @manoharchowdary1478 Před 2 lety

    Amazing talk, very informative..

  • @adamzerner5208
    @adamzerner5208 Před 2 lety

    Slides: speakerdeck.com/pycon2017/erik-rose-constructive-code-review

  • @loveyou-pi5gj
    @loveyou-pi5gj Před 2 lety

    1:46:14

  • @Chandelier-o9n
    @Chandelier-o9n Před 2 lety

    评论👍支持

  • @PaulFWatts
    @PaulFWatts Před 2 lety

    I’m a bit late to the game as I’m watching this in 2022 but really enjoyed your talk. It has inspired me on a number of fronts! Thanks Amjith.

  • @SmartManoj
    @SmartManoj Před 2 lety

    czcams.com/video/iG6fr81xHKA/video.html 1hour + 55 second (Last game's Opponent's last move)

  • @visintel
    @visintel Před 2 lety

    Good talk: "This is challenging but you can do it" Bad talk: "It's not as easy as it looks, trust me, my job is very hard. Also, in case I haven't mentioned for the past 30 minutes, I am from NYC"

  • @9assahrasoum3asahboou87

    fathi medos fez said thank you so much

  • @nathantoulbert4406
    @nathantoulbert4406 Před 2 lety

    The ONLY command you need is `man'! XD

  • @fringefringe7282
    @fringefringe7282 Před 2 lety

    After listening this talk I still dont know what async/await actually IS.

  • @futurepython6774
    @futurepython6774 Před 2 lety

    python/django/mysql新教程: python基础:czcams.com/video/g6RnSRDjd5M/video.html

  • @juliocardenas4485
    @juliocardenas4485 Před 2 lety

    Beautiful

  • @rschalch
    @rschalch Před 2 lety

    This video is so great but we cannot find the repos anymore

  • @CodersField
    @CodersField Před 2 lety

    Informative

  • @niceday2015
    @niceday2015 Před 2 lety

    Great talk, I learn quite a lot from that. Thank you!

  • @cinedoodles905
    @cinedoodles905 Před 2 lety

    Great talk. Thank you