Skip to content

Commit

Permalink
Merge pull request #23 from tushar2704/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
tushar2704 authored Mar 3, 2024
2 parents 889b72b + 35eda63 commit 207ebcf
Show file tree
Hide file tree
Showing 3 changed files with 376 additions and 455 deletions.
6 changes: 1 addition & 5 deletions Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@
from src.Everyday_Python.components.metrics import *
from src.Everyday_Python.components.charts import *
from src.Everyday_Python.components.test import *
# from src.Everyday_Python.pages.page1 import *
# from src.Everyday_Python.pages.page2 import *
# from src.Everyday_Python.pages.page3 import *
# from src.Everyday_Python.pages.page4 import *
# from src.Everyday_Python.pages.page5 import *


#######################################################################################################
#Header of Everyday_Python by github.com/tushar2704
Expand Down
109 changes: 35 additions & 74 deletions pages/page2.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,109 +65,70 @@ def page1():
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
sheet1,sheet2,sheet3,sheet4,sheet5,sheet6,sheet7,sheet8,sheet9,sheet10,sheet11,sheet12,sheet13,sheet14,sheet15=st.tabs(
["Files Handling","HTTP APIs","Lists","Dictionary","OS",
"CLI","Math","Databases","AsyncIO","Network","DataFrame","NumPy","Plots","Scikit-learn","Plotly"]
)

file_handling()

st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
http_apis()
with sheet1:
file_handling()


st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
lists()
with sheet2:
http_apis()


st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
dict()
with sheet3:
lists()


st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
os_()
with sheet4:
dict()


st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
cli()
with sheet5:
os_()


st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
math()
with sheet6:
cli()


st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
databases()
with sheet7:
math()


st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
async_()
with sheet8:
databases()


st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
network()
with sheet9:
async_()


st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
df_()
with sheet10:
network()


st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
numpy_()
with sheet11:
df_()


with sheet12:
numpy_()

st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
plots()

with sheet13:
plots()

st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
scikit_()

with sheet14:
scikit_()

with sheet15:
plotly_()

st.divider()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################
plotly_()
#######################################################################################################
#Body of Everyday_Python by github.com/tushar2704
#######################################################################################################



Expand Down
Loading

0 comments on commit 207ebcf

Please sign in to comment.