youtube_tutorials icon indicating copy to clipboard operation
youtube_tutorials copied to clipboard

Collection of scripts corresponding to LucidProgramming YouTube tutorials

Results 4 youtube_tutorials issues
Sort by recently updated
recently updated
newest added

I have been following your SeautifulSoup tutorial (https://www.youtube.com/watch?v=87Gx3U0BDlo). When I run the code I get an error that indicates there are no attrs within the result. Please quickly browse through...

Fix edge case when the sum of the last nodes is greater than 10.

print(tree.print_tree("postorder")) # 4-5-2-6-7-3-1- not: # 4-2-5-6-3-7-1

This commit introduces a simple web application that displays the current weather conditions for Cologne, Germany. It includes: - `index.html`: The main HTML page with structure and basic styling. -...