Advertising (This ad goes away for registered users. You can Login or Register)

[Tutorial] Learning programming with Python, part 1

Discuss about your favorite (gaming...or not) devices here. The most popular ones will end up getting their own categories
Programming discussions for your favorite Device
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
User avatar
I'm Overfloooow
Posts: 78
Joined: Fri Oct 19, 2012 7:24 am
Location: :: anywhere ::

Re: [Tutorial] Learning programming with Python

Post by I'm Overfloooow » Sun Dec 30, 2012 7:12 pm

lacrimosaangel wrote:Ooooh thanks for this! Will be reading all of your little tutes :D
Someone did try explaining python to me before but they made it sound so confusing :shock: I'm used to programming with Java so plenty used to strings and integers etc..

Can I use Text pad for Python and then compile and run via cmd prompt or is it best to download a particular python-specific compiler?
You don't need to compile it actually. It just an interpreted language. Run it and there you go ;)
Advertising
@Exploit hunting are my favourite activities since I got my first Phat PSP

http://lolpsvhex.blogspot.com/

User avatar
lacrimosaangel
Posts: 131
Joined: Tue Dec 04, 2012 2:11 pm
Location: Kakariko Village, Hyrule

Re: [Tutorial] Learning programming with Python

Post by lacrimosaangel » Mon Dec 31, 2012 11:50 am

I'm Overfloooow wrote:
lacrimosaangel wrote:Ooooh thanks for this! Will be reading all of your little tutes :D
Someone did try explaining python to me before but they made it sound so confusing :shock: I'm used to programming with Java so plenty used to strings and integers etc..

Can I use Text pad for Python and then compile and run via cmd prompt or is it best to download a particular python-specific compiler?
You don't need to compile it actually. It just an interpreted language. Run it and there you go ;)
Oh nice one! :D what would be the save format then, .bat? .snake? :p
Advertising
PSV 2.02 eCFW TN
psp 3000 6.60 Pro-B10
3DS R4i Gold WoodR4
Wii 4.3E DM2.2+ GC mod
ps2 fat FMCB
Samsung Galaxy Note 2: Root w/freedom
Current projects: psp3003 sound reactive LED mod, PS3 60gb downgrade

User avatar
Acid_Snake
Retired Mod
Posts: 3099
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: [Tutorial] Learning programming with Python

Post by Acid_Snake » Mon Dec 31, 2012 3:53 pm

.py

User avatar
lacrimosaangel
Posts: 131
Joined: Tue Dec 04, 2012 2:11 pm
Location: Kakariko Village, Hyrule

Re: [Tutorial] Learning programming with Python

Post by lacrimosaangel » Mon Dec 31, 2012 4:52 pm

Acid_Snake wrote:.py
awesome :) thank you! Can't wait to get started and read more indepth about it! I use mainly notepad and text pad for my java/css/html/php etc, will be nice to add something else to the list :D
Maybe I can put it into practice soon, helping my other half set up his console repair business so I'll be doing all the booking GUIs and web dev stuff, does python integrate well with html5 and php?
PSV 2.02 eCFW TN
psp 3000 6.60 Pro-B10
3DS R4i Gold WoodR4
Wii 4.3E DM2.2+ GC mod
ps2 fat FMCB
Samsung Galaxy Note 2: Root w/freedom
Current projects: psp3003 sound reactive LED mod, PS3 60gb downgrade

User avatar
Acid_Snake
Retired Mod
Posts: 3099
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: [Tutorial] Learning programming with Python

Post by Acid_Snake » Mon Dec 31, 2012 6:29 pm

no idea but it should, python is very flexible

User avatar
lacrimosaangel
Posts: 131
Joined: Tue Dec 04, 2012 2:11 pm
Location: Kakariko Village, Hyrule

Re: [Tutorial] Learning programming with Python

Post by lacrimosaangel » Mon Dec 31, 2012 6:32 pm

Acid_Snake wrote:no idea but it should, python is very flexible
Sweet, thanks :3
PSV 2.02 eCFW TN
psp 3000 6.60 Pro-B10
3DS R4i Gold WoodR4
Wii 4.3E DM2.2+ GC mod
ps2 fat FMCB
Samsung Galaxy Note 2: Root w/freedom
Current projects: psp3003 sound reactive LED mod, PS3 60gb downgrade

User avatar
Acid_Snake
Retired Mod
Posts: 3099
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: [Tutorial] Learning programming with Python

Post by Acid_Snake » Mon Dec 31, 2012 10:29 pm

no problem, if you need any help with learning python don't forget to ask

User avatar
kokoshi2
Posts: 27
Joined: Wed Dec 12, 2012 12:15 am

Re: [Tutorial] Learning programming with Python

Post by kokoshi2 » Mon Dec 31, 2012 11:07 pm

Want to get into this, but what program do I need to run this stuff, or code it in?

User avatar
Acid_Snake
Retired Mod
Posts: 3099
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: [Tutorial] Learning programming with Python

Post by Acid_Snake » Mon Dec 31, 2012 11:27 pm

the python interpreter, it comes pre-installed in linux and mac, you can find the windows binary here: http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi

User avatar
kokoshi2
Posts: 27
Joined: Wed Dec 12, 2012 12:15 am

Re: [Tutorial] Learning programming with Python

Post by kokoshi2 » Mon Dec 31, 2012 11:30 pm

.................. Thanks for the link! Time to get started. Edited this 3 times cause I no read things carefully!

Post Reply

Return to “Programming and Security”