How to become a Better Python Programmer?

Поделиться
HTML-код
  • Опубликовано: 15 май 2024
  • How can you quickly become a better Python programmer?
    🔥 STEF'S DEVELOPER BOOTCAMP AND MENTORING PROGRAM
    unclestef.com/
    🔥 JOIN STEF'S 'CODER'S CAREER PATHS' NEWSLETTER:
    newsletters.stefanmischook.co...
    🔥 FREE: LIZARD WIZARD KOMODO - TRANSFORMATIONAL MIND TRAINING:
    newsletters.stefanmischook.co...
    *************
    Channel Discord Server: / discord
    WEB HOST PAYS FOR YOUR WEB DESIGN TRAINING IN 2023:
    www.killersites.com/blog/2020...
    POPULAR & EASY CODING COURSES:
    Full stack web developer course: school.studioweb.com/store/co...
    Python 3 Foundations & Certification: school.studioweb.com/store/co...
    Complete Freelancer: school.studioweb.com/store/co...
    Complete Entrepreneur: school.studioweb.com/store/co...
    *************
    🦎 Lizard Wizard Course:
    school.studioweb.com/store/co...
    📚 BOOKS TO READ:
    My Beginners HTML5, CSS3: amzn.to/2wKsVTh
    … Complements Studioweb courses on HTML5, CSS3 and JavaScript.
    Refactoring: Improving the Design of Existing Code (2nd Edition) amzn.to/3o5cTbw
    HeadFirst Design Patterns: amzn.to/2LQ0Gdh
    Java Refactoring: Improving the Design of Existing Code (1st Edition) amzn.to/3a9nSsZ
    The Naked Ape:
    amzn.to/3fhS1Lj
    ✉️ STAY IN CONTACT:
    Stef's social links:
    Instagram: stefanmisch...
    Twitter: / killersites
    Stef's business channel:
    / @unclestef8239
    👉 GOOGLE REVIEW:
    g.page/studioWebedu/review?mt
    Leave a Google review about Stef.
    MY MOUSE & KEYBOARD:
    Logitech Keyboard I use: amzn.to/38jYDqE
    Logitech mouse I use: amzn.to/2IeVvBj
    SUPPLEMENTS THAT WORK AMAZING FOR ME:
    Protein Essentials Beef Gelatine Powder:
    amzn.to/2Pf52vL
    ... Healed my very bad knee. If you have joint problems, this *could do miracles for you.
    Webber Naturals 88862 Glucosamine Chondroitin
    amzn.to/3ss9WEa
    MY CAMERA GEAR:
    Godox VL150 lights: amzn.to/3lhsYZP
    Sigma 18-35 lens: amzn.to/33sRh0T
    Canon EOS C70 Cinema Camera
    Thanks!
    Stef
    #mentoring #pythonprogramming #unclestef #codingcoach

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

  • @pluderr3947
    @pluderr3947 15 дней назад +18

    I use python at work to automate and clean data and automate data entry. While on the side, I use python django to build websites. This has tremendously helped me gain a deeper knowledge of python. When I get stuck, I ask chatGPT to explain it to me and when I come across a similar situation, I recall back to the answer and explanation chatGPT gave me and execute it once more. I think programming is not about mastering the language but how you use this language and it's syntax to solve problems.

    • @ohwow2074
      @ohwow2074 15 дней назад

      Programming these days is more about coming up with a relatively good architect and then writing maintainable code.

    • @musashi542
      @musashi542 10 дней назад +1

      theyre called algorithms .

  • @code.alpha.
    @code.alpha. 8 дней назад +1

    Thanks dude! I’m actually learning Python right now, and working on a discord bot with Python.

  • @pabloenriquegorga4222
    @pabloenriquegorga4222 15 дней назад +3

    Great video, also so true, the only way to get better is by doing.

  • @williamsa51
    @williamsa51 15 дней назад +2

    Porsche! I am more in the Reliant Robin world 🚙
    Cheers Uncle Stef

  • @marcotroster8247
    @marcotroster8247 14 дней назад

    Depends on the background. If you're used to OOP, you should learn functional. If you're a beginner, you should pick up a hard-typed, low-level language to understand how a processor works. If you're a maths guy, you should learn OOP. If you're already good at all of thrm, go pick up concepts like DDD and TDD to enhance your designs. And not to mention pick up some DevOps skills and release your own package to PyPI with CI/CD.

  • @LancasterJackster
    @LancasterJackster 14 дней назад +2

    Short answer: By programming with Python

  • @Cruz.Samuel
    @Cruz.Samuel 12 дней назад

    Where’s the best place to find project ideas?

  • @brahmabull4004
    @brahmabull4004 13 дней назад

    Perfect example of those who cant do, teach.
    Never seen this man write a proper bunch of code before

  • @ridabrahim7604
    @ridabrahim7604 15 дней назад

    To be fair, whenever you'll touch a language different than the one you're used to you'll find it different at first but after two weeks you'll fall in love with it, happened with C Dart after i only knew python at the beginning

  • @aristonsaizoxic1048
    @aristonsaizoxic1048 15 дней назад

    I currently self-study python for a month and I think I have learnt the basic fundamentals (except OOP), so when should I learn a different language? After OOP or after intermediate concepts?

    • @timkreutzkamp8519
      @timkreutzkamp8519 15 дней назад +4

      Been there half a year ago. OOP in Python is very bad because it doesnt fulfill the requirements for OOP and most Python Devs/Tutorials dont care for OOP. Java helped me a lot in understanding it. In Java you are forced very early into OOP and it gives you an much better understanding. And if you do it, use Intellij Community insted of Eclipse. Eclipse just feels horrible... Wish you best of Luck on your conding Adventure!

    • @aristonsaizoxic1048
      @aristonsaizoxic1048 15 дней назад

      @@timkreutzkamp8519 Thanks you 👋🏻

    • @adonisECM
      @adonisECM 15 дней назад

      ​@@timkreutzkamp8519 What did you build with python? because if you want to work on the web, to do webscraping, data analisys, machine learning, etc, etc, you need OOP.

  • @paborlouise319
    @paborlouise319 15 дней назад +3

    Using Javascript for web dev made me understand Python better. Javascript and Python are so synonymous.

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

    I want to master OOP but I am scared of Java

  • @adonisECM
    @adonisECM 15 дней назад

    and pls learn maths.