@infowaredm yea, sorry about that. It's because I was using my internal mic. I have a headset now so if I produce any new videos I will use the headset instead. It sounds really good.
hey, do you by any chance show how to do this in a file, and execute / compile / run the file like you do in c++ ? i get the hello world and basic arithmetic but i wanna do this in a *.py file....
@happinin I show how with nano (a terminal text editor you can use any text editor though) at 2:40. Just make a file with a text editor and write | print "hello world" | in it. Go to the file and type | python filename |
@chill13j awesome thanks.... also i have another request of you :) can you please please please show us how to do CLi argument parsing to a python program? Im kinda playing around with it atm to do my assignment, but i need to use a function called OptionParser to be able to carry out different actions depending on the argument given upon execution. I also want to learn how to do error handling if people dont type in the arguments correctly
@happinin i finally posted the argparse video if you didn't figure it out yet. It's really basic and kind of late... but i've got it up if you want to watch it.
its really nice you put these videos up to help people but next time record your voice not the tapping on the keyboard.
infowaredm 2 months ago
@infowaredm yea, sorry about that. It's because I was using my internal mic. I have a headset now so if I produce any new videos I will use the headset instead. It sounds really good.
chill13j 2 months ago
hey, do you by any chance show how to do this in a file, and execute / compile / run the file like you do in c++ ? i get the hello world and basic arithmetic but i wanna do this in a *.py file....
happinin 9 months ago
@happinin I show how with nano (a terminal text editor you can use any text editor though) at 2:40. Just make a file with a text editor and write | print "hello world" | in it. Go to the file and type | python filename |
chill13j 9 months ago
@chill13j awesome thanks.... also i have another request of you :) can you please please please show us how to do CLi argument parsing to a python program? Im kinda playing around with it atm to do my assignment, but i need to use a function called OptionParser to be able to carry out different actions depending on the argument given upon execution. I also want to learn how to do error handling if people dont type in the arguments correctly
happinin 9 months ago
@happinin i finally posted the argparse video if you didn't figure it out yet. It's really basic and kind of late... but i've got it up if you want to watch it.
chill13j 9 months ago