A Binary Code
A Binary Code
  • Видео 63
  • Просмотров 130 995
List in Python | Data Structures in Python
#listinpython #datastructures #pythonprogramming #dictionaryinpython #stringinpython #datastructuresinpython #arrayinpython
List in Python
Data Structures in Python
Array in Python
List
Array
HashMap
HashTable
Binary Tree
Data Structures
append method in list
pop method in list
insert method in list
del keyword in python
indexing in python list
Dictionaries in Python
Dictionary in Python
String in Python
Stack in Python
Queue in Python
Set in Python
Multisets in Python
abinarycode
A Binary Code
==================== VIDEO CHAPTERS ========================
00:00 Video Opening Statement
00:45 List Introduction
09:41 Coding setup
11:00 Creating a list
12:27 Initializing a list
13:27 Indexing in a list
22:19 len() method
25...
Просмотров: 116

Видео

Mutables vs Immutables || Mutable Objects and immutable objects in Python || Python Tricks
Просмотров 308Год назад
Mutables vs Immutables || Mutable Objects and immutable objects in Python || Python Tricks #mutables #immutables #mutability #immutability #python Mutables vs Immutables Mutable object vs Immutable object Mutability Vs immutability Python Mutables vs Immutables Mutable Objects Python Immutable Objects Python Python Data Types Python Mutable vs Immutable Explained Mutable vs Immutable Python Exa...
__str__ vs __repr__ methods in Python || Python Tricks
Просмотров 2,4 тыс.Год назад
In this video we will learn about str and repr methods in Python. #str #repr #python #pythonprogramming #pythontricks str vs repr methods in Python, str vs repr , repr vs str , Python object inspection, Python str vs repr examples, Python string representation methods comparison, Python str vs repr tutorial, Understanding str and repr in Python, Python object-to-string conversion, Python class ...
NamedTuple in Python || Tuple vs NamedTuple
Просмотров 455Год назад
Let's understand what are NamedTuple in Python. #python #tuple #namedtuple #pythontricks NamedTuple in Python Tuple Vs NamedTuple NamedTuple Vs Tuple What are NamedTuples in Python? Python NamedTuple NamedTuple Vs Class Syntax of NamedTuple NamedTuple Tutorial NamedTuple Example Python Collections Python Data Structures Python NamedTuple vs Tuple NamedTuple Syntax NamedTuple Use Cases Python Pr...
== VS is Opeartor in Python || Equality Vs Identity Opeartor || Integer caching || String Interning
Просмотров 282Год назад
#equalityopeartor #identityoperator #python #pythontricks Vs is operator Vs is operator in Python Equality Vs Identity Integer caching Integer Interning String Interning Python vs is operator difference Python ' ' vs 'is' operator comparison Python equality vs identity operators Python 'is' vs ' ' performance Understanding 'is' and ' ' operators in Python Python 'is' operator usage and examples...
How HTTPS works? || HTTP Vs HTTPS || Certificates || Symmetric and Asymmetric keys
Просмотров 3,2 тыс.Год назад
How Https works? HTTP Vs HTTPS HTTP HTTPS SSL Certificate TLS Certificate #https #http #systemdesign How HTTPS works? HTTPS simplified How does https work? HTTP Vs HTTPS HTTPS vs HTTP System Design System Design Fundamentals SSL Certificate HTTPS explained SSL/TLS protocol Secure web communication HTTPS encryption Symmetric encryption Asymmetric encryption Public Key Private Key TCP Handshake S...
What is WebSocket? || WebSocket || Data Streaming
Просмотров 2,9 тыс.Год назад
Let's understand about Websockets. What are Websockets? Video on HTTP LONG POLLING: Video on HTTP Long Polling: ruclips.net/video/CF0aiiDbcAU/видео.html #websocket #datastreaming #serversentevents #http Websocket, What is WebSocket?, What are Websockets?, WebSocket tutorial, WebSocket explained, WebSocket introduction, WebSocket basics, WebSocket technology, Real-time communication, WebSockets ...
Python *args **kwargs
Просмотров 229Год назад
Let's understand *args and kwargs in Python. #args #kwargs #python #pythonprogramming #pythontricks Python *args kwargs Python *args kwargs explanation Python *args and kwargs tutorial Python variable length arguments Python function parameters Python argument unpacking Python *args kwargs use cases Python flexible function arguments Python function argument syntax Python *args kwargs examples ...
Demystifying Python Decorators || Decorators in Python
Просмотров 267Год назад
Let's demystify Python Decorators and understand Decorators in Python. Python closures Video: ruclips.net/video/FVZHjj8RFPA/видео.html In-Depth Playlist on Python decorators: ruclips.net/video/n2ggmpyTPUA/видео.html&pp=gAQBiAQB #decorators #pythondecorators #python #closure #pythonclosures Demystifying Python Decorators Python decorators Python decorator tutorial for beginners Decorators Decora...
What is Long Polling? || HTTP Long Polling
Просмотров 1,8 тыс.Год назад
Let's understand the http long polling. A way that mimics the server push mechanism. Server push is mainly achieved using the WebSockets and Server Sent Events. This is also called the data streaming from the server. AmazonSQS for long polling: docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-short-and-long-polling.html #polling #longpolling #shortpolling #http What is HTT...
Python Lambda Functions || Python Anonymous Functions
Просмотров 343Год назад
Python Lambda Functions || Python Anonymous Functions
Nested Functions and Closures in Python || What are closures in Python?
Просмотров 2,2 тыс.Год назад
Nested Functions and Closures in Python || What are closures in Python?
What are Callback functions? || Passing functions as Arguments in Python
Просмотров 5 тыс.Год назад
What are Callback functions? || Passing functions as Arguments in Python
Functions as first Class Objects in Python | What are First Class Objects in Python?
Просмотров 1,3 тыс.Год назад
Functions as first Class Objects in Python | What are First Class Objects in Python?
IG - 8. Lazy Generator Expressions in Python
Просмотров 71Год назад
IG - 8. Lazy Generator Expressions in Python
IG - 7. Implementing a class that works on Generators
Просмотров 20Год назад
IG - 7. Implementing a class that works on Generators
IG - 6. Introduction to Generators in Python
Просмотров 35Год назад
IG - 6. Introduction to Generators in Python
IG - 5. "for" loop machinery in Python and the next() function
Просмотров 28Год назад
IG - 5. "for" loop machinery in Python and the next() function
IG - 4. Iterator Pattern in Python (Tying all the concepts learned so far, together)
Просмотров 153Год назад
IG - 4. Iterator Pattern in Python (Tying all the concepts learned so far, together)
IG - 2. An intro to iter() function and understand __getitem__() method
Просмотров 83Год назад
IG - 2. An intro to iter() function and understand getitem () method
IG - 3. Understanding iter() function (with and without Callables)
Просмотров 47Год назад
IG - 3. Understanding iter() function (with and without Callables)
IG - 1. Iterators in Python | Introduction
Просмотров 293Год назад
IG - 1. Iterators in Python | Introduction
D - 5. | Parameterized and Class Decorators in Python | Python Decorators Playlist
Просмотров 97Год назад
D - 5. | Parameterized and Class Decorators in Python | Python Decorators Playlist
D - 3. | Special decorators in python (@wraps, @cache and @lru_cache) | Python Decorators Playlist
Просмотров 131Год назад
D - 3. | Special decorators in python (@wraps, @cache and @lru_cache) | Python Decorators Playlist
D - 4. | Stacked Decorators in Python | Python Decorators Playlist
Просмотров 70Год назад
D - 4. | Stacked Decorators in Python | Python Decorators Playlist
D - 2. | Introduction to Decorators | Python Decorators Playlist
Просмотров 116Год назад
D - 2. | Introduction to Decorators | Python Decorators Playlist
D - 1. | Variable Scoping and Closures in Python | Python Decorators Playlist
Просмотров 257Год назад
D - 1. | Variable Scoping and Closures in Python | Python Decorators Playlist

