Dive Into The Details: Disassembling Python Code

preview_player
Показать описание
Today we learn how to disassemble Python code to byte code using the dis package. This can be very useful for debugging.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

This is awesome! Understanding what some code is doing and debugging problems is my biggest weakness. This just upped my game so much

ryanjohanides
Автор

Bruh i won't lie i just visited ur channel today 😀and like i don't have any words how to express my shocked face😳🤯 i am literally amazed by your videos content actually i am was new to python and just completed learning python but didn't had a depth knowledge 😢so i was randomly searching for videos which can help me to sharpen my language but ur video are just so amazing that i just felt like i founded El Dorado 😲... bruh u have too many videos on python and i don't want to miss aeven a single one so could u please make a playlist in which all the videos related to python are included please it will be a great help if u have time 🥺

aakingeivo
Автор

Thank you never knew this existed, appreciate this great video.

harshraojr
Автор

I'm a c# developer and I just started with python. I have been asking how to put a break point on Python in order to see what's is happening but from your lecture I think it helpful. Please I will appreciate zoom in on the code editor when typing the code. Thanks.

blossomprogrammingworld
Автор

can you add the subtitle in your videos? I'm not good English. Thanks

tuphan
Автор

You can achieve the same thing over the entire file not only a specific func without importing the dis module all what u need is to ( python dis app.y ) in the cli, add the dis flag and it should do the work

youtubeviewiiu
Автор

I had huge trouble with this dis.py when I compiled one of my programs.

the_huge_knight
Автор

Is there a way to execute hand- or programmatically-generated bytecode?

richardboreiko
Автор

what should we de if we only have the Disassembling Python Code and we have to reverse engineer it

aadityapandey
Автор

Hi, I hope you are fine.

Thank you for your helpful and well detailed videos.
I have one request:

Can you provide us a video that explains how to convert tkinter multiple files with mysql database into .exe file.

Please help.

faaiidodiineed
Автор

Can you make file manager in dearpygui ?

umidradjabov
Автор

in java this take only a few miliseconds, python speed is still a dissapointment.

ritsukasa
Автор

Sorry need to call you out bro. You don't want to take credit, but you don't bother to properly credit the actual youtube channel you got the idea from either. Aren't you a college graduate? Don't you know what plagiarism is? :D

adgha
Автор

4:10 You don't KNOW if you have to use print? You didn't try this prior to making this video? Shaking my head. No thumbs up for you.

c_b