Pydantic (V2) - In-depth Starter Guide

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

Комментарии • 59

  • @ketanpurohit9086
    @ketanpurohit9086 Год назад +11

    i did your udemy course on Python and hands down it is the best for intermediate to advanced

  • @BrainiumAI
    @BrainiumAI 2 дня назад

    immediately recognized the voice from the Udemy courses, auto like/sub

  • @tannguyen_91
    @tannguyen_91 10 месяцев назад +1

    Very thanks to you, Fred, you save me a month for this video!

  • @shittydoctor2705
    @shittydoctor2705 8 месяцев назад +1

    More people should see your videos, you are great!

  • @gisleberge4363
    @gisleberge4363 12 дней назад

    Very well explained, thank you 🙂

  • @plashless3406
    @plashless3406 Месяц назад

    This is really awesome. I wish I could hug you.

  • @user-cs5fs3mu5o
    @user-cs5fs3mu5o Год назад +1

    Great, thanks you!
    Your courses and videos are the best, I like this "deep dive" approach

  • @robertmcdonnell2807
    @robertmcdonnell2807 4 месяца назад

    Many thanks for this excellent introduction

  • @ourgourmetkitchen1774
    @ourgourmetkitchen1774 10 месяцев назад +1

    I absolutely love your videos and your way of teaching.
    Is there a video on 'Great Expectations' library on your list in the upcoming future? I would love to hear your take on that.

    • @mathbyteacademy
      @mathbyteacademy  10 месяцев назад

      Thanks, glad you like the channel! No, no Great Expectations - in fact, I'd never heard of it until I read your comment :-)

  • @Adrian_Galilea
    @Adrian_Galilea Год назад +1

    Very informative, thanks!

  • @FirasShamasnehM
    @FirasShamasnehM 8 месяцев назад

    As usual, you are the best!

  • @m.nasirnaseh9481
    @m.nasirnaseh9481 8 месяцев назад

    ❤❤❤❤❤❤❤ u r the best sir

  • @abhi.isnt.awesome
    @abhi.isnt.awesome Год назад +3

    Hi Fred, I have covered all of your courses and they were awesome. Do you by chance plan to make courses on data science and machine learning as well

    • @mathbyteacademy
      @mathbyteacademy  Год назад +2

      Thanks, glad you liked them!
      I do not plan on courses on those topics - not my area of expertise.

  • @visheshpanchal306
    @visheshpanchal306 Год назад +2

    Can you create course on multi-threading, async-await, multiprocessing

  • @_ProveIt
    @_ProveIt Год назад

    Great video! I've almost finished your Fundamentals course, and you might be the best lecturer I've ever had.
    Are there any C++ courses you recommend?

    • @mathbyteacademy
      @mathbyteacademy  Год назад +1

      Thanks! I do not know about C++ courses - I learned C++ many years ago (and forgot most of it!), before online video courses were a thing, so not sure - hopefully someone on this channel has some recommendations?

  • @ipelezikis
    @ipelezikis 9 месяцев назад

    Awesome content!

  • @kenchang3456
    @kenchang3456 Год назад

    Way excellent video, thank you very much.

  • @priteshugrankar6815
    @priteshugrankar6815 Год назад

    Hi Fred, your Python Fundamentals course is pure gold!! Ive also purchased the deep dive courses. Is it best to go through the deep dive courses in the same order you've created meaning 1st through 4th? Also, can you please create a video on regular expressions for python?

    • @mathbyteacademy
      @mathbyteacademy  Год назад +1

      Thanks, glad you like the courses. No RegEx - I barely get by myself with regex :-)

  • @Omer698
    @Omer698 Год назад

    Currently doing your Python Fundamentals python course, really enjoying it. Will you ever do a SQL/data engineering course?

    • @mathbyteacademy
      @mathbyteacademy  Год назад +1

      Thanks, glad you like it!
      I have thought about SQL and data engineering - but not sure how much interest there is in SQL anymore - everyone seems to want to use ORMs (I don't, I happen to like SQL, and find it much easier to write complex queries than an ORM)

  • @neatcheese7283
    @neatcheese7283 Год назад

    Already bought your course and have started watching it. Thank you so much fred! Are you working on other udemy courses as well, say, on asyncio, unit testing, fastAPI etc?

    • @mathbyteacademy
      @mathbyteacademy  Год назад +4

      Thank you! Yes, that's the plan - pydantic -> asyncio -> FastAPI. Although, now that you mention it, unit testing might be a good one to put in that sequence as well.

    • @neatcheese7283
      @neatcheese7283 Год назад

      @@mathbyteacademy thanks again! Do you have any timeline for releasing the course on Asyncio on udemy? It would be really super helpful because the material on internet on asyncio is not that good honestly. Also, I think if you could a youtube series on Cpython internals would be awesome addition to your youtube channel!

    • @mathbyteacademy
      @mathbyteacademy  Год назад +2

      ​@@neatcheese7283 no timeline, no - just finished pydantic course, and I do have a day job too! 🙂 I did start creating materials for an async course a while back, but put it aside at the time for lack of time. Explaining async in a clear non-confusing manner is not easy. Thanks for the suggestion on internals.

    • @pocsgeza1711
      @pocsgeza1711 Год назад

      upvote for unit testing and any other course on testing@@mathbyteacademy

  • @DucLe-kg5hx
    @DucLe-kg5hx 10 месяцев назад

    This is the best introduction to Pydantic. It seems like the discount coupon link has expired. Can you please update it?

    • @mathbyteacademy
      @mathbyteacademy  10 месяцев назад +1

      Thanks! Glad you liked the video. Coupon code link has been updated.

  • @NoName-tj8dm
    @NoName-tj8dm Год назад

    I have taken 2 deep dive courses on python by you. I am really enjoying it. Do you have any plans for creating course on data structures and algorithms?

    • @mathbyteacademy
      @mathbyteacademy  Год назад +1

      I don't have any plans for a course on those topics at the moment. Glad you are enjoying the courses!

    • @NoName-tj8dm
      @NoName-tj8dm Год назад

      @@mathbyteacademy If you can suggest any good resources for data structure and algorithm that will be great help. Thanks in advance

    • @mathbyteacademy
      @mathbyteacademy  Год назад +1

      @@NoName-tj8dmMy goto reference is "Introduction to Algorithms" by Cormen, Leiserson, Rivest and Stein. I ran across another book recently that is Python specific: "Data Structures & Algorithms in Python" by Canning, Broder and Lafore - I have not had a chance to read it much, but maybe worth a try?

    • @NoName-tj8dm
      @NoName-tj8dm Год назад

      @@mathbyteacademy Thanks Fred for your help as always.

  • @maganzo
    @maganzo Год назад

    Fred, when will you release asynchronous Python deep dive?

    • @mathbyteacademy
      @mathbyteacademy  Год назад

      Sorry, I don't have a timeline for it yet.

    • @maganzo
      @maganzo Год назад

      Your series made me the developer I am today, you had a great impact on my professional life and I also learned from your linkedin that we attended the same university Strathclyde!

    • @mathbyteacademy
      @mathbyteacademy  Год назад +1

      Glad to hear the courses were useful! I have some very fond memories of my time in Glasgow and Strathclyde :-)

    • @maganzo
      @maganzo Год назад

      Do you use comprehensions in your code? They are supposedly pythonic and great, but I think they are hard to read, especially when you are trying to make your code language-agnostic. What do you think? Do you loop or comprehend?

    • @mathbyteacademy
      @mathbyteacademy  Год назад

      ​@@maganzo Comprehensions. They are pythonic, and not difficult to understand as long as they are not nested (I think twice about nested comprehensions, and usually split them up if that's the case) - how you format the comprehension code also makes it much simpler to read them (over multiple lines)

  • @paolo-e-basta
    @paolo-e-basta Год назад

    19:17

  • @carlosalexanderabantodiaz5465
    @carlosalexanderabantodiaz5465 Год назад

    When again actívate cupón😅