Back to Browse

From a Written Problem to Pseudo Code to Working Code (Python)

4.2K views
May 10, 2022
24:26

You can do this to help convert feature requests, user stories and vague ideas into working code. Hit the subscribe button to receive more videos like this! REFERENCE LINKS --------------------------------------------------- ► https://nickjanetakis.com/blog/from-a-written-problem-to-pseudo-code-to-working-code-python ► https://nickjanetakis.com/blog/breaking-down-problems-is-the-number-1-software-developer-skill COURSES --------------------------------------------------- Courses I've created that focus on web dev and deployment topics. ► https://nickjanetakis.com/courses/ THE TOOLS I USE / GEAR --------------------------------------------------- ► https://nickjanetakis.com/blog/the-tools-i-use FOLLOW ME ELSEWHERE --------------------------------------------------- ► Twitter: https://twitter.com/nickjanetakis ► GitHub: https://github.com/nickjj TIMESTAMPS --------------------------------------------------- 0:00 -- Intro 0:58 -- I do this all the time in my day to day 1:39 -- Being exposed to the problem in written form 3:43 -- What did they try so far? 4:34 -- Understanding the problem based on their email 5:42 -- Busting out the pseudo code 8:41 -- Live coding the working solution 9:03 -- Parsing the site response as JSON 10:37 -- Loop over the list of dictionaries 11:02 -- Only do something if the serverType is transparency 13:26 -- Store the transparent ids in a new variable 15:38 -- Now would be a good time to write some tests 15:43 -- Making the transparency check more robust 19:59 -- Reviewing the pseudo code and mentioning functional programming 22:05 -- Takeaways

Download

1 formats

Video Formats

360pmp443.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

From a Written Problem to Pseudo Code to Working Code (Python) | NatokHD