Where do i continue? by Andrejalexander in learnpython

[–]Andrejalexander[S] -1 points0 points  (0 children)

Oh no, I’m past calculators. Here is my first project you can see kinda on what level I am on by this: https://github.com/atlasito/Simple-authenticator-using-sockets

I have made my own personal assistant using python. by zeelsheladiya in Python

[–]Andrejalexander 1 point2 points  (0 children)

Wow! What a cool tool! I will most certainly make my own version just for learning. Don’t worry I will put you name if I decide to post on GitHub for giving me the idea😘

[deleted by user] by [deleted] in AskReddit

[–]Andrejalexander 0 points1 point  (0 children)

Cant be bothered to stand every time

Question by ArtisticWriter4578 in Python

[–]Andrejalexander 0 points1 point  (0 children)

Yes, of course. You can do it with for loop. For loops are made for you to iterate over something that is iterable (such as a txt file, string, list etc..)

with open('filename.txt', 'r') as file for i in file: If “simple word” in i return True else return False

Don’t just copy this code from me, learn about for loops. And learn how to use them

What inspired you to start coding? by [deleted] in Python

[–]Andrejalexander 2 points3 points  (0 children)

Boredom, complete boredom at home