Комментарии

  • @typealpha55
    @typealpha55 3 дня назад

    Oh damn I did it know about this 😂 thanks

  • @g_kannan3016
    @g_kannan3016 4 дня назад

    Thanks for your info bro❤

  • @guilhermecaique4139
    @guilhermecaique4139 8 дней назад

    nice video bro

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

    Range is -5 to 256

  • @This.Object
    @This.Object 24 дня назад

    Will the client leave a webhook or how the connection is kept open, i believe it is not just holding the thread tho😂

  • @novitekka
    @novitekka 25 дней назад

    You sure you know what you are explaining? I doubt it 😂

    • @abinarycode
      @abinarycode 25 дней назад

      Well I attempted to.. but if that didn’t make any sense, I’m sorry for that and it is a terrible failure at my end. If you have a doubt, i can take it up though. 🙂

  • @kenndungu2926
    @kenndungu2926 29 дней назад

    This subtopic has been a nightmare but I have understood it. Thank you.......

  • @MalavMehta-l7y
    @MalavMehta-l7y Месяц назад

    Nice explanation

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

    Good, short video.

  • @A.bensalih
    @A.bensalih Месяц назад

    clear and precise explanation, thank you!

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

    Best definition ❤. Make also on SSE, websockets, long polling too if you want to teach us.

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

    amazing

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

    How is session revocation handled?

  • @sirishapeddinti547
    @sirishapeddinti547 2 месяца назад

    You are too good at explaining concepts. Thanks for sharing your knowledge.

  • @koondingu
    @koondingu 2 месяца назад

    which is more efficient jsonwebtoken or session

  • @percyansong5872
    @percyansong5872 2 месяца назад

    Finally found a video with ACTUAL explanation. Thank you!

  • @NissaDIO
    @NissaDIO 2 месяца назад

    Omg. Thank you. I understood it within 3 minutes into the video. 💜

  • @moneyandvideogames
    @moneyandvideogames 2 месяца назад

    Amazing video, well explained. Earned yourself a subscriber.

  • @gauravjoshi2977
    @gauravjoshi2977 2 месяца назад

    Great info man

  • @RN-jo8zt
    @RN-jo8zt 3 месяца назад

    Thanks so vm1...... can have it's own os like ubantu ,linux... on a singel host os?

  • @DILIPKISAN
    @DILIPKISAN 3 месяца назад

    Nice explanation sir

  • @gedtoon6451
    @gedtoon6451 3 месяца назад

    A practical way to demonstrate the usefulness of inner functions is to show how they help with the problem of breaking out of nested 'for' loops.

  • @Noah1of5
    @Noah1of5 3 месяца назад

    Thank you for the clear explanation. Great examples!

  • @GovardhanYadav-PearlLemon
    @GovardhanYadav-PearlLemon 3 месяца назад

    hey my question is can't we just write the if-else loop a bit more expanded with the print statement of f"{color} is a color in the traffic lights" and in else vice-versa?

  • @Nostang3
    @Nostang3 3 месяца назад

    Thanks for the video. It helped me figure things out.

  • @emperorxeno1784
    @emperorxeno1784 3 месяца назад

    To add to my last comment, the others have more subscribers than you, but I think you deserve their subscribers.

  • @emperorxeno1784
    @emperorxeno1784 3 месяца назад

    I was looking at other shorts, and I want you to know you simplify it unlike all the other channels that have authentication v authorization shorts.

    • @abinarycode
      @abinarycode 3 месяца назад

      Thank you for those wonderful words.

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

    Very useful bro Subscribed👍

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

  • @x-yz111
    @x-yz111 4 месяца назад

    Nice & simple explanation. Thanks!

  • @sandeepmaheshwari1819-ti1cw
    @sandeepmaheshwari1819-ti1cw 4 месяца назад

    Thanks

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

    I can think of quite a few more

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

      Please do post it and I’ll pin it in the comments. Thank you 🙏🏻

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

      Please do post it and I’ll pin it in the comments. Thank you 🙏🏻

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

    Great explanation

  • @MrCEO-jw1vm
    @MrCEO-jw1vm 4 месяца назад

    the best explanation for str and repr. thanks so much!

  • @hasnaat-du4ft
    @hasnaat-du4ft 5 месяцев назад

    easyly understood

  • @ankitmehta9073
    @ankitmehta9073 5 месяцев назад

    Thanks for Making my topic clear ❤

    • @abinarycode
      @abinarycode 5 месяцев назад

      Hope it was helpful 🙂

  • @WanderingLogos
    @WanderingLogos 5 месяцев назад

    Thanks for the information

  • @meredithmed
    @meredithmed 5 месяцев назад

    This is the best example and explanation of str and repr and the difference between the two, perfect simply explained many thanks

    • @abinarycode
      @abinarycode 5 месяцев назад

      Thank you. 🙏🏻♥️

  • @truptib4719
    @truptib4719 5 месяцев назад

    perfect explanation in short time

  • @syednoormohammed5689
    @syednoormohammed5689 5 месяцев назад

    Nice explanation. Thank you

  • @kairodriguezgarcia1501
    @kairodriguezgarcia1501 6 месяцев назад

    Thank you, this helped a lot to understand closures

  • @smnomad9276
    @smnomad9276 6 месяцев назад

    I love how you gave a realistic example at the end with the error types. It helps visualizing where we can use match case. Thanks❤

  • @Spider-Man_67
    @Spider-Man_67 6 месяцев назад

    Nice explanation

  • @manideep6859
    @manideep6859 6 месяцев назад

    Very good explaination bro

  • @AlsoCoder
    @AlsoCoder 6 месяцев назад

    Hi bro, how can i host it on live domain in cpanel. Possible to host in cpanel?

  • @phoopwintkyiphyu3175
    @phoopwintkyiphyu3175 6 месяцев назад

    Thanks for the explanation…dat was so easy to digest

  • @thebikecrafter8128
    @thebikecrafter8128 7 месяцев назад

    the best short ex[lanation ive heard so far

  • @alexmark-u4d
    @alexmark-u4d 7 месяцев назад

    Seriously what a video. Best explanation i found over entire internet. Thank you very much for your help

    • @abinarycode
      @abinarycode 7 месяцев назад

      Thank you. Hope you found the video helpful.

  • @praful4383
    @praful4383 7 месяцев назад

    Books me likha hua English me bataya ye nhi hoti bhai teaching .. explain in Hindi

  • @adityashukla5247
    @adityashukla5247 7 месяцев назад

    thank you