Posts by Gustavo soares • 47 points
3 posts
-
2
votes1
answer121
viewsQ: What is the difference between codec, file format and extension?
I’ve heard that mp3, mp4 and etc... uses the same codec, but what are each and what the difference?
-
0
votes1
answer69
viewsQ: Types like list and str are all primitive types?
Lists, tuples, dictionaries, integers, float, bool, etc. are all primitive types or composite variables are different?
-
-2
votes1
answer415
viewsQ: How to generate an executable with all my project files?
I need private data that is stored inside a binary file within the user’s own computer and for that, I want to compile all the files along with the source code within an executable. How do I do this…