Jump to content

Can someone just list the things I need to download and specify the name. Don't just say "compiler" but give me an actual compiler. Although I believe that python doesn't need a compiler.

I already read books on python so I believe I know what I'm doing. I just need all the programs I have to download so my code can become ALIVEEEE

There are 10 types of people in this world, those who understand binary, and those who don't.

Link to comment
https://linustechtips.com/topic/64827-starting-to-code-in-python/
Share on other sites

Link to post
Share on other sites

idle and I used python 3...that's all you need if i remember correctly

i5 4670k | Sapphire 7950 | Kingston 120GB SSD | Seagate 1TB | G.Skill Ripjaw X Series 8GB

PB238Q | Steelseries Sensei | Ducky DK9087 | Qck Heavy

Build Log: http://linustechtips.com/main/topic/44902-from-imac-to-my-own-creation/

Link to comment
https://linustechtips.com/topic/64827-starting-to-code-in-python/#findComment-886553
Share on other sites

Link to post
Share on other sites

What OS are you using?

Most Linux distros have python in their repositories, depending on what you

want to do it might be necessary to install both Python2 and Python 3.

If you're on Windows, you can download Python2 and 3 here.

That's basically it, unless you start working with libraries/extensions/modules

or whatever they are called in Python, then you'll of course need to install

those individually as well.

BUILD LOGS: HELIOS - Latest Update: 2015-SEP-06 ::: ZEUS - BOTW 2013-JUN-28 ::: APOLLO - Complete: 2014-MAY-10
OTHER STUFF: Cable Lacing Tutorial ::: What Is ZFS? ::: mincss Primer ::: LSI RAID Card Flashing Tutorial
FORUM INFO: Community Standards ::: The Moderating Team ::: 10TB+ Storage Showoff Topic

Link to comment
https://linustechtips.com/topic/64827-starting-to-code-in-python/#findComment-886568
Share on other sites

Link to post
Share on other sites

idle and I used python 3...that's all you need if i remember correctly

What should I use, Python 2 or 3. I want a language that used by a lot of people so I can get help easily, but I also want it to benefit me in the future. Also, is python 2 harder than python 3 because newer means easier usually, in programming.

There are 10 types of people in this world, those who understand binary, and those who don't.

Link to comment
https://linustechtips.com/topic/64827-starting-to-code-in-python/#findComment-886574
Share on other sites

Link to post
Share on other sites

What should I use, Python 2 or 3. I want a language that used by a lot of people so I can get help easily, but I also want it to benefit me in the future. Also, is python 2 harder than python 3 because newer means easier usually, in programming.

Learn both. You should be able to use Python 2 if you are serious about things because

many projects still use it and will most likely continue to use it far into the future

since it would be too expensive to port them to Python 3.

For your own stuff, I recommend going with version 3 unless you have a very compelling

reason not to.

BUILD LOGS: HELIOS - Latest Update: 2015-SEP-06 ::: ZEUS - BOTW 2013-JUN-28 ::: APOLLO - Complete: 2014-MAY-10
OTHER STUFF: Cable Lacing Tutorial ::: What Is ZFS? ::: mincss Primer ::: LSI RAID Card Flashing Tutorial
FORUM INFO: Community Standards ::: The Moderating Team ::: 10TB+ Storage Showoff Topic

Link to comment
https://linustechtips.com/topic/64827-starting-to-code-in-python/#findComment-886596
Share on other sites

Link to post
Share on other sites

Learn both. You should be able to use Python 2 if you are serious about things because

many projects still use it and will most likely continue to use it far into the future

since it would be too expensive to port them to Python 3.

For your own stuff, I recommend going with version 3 unless you have a very compelling

reason not to.

Alright thanks! And I just want to make fun viruses that I will test on my laptop. Such as a key logger that just records every key stroke... Sort of like this

W

W

W

.

F

A

C

E

B

O

O

K

.

C

O

M

J

O

H

N

@

H

O

T

A

I

L

.

C

O

M

M

Y

P

A

S

S

W

O

R

D

Edit: I will not be creating malicious hardware that does harm, I'm indeed a white hat hacker.

There are 10 types of people in this world, those who understand binary, and those who don't.

Link to comment
https://linustechtips.com/topic/64827-starting-to-code-in-python/#findComment-886644
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×