The Code Guy
The Code Guy
  • 23
  • 40 463
Become a Lord of TIME in Python
Unlock the secrets of time manipulation in Python with my latest tutorial! In this video, you’ll master the time module and learn how to:
🔹Learn how the time module deals with time.
🔹Convert between different time formats effortlessly.
🔹Measure code performance with precision.
🔹Implement delays and pauses in your scripts.
Whether you’re a beginner or an experienced developer, this tutorial will equip you with the skills to handle time like a pro. Join us and become a true Lord of TIME in Python!
Do you need thumbnails? Get in touch with my artist here:
TrueRedTFox
Stock Footage and sound effects: - (Referral link)
ArtlistIO : artlist.io/Guy-1799812
มุมมอง: 243

วีดีโอ

Code Tic-Tac-Toe in Python with an Unbeatable AI
มุมมอง 429หลายเดือนก่อน
Put all the Python skills you’ve learned to the test as we code Tic-Tac-Toe from scratch. We’ll then implement an unbeatable AI using the minimax algorithm, a powerful recursive AI technique. Code along with me on this Python project to test and improve your skills. We’ll test the AI by having it play against itself over 10,000 games and analyze the results! Do you need thumbnails? Get in touch...
Python Logging Explained: Levels, Handlers, and Formatters
มุมมอง 3002 หลายเดือนก่อน
Unlock the power of Python logging with our comprehensive guide! 📊 In this video, we dive deep into the essentials of Python logging, covering: 🔹Logging Levels: Understand the different logging levels and their significance. 🔹Handlers: Learn how to direct your log messages to various destinations. 🔹Formatters: Discover how to format your log messages for better readability. Whether you’re a beg...
Python’s Main Mystery: Demystifying if __name__ == '__main__':
มุมมอง 1.1K2 หลายเดือนก่อน
Unlock the secrets of Python's execution model with "Python’s Main Mystery: Demystifying if name ' main ':". This comprehensive guide peels back the layers of Python's `if name " main "` statement, providing you with the knowledge to write modular and scalable code. Whether you're a beginner looking to understand the basics or an experienced developer aiming to refine your Python skills, this v...
Master Regular Expressions in Python: Unleash Hidden Patterns!
มุมมอง 3672 หลายเดือนก่อน
Unlock the Power of Regular Expressions in Python! 🚀 Dive into practical examples and learn how to wield regex like a pro. From searching and extracting text patterns to advanced manipulation, this hands-on tutorial will supercharge your Python skills. No theory, just code! In this video, you’ll master essential regex techniques, including: 🔹Compiling: Understand how to create regex objects eff...
Regular expressions - Easier than they look!
มุมมอง 9093 หลายเดือนก่อน
Are you intimidated by the complex patterns of regular expressions (REGEX)? Fear not! In this video we’ll unravel the mysteries of REGEX and show you how simple they can be. Whether you’re a beginner or just looking to brush up on your skills this guide is for you. Regex is supported in all major programming languages including Python, C#, Java and Java Script to name a few. What You’ll Learn: ...
Rounding numbers in Python - Don't get this wrong!
มุมมอง 1913 หลายเดือนก่อน
Rounding numbers in python not working as expected? Discover the nuances of rounding numbers in Python with our latest tutorial. While rounding might seem straightforward, Python's built-in methods can lead to unexpected results. This video demystifies the process, offering insights into Python's `round()` function and how to implement the 'round half up' method like a pro. Perfect for beginner...
Python JSON Mastery: From Strings to Services
มุมมอง 2.4K4 หลายเดือนก่อน
Unlock the power of Python and JSON in this comprehensive guide. Learn to parse JSON strings, read and write JSON files, and connect to JSON-based services seamlessly. Perfect for beginners eager to master data handling in Python. 🔍 What You'll Learn: 🔹Basics of JSON: Understand what JSON is and why it’s a preferred format for data interchange. 🔹Parsing JSON Strings: Learn how to convert JSON s...
Python Type Annotations: Code Clarity Unleashed!
มุมมอง 1.2K4 หลายเดือนก่อน
Unlock the power of clear Python code with type annotations (type hints)! In this beginner-friendly tutorial, I'll guide you through the game-changing benefits of using type annotations in your code. 🐍✨ 🔍 What You'll Learn: - The basics of type annotations and how they can improve your coding experience. - Step-by-step instructions on how to implement type annotations in Python. - Best practice...
Python Sets - Everything You Need to Know
มุมมอง 6684 หลายเดือนก่อน
Unlock the Power of Python Sets: A Comprehensive Guide for All Skill Levels. Whether you’re just starting your Python journey or you’re an experienced coder, this video is for you! Join us as we explore Python’s versatile Set data type, covering everything from the basics to advanced techniques. 🔍 What You’ll Learn: 🔹Introduction to Sets: Understand the fundamentals of Sets and their role in Py...
List and Dictionary Comprehension in Python - Level Up your Code!
มุมมอง 1.4K4 หลายเดือนก่อน
Elevate Your Python Skills: List and Dictionary Comprehension Mastery Unlock the full potential of Python with our comprehensive guide to list and dictionary comprehension. These powerful features will revolutionize the way you write code, making it faster, cleaner, and more efficient. Ideal for beginners and intermediate coders alike! 🔑 Key Takeaways: 🔹Understand the simplicity and power of li...
Python Classes and Objects made Easy
มุมมอง 2.5K5 หลายเดือนก่อน
Learn Python OOP with Ease: Master Classes and Objects Today! Discover the secrets of object-oriented programming in Python with our beginner-friendly guide. Dive into the world of classes and objects and unlock the power of code reusability and modularity. Perfect for those starting their coding journey! 🔍 What You’ll Learn: 🔹The fundamentals of classes and objects in Python 🔹What is an object...
Faker 101: Generate Realistic Bulk Data in Python
มุมมอง 3475 หลายเดือนก่อน
Embark on your data generation journey with ease! Our new video, “Faker 101: Quick and Easy Bulk Data Generation,” is tailored specifically for beginners looking to harness the power of the Faker library in Python. Discover how to effortlessly create vast amounts of realistic data to power your projects, testing, or learning endeavors. In this video, you’ll learn: The basics of the Faker librar...
How to Make Your Python Code More Modular and Reusable
มุมมอง 17K5 หลายเดือนก่อน
Unlock the full potential of your Python projects with our latest video, ‘How to Make Your Python Code More Modular and Reusable’. Dive into the world of Python programming as we guide you through the essentials of packaging your code and adapting functions for maximum reusability. Whether you’re a beginner looking to refine your coding approach or an experienced developer eager to streamline y...
Working with Files in Python | Create, Update, Delete, Rename etc.
มุมมอง 2.8K6 หลายเดือนก่อน
Master file operations in Python with our comprehensive guide! ✨ Learn to create, read, update, and delete both text and binary files with ease. Our step-by-step tutorial covers everything from basic file handling to advanced techniques like renaming, copying, and precise file seeking. Perfect for beginners and seasoned coders alike, this video will enhance your coding skills and streamline you...
How to Handle Any Error in Python
มุมมอง 4.9K6 หลายเดือนก่อน
How to Handle Any Error in Python
Master Python Strings Like a Pro!
มุมมอง 5346 หลายเดือนก่อน
Master Python Strings Like a Pro!
Learn Python Dictionaries Fast!
มุมมอง 5837 หลายเดือนก่อน
Learn Python Dictionaries Fast!
Python Essentials: Dive Deep into Lists and Tuples
มุมมอง 8587 หลายเดือนก่อน
Python Essentials: Dive Deep into Lists and Tuples
Functions - The basics of re-usable code in Python
มุมมอง 43610 หลายเดือนก่อน
Functions - The basics of re-usable code in Python
Python Essentials: While Loops and If Statements
มุมมอง 23010 หลายเดือนก่อน
Python Essentials: While Loops and If Statements
Python Basics: Variables and Types Explained
มุมมอง 42810 หลายเดือนก่อน
Python Basics: Variables and Types Explained
Getting started with Python - Installing the tools for success!
มุมมอง 59810 หลายเดือนก่อน
Getting started with Python - Installing the tools for success!

