Next steps
Lesson 10 of 10 in Coddy's Social media Search Project - Python JSON Fundamentals course.
Congratulations!
You've successfully completed the implementation of search module in your new company.
The challenges you went through in this short course are very close to what you'll be required to do at a real job.
Next Steps
As a next step, you can try to implement this project in your local workspace and maybe even extend it to build a full-fledged social media.
- Create a JSON file in your project to represent a database.
- Implement a Search UI using HTML and JavaScript.
- Create a REST API endpoint for Search using the Flask library.
- Make search calls from UI to the rest endpoint and render results on screen.
- To go a step even further:
- Can you replace the JSON file database with a REAL database?
- Can you add new users to your database? Try it out.
Feel free to message me on Instagram (@fncoder) if you have any questions.
My YouTube channel - Friendly Neighborhood Coder
The best way to learn is by doing exciting projects. Projects where you are so interested that you will stay consistent without quitting. If you're looking for cool project ideas like that, or tips that will propel your career in python, checkout my YouTube channel: https://www.youtube.com/friendlyneighborhoodcoder

Try it yourself
This lesson doesn't include a code challenge.