complete PythonX Lesson1

This commit is contained in:
BuffTechTalk
2024-09-09 20:45:26 -05:00
parent 7d72f016af
commit 9b8826af7f
19 changed files with 553 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ def pythonx_homepage():
# load pythonx logo
st.image("./images/PythonXPicture.png")
st.markdown("# :question: What is PythonX")
st.header(":question: What is PythonX")
st.markdown(
""":blush: Computer programming is the art of designing and creating instructions for computers to follow and execute in the form of software programs. It involves using programming languages, algorithms, and data structures to solve problems and accomplish tasks. With the advancement of technology, programming has expanded beyond traditional computer platforms to include smartphones, smartwatches, and even automobiles. It has also become a powerful tool in other fields such as chemistry, biology, finance, and more.
@@ -12,7 +12,7 @@ def pythonx_homepage():
)
st.markdown("# :question: Why Choose Python")
st.header(":question: Why Choose Python")
st.markdown(
"""