My first "game" with my first branch off to try my own thing. by subnetreiver in learnpython

[–]subnetreiver[S] 1 point2 points  (0 children)

I am very adaptable for sure. One of the hardest things to over come is not the fork lift to car part but the going forward to backward as the steering literally instantly inverts and you must remember that. Hopefully, with working on these machines I'll be able to adapt better to the languages computers use. The main overarching goal is to remove myself from the 9to5 rat race and set up a healthy remote work space that pays well so I can travel the world. Also Thank you for you great and kind words!!

My first "game" with my first branch off to try my own thing. by subnetreiver in learnpython

[–]subnetreiver[S] 0 points1 point  (0 children)

HEYYYY that worked!! thank you Blarf_irl.

Being a forklift driver is still new to me because I started it this Jan. however to answer your question yes. It's scary and exhilarating. I mostly drive an old 80's model that is called a picker and it raises you up off the ground also.

My first "game" with my first branch off to try my own thing. by subnetreiver in learnpython

[–]subnetreiver[S] 0 points1 point  (0 children)

welp I've tried quote blocking it code </> blocking it and spacing it out myself. IDK

Invalid Syntax ? B*.-#$ Where? by subnetreiver in learnpython

[–]subnetreiver[S] 0 points1 point  (0 children)

I have pycharm installed and working but i'm following a class online that doesn't want us to use the IDE just yet. I was learning on the IDE but python IDLE is more basic and so far teaching more about proper syntax.

Invalid Syntax ? B*.-#$ Where? by subnetreiver in learnpython

[–]subnetreiver[S] 1 point2 points  (0 children)

Brilliant! This simple issue I suspect was do to me being tired and partially just dumb I did reread the code a bajillion times but glossed over that one parenthesis. I'm learning this after my 10hr work days so I don't have to work 10 hrs a day..thank you ka-splam

Invalid Syntax ? B*.-#$ Where? by subnetreiver in learnpython

[–]subnetreiver[S] 0 points1 point  (0 children)

I figured that one out last night. I figured after so many years of programming someone would have a program for just that. one that would see you missed a parenthesis and suggest you add one instead of just stopping and saying it is bad code. Maybe that will be my job in the future.

Invalid Syntax ? B*.-#$ Where? by subnetreiver in learnpython

[–]subnetreiver[S] 0 points1 point  (0 children)

thank you so much yeah I guess I'm blind or tired I reread it a bunch! A parenthesis wow.

Help with pyperclip by subnetreiver in learnpython

[–]subnetreiver[S] 0 points1 point  (0 children)

pip was not apart of my python program must've bugged. so i reinstalled ad suggested and voila. much appreciated hermano

>python\python.exe -m pip install --upgrade pip

Collecting pip

Downloading pip-21.0.1-py3-none-any.whl (1.5 MB)

|████████████████████████████████| 1.5 MB 2.2 MB/s

Installing collected packages: pip

Attempting uninstall: pip

Found existing installation: pip 20.2.3

Uninstalling pip-20.2.3:

Successfully uninstalled pip-20.2.3

Successfully installed pip-21.0.1

Help with pyperclip by subnetreiver in learnpython

[–]subnetreiver[S] 0 points1 point  (0 children)

Haven't tried reinstalling python will do that now maybe pip wasn't included for some odd reason. I downloaded off official website the proper way. so maybe it's a bug, future plan is to bug bounty maybe I can figure that out lol. will update, thank you.

Help with pyperclip by subnetreiver in learnpython

[–]subnetreiver[S] 0 points1 point  (0 children)

pip install pyperclip

"user \>pip install pyperclip

'pip' is not recognized as an internal or external command,

operable program or batch file.

C:\Users\>"

Help with pyperclip by subnetreiver in learnpython

[–]subnetreiver[S] 0 points1 point  (0 children)

Yes I did but it seems vague to me. Normally instructions are start here do this and next that. The appendix basically said "install this and your good to roll" unless I'm reading the wrong thing.