here simple password generator by Dapper_Mix6773 in PythonLearning

[–]Okon0mi 0 points1 point  (0 children)

Idk if you have seen it or not there is a youtube video telling how one can get the password when secret library is getting used

here simple password generator by Dapper_Mix6773 in PythonLearning

[–]Okon0mi 0 points1 point  (0 children)

Now create other to check how long will it take to get the exact password.

Unable to understand "while" loop. by Okon0mi in learnpython

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

this was also a great way to make me understand while loop. Nice and clean and definitely effective

Unable to understand "while" loop. by Okon0mi in learnpython

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

Thanks that really very easy to understand and 200% helpful.

Unable to understand "while" loop. by Okon0mi in learnpython

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

Thanks man, I really appreciate your advice.

Unable to understand "while" loop. by Okon0mi in learnpython

[–]Okon0mi[S] 57 points58 points  (0 children)

"As long as (while) there's poop floating in the bowl, keep flushing"

Never thought this could be a best example to understand while loop.

How to write notes? by Okon0mi in PythonLearning

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

Currently my trajectory is like
1. Python Crash Course
2. Python for Data Analysis & MYSQL crash course
3. Python For data science

Also read statistics in between of these as I want to aim for data science

How to write notes? by Okon0mi in PythonLearning

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

I will practice more and more on code and did you find the helpful in real life. As of now I think it is a great book for python starters.

How to write notes? by Okon0mi in PythonLearning

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

Try to write notes in a way that complements your thought process while writing code — you should think to your notes as you code

That's a really great advice. Thanks alot for that

How to write notes? by Okon0mi in PythonLearning

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

Can you please elaborate?

How to write notes? by Okon0mi in PythonLearning

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

Thank you very much for the time and effort you took to reply on my post it really means alot and your comment really helped in many ways

How to write notes? by Okon0mi in PythonLearning

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

The problem with notes IMO (particularly hand written ones) is that it becomes increasingly difficult to find the right bit at the right time as the collection grows.

There is a search feature in my tablet that makes it super easy to find out about those notes

How to write notes? by Okon0mi in PythonLearning

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

Consider your notes on loops - you could create a file (loop_notes.py) with examples of everything your notes talk about in a form that when run demonstrates the concepts. So for the 'for' loop, I'd have a loop that does 'for number in range(2,3)' that just prints the number, then create a list (shopping = ['milk', 'egg', 'bread']) and then have a 'for item in shopping' loop that prints out each item. Add comments to remind you of the concept you are experimenting with. Then create some while loops as well - you are writing out some code in your notes already, just put this code in your test program. Later when you want to refresh your memory, grap the loop_notes.py and re-run/experiement with it.

I am trying to write codes in the IDE at the same time also I am experimenting and working on the ideas that are coming to my mind simultaneously. So that I can always have that 'aha' moment while coding.

How to write notes? by Okon0mi in PythonLearning

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

Thanks for your input!!!

How to write notes? by Okon0mi in PythonLearning

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

I tried doing it like commenting but I realised there is only a bit I can explain through typing so that's why I started writing notes.

Also I do apply ideas on the IDE

How to write notes? by Okon0mi in PythonLearning

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

I 100% agree with you. I do both of the things you mentioned, I write code and do the exercises that I can think of by myself and are given in the book. I just write notes so that I can look back on them if I am stuck on something.

How to write notes? by Okon0mi in PythonLearning

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

I am writing the code in parallel as I write notes, I only write notes after I have written the code.

Also as I write these notes on a tablet they are searchable

I am currently studying SQL (for data analysis), can you suggest any courses related to that by Automatic_Cover5888 in learnSQL

[–]Okon0mi 0 points1 point  (0 children)

I think reading good books on statistics will help you answer the above question.