ความคิดเห็น

  • @dab_u7185
    @dab_u7185 20 วันที่ผ่านมา

    42 😂

    • @the_code_guy
      @the_code_guy 18 วันที่ผ่านมา

      It shows up all over the place. For good reason... It is the answer to life, the universe and everythinhg.

  • @benlong1062
    @benlong1062 28 วันที่ผ่านมา

    Thanks. This was great

    • @the_code_guy
      @the_code_guy 23 วันที่ผ่านมา

      Glad you enjoyed it. Thanks for watching!

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

    Very helpful. Thank you for this.

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

      Gald it helped. Thanks for watching!

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

    ctime(0) was giving me Dec 31, 1969 19:00:00 I'm guessing that's because I'm in New Jersey and during winter our 'standard time' makes us GMT-5?

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

      Yes, you are spot on. ctime represents what local time would have been for a given second value. And that is why mine doesn't show the hour, because I fall into GMT in winter. Thanks for wataching!

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

    Quite informative, but everyone knows the only valid datetime format is YYYY-MM-DD HH:Mi:SS :)

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

      I prefer DD-MON-YYYY - I work with oracle a lot :) Thanks for watching!

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

    Great video. I like that you didnt cut out the mistake. This shows that making not everything perfect at the first glance is normal. The inly thing i am missing ist the explanation what the __init__.py is for. You said you would recommend adding an extra file for the function, but why? That would be interesting. Thank you.

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

      Glad you like it. The mere presence of __init__.py tells python that the folder is a package. When you import the package any functions in __init__.py will be executed and made avaialble to your code. You may not want to use all thew functionality of a package and so putting them in sub files lets you import just what you need, which is fater. Hope this helps and Thanks for watching!

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

    With all due respect and understanding how well intended this video is, I would like to mention a few things I am missing or would do differently: 1. This is meant to be an introduction to while loops, and the example is a nested double while loop. While (yeah another "while", lol) good to know that's possible, just a bit much first time round for something new. 2. A while loop is useful when you don't know beforehand how many times you need to execute a block of code. 3. Initialization: ensure variables used in the condition are initialized before the loop starts. 4. There's also a "continue" statement. Skips the rest of the code inside the loop for the current iteration and jumps back to the condition check. 5. Pitfalls like infinite loops, unintended infinite loops and off-by-1 too many/few times looping through the code. I am just trying to be helpful, feel free to ignore this comment if you don't like it.

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

      First off, thanks for the feedback and for watching! In hindsight I think that trying to start out writing a mini game was the wrong setting for using loops, I focused too much on the problem and not the area. After this video I descided to focus on specific examples. I havn't done this in future videos and have instead created longer videos to write proper examples and exercise what has been learned. The only thing I kind of disagree with you on is 4 and use of continue. I dislike continue, it's too much like go to for me and I think devs should think more about loop handling. That said I did do break which is just a littlle hypocritical of me. I actually started using these in python recently and am still on the fence on wheteher or not they should be used. It is however part of the language so I should have covered it.

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

    just found a gem i guess. nice video!

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

      Glad you liked it. Thanks for watching!

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

    is this ibxtoycat or foxynotail?

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

      I am neigther of those. Although I do have a gaming channel. Thanks for watching!

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

      @the_code_guy whats your gaming channel? hope you keep making python content, the way you explain things is amazing! cleared up alot i was confused about

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

      Glad you like them, definately plan on continuing. Here is the other channel www.youtube.com/@altek2k. Thanks for watching!

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

      @the_code_guy youre welcome! hey do you have instagram? could i talk to you privately about a coding matter? like.... 5 minutes of your time to see if i can show you something interesting, and if i cant then alright. I'm not a programmer, im a cancer patient, but i am attempting to program a game but im having trouble with it

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

    I think I’ll have to play with this a bit to really understand it. I think that it would be best to use examples that align better to real case scenarios, like when you are using 3rd part libraries like FastAPI, etc

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

      Thanks for the input. I don't normally like comparing to 3rd party libraries as changing them can become a real pain. But will definately keep in mind to find a way to point out real world examples in the future. Thanks for the support!

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

    First comment. Thanks for this and the other video. They are brilliant.

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

      Glad you liked them. Thanks for watching!

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

    What is the IDE?

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

      The IDE I use is pycharm community edition. Hope this helps!

  • @MuhanadAbulHusn
    @MuhanadAbulHusn 3 หลายเดือนก่อน

    The way you explained it is really awesome 👌

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      Glad you liked it. Thanks for watching!

  • @guocity
    @guocity 3 หลายเดือนก่อน

    How to share package with other python files in OS level?

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      You would have to install it as a python external packge into python or your venv . There are several ways to do it. Host your own pip server or do a local pip install. Pycharm makes it prety easy if you just want to do it locally. www.jetbrains.com/help/pycharm/creating-and-running-setup-py.html If you want to install in a new venv pip install -e <<somepath goes here>> This is a pretty advanced subject. I can add to my future video list if you would like me to cover. Thanks for watching!

    • @MuhanadAbulHusn
      @MuhanadAbulHusn 3 หลายเดือนก่อน

      It would be useful indeed. Personally, I upload my packages to Github and clone it from there

  • @JonBrookes
    @JonBrookes 3 หลายเดือนก่อน

    really nice, thanks for posting this. I think try catch blocks like your showing here are great, makes for readable code instead of mad if then elsifs and is more robust

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      Thanks for the continued support!

  • @JonBrookes
    @JonBrookes 3 หลายเดือนก่อน

    ah, good old regex, your video is great. I remember fondly pcre and using its 'x' flag to format complex regex over mulitple lines, with comments to make them readable - I dont think that is available now, or is it ? I'm going to look and find out also, muliple line matching of records starting with a given string pattern, in Python I've ended up doing that programatically but I used to do that also with pure regex in Perl but I dont write in Perl any more. sometimes regex can become like line noise though and when it does, I run away !

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      I'm not familiar with the x formatting but you can still add comments but I find it makes it even harder to read so I tend to avoid. I always hated regex, coming from a dB background originally they were always way to slow to be useful. When I moved over to other languages I decided it was time to force myself to learn them properly. Glad you liked it, thanks for watching and sharing!

    • @JonBrookes
      @JonBrookes 3 หลายเดือนก่อน

      @@the_code_guy its the 'x' and 's' flags I used to use in perl but its a long time ago so I could have had that the wrong way round but I believe translates to python with something like : pattern = re.compile(rf""" ( {record_pattern} # md5sum followed by 2 or 3 numbers ) (.*?) # Non-greedy match for any characters in between (?= # Lookahead assertion {record_pattern} # Next checksum pattern |$ # Or end of string ) """, re.VERBOSE | re.DOTALL) permitting me to format my horrible regex across multiple lines and also match multimple lines in a file or input I got so excited to see this I blogged about it as I never thought to try this in python, so thanks to your video I did. This makes me a very happy camper.

  • @JonBrookes
    @JonBrookes 3 หลายเดือนก่อน

    very nice guide, thanks. You've made this very clear. I like how you dont type everything to within an inch of its life and only for your lib / module, nice touch. I suppose if this were a strictly typed language there would be no real choice but to type everything but python is letting you make that call

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      Yes in python they just help me by letting me know if I'm about to misuse a variable and so I only use them where the code is likely to get complex enough that I will lose track. Great for a reminder when maintaining the code too. Thanks for the support!

  • @MrHabib57
    @MrHabib57 3 หลายเดือนก่อน

    Thanks for your clear explanation

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      Glad it was clear and easy to follow. Thanks for watching,

  • @molonky500
    @molonky500 3 หลายเดือนก่อน

    best regex tutorial ever

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      Glad you liked it. Thanks for watching!

  • @zedzpan
    @zedzpan 3 หลายเดือนก่อน

    Thank you for this. Learnt a lot!

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      Glad it was helpful. Thanks for watching!

  • @fizixx
    @fizixx 3 หลายเดือนก่อน

    Had an issue with some minor trig. If I used sin(x)/cos(x) I got a number wrong to at least the tens place. If I used tan(x) the result was accurate to the hundredths place. Crazy

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      Floating point maths is just weird. The margin for error will be greater in the first because you are calculating based on two numbers. 0.1 * 3 highlights the errors slipping in. You could try casting the cos and Sin calcs to decimal before the division and see if it makes a difference. You won't need to cast to strings you can just put cos and sin inline. This probably won't be a great amount of use as floating point issues can not really be solved only managed via rounding. Hope this helps and thank for watching!

    • @fizixx
      @fizixx 3 หลายเดือนก่อน

      @@the_code_guy Yeah, that's a good idea. May give that a go. I still am baffled why such a big difference in the results. See, in Mathematica I had the opposite problem. I couldn't get a result I knew I should be getting. Used all the compact trig forms. Turned out I needed everything more-or-less in separate trig forms --- sin, cos....like that. I can see having SOME difference in results, but geeze my results were way off. Nevertheless, thanks for the response, appreciate it.

  • @JayDee28
    @JayDee28 3 หลายเดือนก่อน

    I thought ChatGpt delivers good results for regex expressions.

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      Never tried it for that. I used to be so bad at them I now try and craft them whenever I can so I don't forget :) Thanks for the support!

  • @FPanzer
    @FPanzer 3 หลายเดือนก่อน

    requests got an built-in json decoder

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      You learn something new every day. Didn't realise it had a json method. Wondering if I just kept using ujson because it was fast. Thanks for the info and for watching!

  • @JanBruunAndersen
    @JanBruunAndersen 3 หลายเดือนก่อน

    #0:30 - not always. I like YAML. I like being able to use anchors to avoid duplicate data.

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      I have never come across a service with a YAML end point to date are they becominng more prevelent. Used a lot in dev ops Config files though. Thanks for watching and adding your perspective.

    • @JanBruunAndersen
      @JanBruunAndersen 3 หลายเดือนก่อน

      @@the_code_guy - I do indeed work as a DevOps technician. Puppet and lately Kubernetes/Helm is where I encounter YAML.

  • @Dyanosis
    @Dyanosis 3 หลายเดือนก่อน

    Instead of printing and then needing to awkwardly search for something in the console while we're watching, you could use the debugger to inspect the data. Much faster and doesn't require you potentially needing to have a jump cut in your video because you spent more time than you care to admit looking for something in the console. Also, at 12:05 - why did you f-string the print when all you printed was definition? Definitely an unnecessary f-string.

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      I would like to say it's becuase I havn't introduced the debugger yet, but in all truth, just never thought of it. Thanks for the suggestion. On the f string, it's because I intended to use it. Which I do at arounf 12:22. Thanks for the feedback and for watching!

  • @Dyanosis
    @Dyanosis 3 หลายเดือนก่อน

    I'm still confused on why you'd even need the else. The whole point of a try block is "this bit of code might not work as intended in all situations, so try it and then catch XYZ Exception if it fails". So putting the "print(result)" after computing result would be the exact same thing as putting it in the else. The only use, though it seems a bit -dumb- unnecessary, is if you want to do a bunch of potentially unsafe operations in the try and then the else is "if everything succeeded in the try, then move on"... like a transactional kind of operation. Though, you could still just put that into your try block since most things (at least in Java, for example) will actually file if anything in the try block fails. Example - a transaction will be rolled back if any statement, like a save or update, is attempted in a try block but something else in that try block threw an error.

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      It really indicates that the code ran successfully so everthing you expect to be there is and it saves you from checking a load of invalid state stuff. The reason you might want to do a load of unsafe code in there is if you are working with multiprocess. Exceptions in there are hidden unless you specifically handle them and have a way of bubbling them out. Which means that all your code in those cases are really wrapped in try/catch to ensure your main process knows about them. If the code is more complicated I tend to ignore else and set an error occured indicator so I can control the code later. Hope this helps explain my thoought process. Thanks for the thoughtful comment and for watching!

  • @br4vetrave1er
    @br4vetrave1er 3 หลายเดือนก่อน

    I wish I found you earlier! TYVM mate!

    • @the_code_guy
      @the_code_guy 3 หลายเดือนก่อน

      Gald you found it useful. Thanks for the support!

  • @wahwahwally1
    @wahwahwally1 4 หลายเดือนก่อน

    Great video! I often wonder why your f strings work because for example... for customer in customers['customers']: print(f'{customer['Name']} - {customer['Occupation']}') Will not work due to f strings/single quotes. I just end up using double quotes on the outside. Other than that, learned some new things :)

    • @the_code_guy
      @the_code_guy 4 หลายเดือนก่อน

      I do occasionally double quote the outside when I get that error but it’s rare. my go to is always single qoutes unless it’s easier not too. Could be python version differences that let it work for me and not you. Glad you found it useful. Thanks for the support!

  • @haru100
    @haru100 4 หลายเดือนก่อน

    Great tutorial!

    • @the_code_guy
      @the_code_guy 4 หลายเดือนก่อน

      Glad you liked it. Thanks for the support!

  • @vvkthegreatest
    @vvkthegreatest 4 หลายเดือนก่อน

    Very useful.nthanks

    • @the_code_guy
      @the_code_guy 4 หลายเดือนก่อน

      Glad you found it useful. Thanks for the support!

  • @somethingdarkinside
    @somethingdarkinside 4 หลายเดือนก่อน

    Your voice sounds familiar, hmmm

    • @the_code_guy
      @the_code_guy 4 หลายเดือนก่อน

      I also make content on a certain action RPG or something else?

    • @somethingdarkinside
      @somethingdarkinside 4 หลายเดือนก่อน

      @@the_code_guy that might be it.

    • @the_code_guy
      @the_code_guy 4 หลายเดือนก่อน

      Thanks for coming over. Hope you find it useful!

  • @Somedudes719
    @Somedudes719 4 หลายเดือนก่อน

    Nice video man, keep up 🙏

    • @the_code_guy
      @the_code_guy 4 หลายเดือนก่อน

      Thanks as always for watching!

  • @Somedudes719
    @Somedudes719 4 หลายเดือนก่อน

    Thanck you🙏

    • @the_code_guy
      @the_code_guy 4 หลายเดือนก่อน

      Thanks for watching!

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

      @@the_code_guylet's be friends what's your contact

  • @Somedudes719
    @Somedudes719 4 หลายเดือนก่อน

    Thanks man 🤞

    • @the_code_guy
      @the_code_guy 4 หลายเดือนก่อน

      Hope it helped. Thanks for the support!

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

    I am one of these new-to-python viewers. Most of this made sense to me. What environment are you programming in? The one I was introduced to doesn't have the autocomplete feature nor the highlighting of similar arguments, etc...

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

      I am using pycharm Community in these videos. For me Pycharm is by far the best IDE i've ever used. Thanks for watching!

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

      Thank you, I will check it out!@@the_code_guy

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

    Subbed. I wish I had found this 3 years ago when I was first getting started. Hopefully someone newer will stumble across your work and find your work helpful.

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

      Thanks for the kind words, the support and for watching!

  • @harshborkar1765
    @harshborkar1765 6 หลายเดือนก่อน

    pretty good bruv, earned a follower

    • @the_code_guy
      @the_code_guy 6 หลายเดือนก่อน

      Glad you liked it. Thanks for the support!

  • @jonathanthompson6038
    @jonathanthompson6038 6 หลายเดือนก่อน

    Really enjoyed this! Thank you!

    • @the_code_guy
      @the_code_guy 6 หลายเดือนก่อน

      Glad you enjoyed it. Thanks for watching!

  • @ricksegalCanada
    @ricksegalCanada 6 หลายเดือนก่อน

    These are excellent videos, super well laid out and very high signal to noise! The upper left to go to the next video, for me anyway, is IFS & Loops not lists. I hope your user base grows quick so I can say, yeah, before he hit a million, I was in the first 40 people!

    • @the_code_guy
      @the_code_guy 6 หลายเดือนก่อน

      Thankyou for the kind words and support. also for pointing out the linked video was wrong, I have corrected.

  • @ricksegalCanada
    @ricksegalCanada 6 หลายเดือนก่อน

    These byte size chunks of solid knowledge are super helpful. Thanks for taking the time to put them together!

    • @the_code_guy
      @the_code_guy 6 หลายเดือนก่อน

      Glad they are helpful and thanks for watching!

  • @mirabelwindsor9424
    @mirabelwindsor9424 9 หลายเดือนก่อน

    Thank you for these lovely videos! I've only just finished episode 1 but I wanted to jump forward just to let you know that your lessons have reminded me of the passion I had for coding when I was a kid. Unfortunately my GCSE computer science teacher was a proper dickhead and suffering his class promptly killed my interest in learning the subject. I've wanted to give it another try for years but only this evening got into motion about it. So again, thank you Code Guy! ❤

    • @the_code_guy
      @the_code_guy 9 หลายเดือนก่อน

      It is very rewarding when you get stuff working. Best of luck picking it up now. Thanks for watching!