Python – Thoughts about recent lessons.
Spent more time playing with recursion, as much as I like this was still confused. Recursion is very confusing to …
Absolutely unusual…
Spent more time playing with recursion, as much as I like this was still confused. Recursion is very confusing to …
This code comes from YouTube channel Socratica, great video on Recursive function to print out the Fibonacci sequence. The code …
I found this line of code on SoloLearn.com in the python lessons recursion comments, this does a math computation of …
I really got confused on this, I had to practice a bit longer and I am still not fully sure. …
I have never used something like this to my knowledge, but these are pretty slick. I was studying and these …
A super simple method of using python on any website is PyScript, very easy. Basically just adding two lines of …
Just outputs html elements for now if they exist, I made a special ‘scrape’ page here you can use. To …
I have been in a rut for a couple years, nothing really excited me during this period. I coded in …
I was doing some lessons and this one caught my evil mind. This could be used to dynamically call various …
Another great python project from previous same video project 5. Hangman 24:25 – 35:28, this one is a bit harder …
Little things are fun to me, like using print() with the ‘f’ formatting feature. This allows you to parse variables …
Try the project upgrades below the original code if you want to learn more! I was doing some studying and …
Something I made like a year ago which could be a simple AI with database, string parsing, and storing responses. …