Now display Python results as web pages! You can create your own web page using only Python. This is an opportunity to create an Interactive Dashboard that allows you to check results created with Python, such as data analysis and machine learning, on a web page!
Without HTML, CSS, or JS Web pages made entirely with Python! 🖥️
Now I can display my Python output on a web page!😎
What's the purpose of the lecture 'Building Your Own Webpage with Python Part 1'?😎
1. If you've only learned code to create results, such as data analysis and machine learning using Python, now you'll learn Python code to create a webpage that displays your results and can be used as a tool!
2. Rather than simply displaying your own Python code results on the web, you can modify parameters and create a web page that displays the modified results on the web again!
3. No more hassle of modifying parameters, stopping code execution to output the results again, modifying parameters, and then re-running the code!
4. If you create a web page using only Python, you can modify parameters and check the modified results immediately on the web page without stopping the code execution or modifying the code!
5. You'll learn how to write code for "presentation," such as how to display your results and what parameters to input through a webpage, so you can differentiate yourself from others with Python code!
A Curriculum for Creating Interactive Web Pages Using Only Python😎
(Please refer to the Intro lecture for detailed curriculum and project information!)
Setion1. Plotly
- Learn a Python module for displaying graphs on a web page.
Setion2. Dash
- Learn 'Dash', a module for creating web pages using only Python.
Setion3. Callback Function
- Just like the search engines we use! They take parameters from web pages and code the results.
Callback function required to create a web page that can be checked immediately without modification
Let's learn
Section 4. Project
- Classify the sectors of KOSPI & KOSDAQ companies listed in Korea, and classify companies within the same sector. Let's create a web page where you can compare stock prices.
Create your own web page, It's possible with just Python! 😎
Have you ever used Python to create various results, such as data analysis or machine learning? If so, it's time to consider how to present those results. Try presenting your Python results on the web, not within your development environment (Spyder, Jupyter Notebook, PyCharm)!
In this course, you'll create your own webpage using only Python, without any knowledge of HTML, CSS, or JS. You'll create an interactive webpage that displays, displays, and allows you to view and edit your results.
The course provides the code for each section as a Jupyter Notebook file. You can easily follow the lecture by referring to the Jupyter Notebook manual provided in the course.
I recommend this to these people 🙆♀️
Anyone with experience analyzing data using Pandas
For those who want to create their own web page before studying the web in earnest
Anyone who has experience creating results such as data analysis or machine learning using Python
After attending the lecture, you will
✅ You will be able to write code that can display the results created with Python on a web page.
✅ Create your own Interactvie Web Page and instantly see the results of modified variables without stopping your code.
✅ When writing code, you will develop the ability to not only focus on producing results, but also think about how to present those results.
Q&A 💬
Q. Can I take the course even if I don't have any knowledge of HTML/CSS/JS or the web?
Yes! This course is taught solely in Python.
Q. How much Python knowledge do I need to have?
Anyone who has experience with data analysis using Pandas can do this! Of course, Pandas isn't essential for creating web pages. However, I'm suggesting Pandas because the course project uses it for data analysis.
Q. Are there any Advanced courses after Basic?
Yes! After the Basic course begins, we'll plan an Advanced course based on student feedback and requests. The Basic course will cover only the basics of displaying Python output on a web page and creating interactive web pages using callback functions.
Recommended for these people
Who is this course right for?
Students who want to create web pages using only Python
Now, students who want to display their Python results as web pages rather than IDEs (Spyder, JupyterNotebook, PyCharm)
Students who want to create an interactive web page