Jump to content

what am i doing

I am trying to use Python 3.7 to create a program that will take text input and spit out text in response. Some of the input texts I want to have a second response. (example, if it responds to "choice1," I want it to give me another set of choices to respond to) I have no idea what the hell I am doing so any help at all would be appreciated

Link to comment
https://linustechtips.com/topic/960776-what-am-i-doing/
Share on other sites

Link to post
Share on other sites

How well do you know python? What sort of things have you created this far? 

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/960776-what-am-i-doing/#findComment-11649800
Share on other sites

Link to post
Share on other sites

24 minutes ago, vorticalbox said:

How well do you know python? What sort of things have you created this far? 

the only stuff I have worked with was back in 2.7 in middle school so im basically a beginner at this point. All I want to do is make a password manager exe file where I can enter a certain site and then be prompted with a secondary input option to access whatever multiple accounts I may have on that site.

Link to comment
https://linustechtips.com/topic/960776-what-am-i-doing/#findComment-11649838
Share on other sites

Link to post
Share on other sites

I would jump on codeacdamy and do their python course.

 

Once you've done that it's time to plan.

 

Wrote down the steps required to do the task you want.

 

Something like

Type in site

List accounts

Type in account to display

 

Then just start coding.

 

If you notice you're writing the same code over and over more than into a function.

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/960776-what-am-i-doing/#findComment-11649851
Share on other sites

Link to post
Share on other sites

1 minute ago, vorticalbox said:

I would jump on codeacdamy and do their python course.

 

Once you've done that it's time to plan.

 

Wrote down the steps required to do the task you want.

 

Something like

Type in site

List accounts

Type in account to display

 

Then just start coding.

 

If you notice you're writing the same code over and over more than into a function.

that shit is $200 i need something f r e e

Link to comment
https://linustechtips.com/topic/960776-what-am-i-doing/#findComment-11649856
Share on other sites

Link to post
Share on other sites

2 minutes ago, NovaMan01 said:

that shit is $200 i need something f r e e

Codecadmy is free.

 

https://www.codecademy.com/learn/learn-python

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/960776-what-am-i-doing/#findComment-11649864
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

×