Skip to content

Commit ab4b9c4

Browse files
committed
Deploying to gh-pages from @ 57be8a4 🚀
0 parents  commit ab4b9c4

File tree

7 files changed

+391
-0
lines changed

7 files changed

+391
-0
lines changed

.nojekyll

Whitespace-only changes.

LICENSE.html

Lines changed: 177 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE.md

Lines changed: 175 additions & 0 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><title>Programming with Python</title><style>code{white-space:nowrap;background-color:#ccd25f4d;border-radius:3px}</style><body style=margin-left:5%;margin-right:5%><h1>Programming with Python</h1><h2>built on 2024-07-27 07:12:24</h2><h2>1. Introduction</h2><p><strong>Download our book from <a href=./programmingWithPython.pdf>https://thomasweise.github.io/programmingWithPython/programmingWithPython.pdf</a>.</strong><p>This project is work-in-progress. The goal is to provide an introduction course into programming with Python.<p><strong>If you have any comments or suggestions regarding the book, or if you spotted an error or typo, please feel free to submit an <a href=https://github.com/thomasWeise/programmingWithPython/issues>issue here</a>.</strong> Your feedback would help us to improve the book.<h2>2. License</h2><p>This book is released under the Attribution-NonCommercial-ShareAlike 4.0 International license (CC BY‑NC‑SA 4.0), see <a href=http://creativecommons.org/licenses/by-nc-sa/4.0/>http://creativecommons.org/licenses/by-nc-sa/4.0/</a> for a summary.<h2>3. Contact</h2><p>If you have any questions or suggestions, please contact Prof. Dr. <a href=http://iao.hfuu.edu.cn/5>Thomas Weise</a> (汤卫思教授) at the Institute of Applied Optimization (应用优化研究所, <a href=http://iao.hfuu.edu.cn>IAO</a>) of the School of Artificial Intelligence and Big Data (<a href=http://www.hfuu.edu.cn/jsjx/>人工智能与大数据学院</a>) of <a href=http://www.hfuu.edu.cn/english/>Hefei University</a> (<a href=http://www.hfuu.edu.cn/>合肥学院</a>), in Hefei, Anhui, China (中国安徽省合肥市) via email to <a href=mailto:[email protected]>[email protected]</a> with CC to <a href=mailto:[email protected]>[email protected]</a>.

programmingWithPython.pdf

3.55 MB
Binary file not shown.

requirements.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2+
"http://www.w3.org/TR/html4/strict.dtd"><title></title><meta content="text/html; charset=utf-8"http-equiv=content-type><style>pre{line-height:125%}td.linenos .normal,span.linenos{color:inherit;background-color:#0000;padding-left:5px;padding-right:5px}td.linenos .special,span.linenos.special{color:#000;background-color:#ffffc0;padding-left:5px;padding-right:5px}body .hll{background-color:#ffc}body{background:#f8f8f8}body .c{color:#3d7b7b;font-style:italic}body .err{border:1px solid red}body .k{color:green;font-weight:700}body .o{color:#666}body .ch,body .cm{color:#3d7b7b;font-style:italic}body .cp{color:#9c6500}body .cpf,body .c1,body .cs{color:#3d7b7b;font-style:italic}body .gd{color:#a00000}body .ge{font-style:italic}body .ges{font-style:italic;font-weight:700}body .gr{color:#e40000}body .gh{color:navy;font-weight:700}body .gi{color:#008400}body .go{color:#717171}body .gp{color:navy;font-weight:700}body .gs{font-weight:700}body .gu{color:purple;font-weight:700}body .gt{color:#04d}body .kc,body .kd,body .kn{color:green;font-weight:700}body .kp{color:green}body .kr{color:green;font-weight:700}body .kt{color:#b00040}body .m{color:#666}body .s{color:#ba2121}body .na{color:#687822}body .nb{color:green}body .nc{color:#00f;font-weight:700}body .no{color:#800}body .nd{color:#a2f}body .ni{color:#717171;font-weight:700}body .ne{color:#cb3f38;font-weight:700}body .nf{color:#00f}body .nl{color:#767600}body .nn{color:#00f;font-weight:700}body .nt{color:green;font-weight:700}body .nv{color:#19177c}body .ow{color:#a2f;font-weight:700}body .w{color:#bbb}body .mb,body .mf,body .mh,body .mi,body .mo{color:#666}body .sa,body .sb,body .sc,body .dl{color:#ba2121}body .sd{color:#ba2121;font-style:italic}body .s2{color:#ba2121}body .se{color:#aa5d1f;font-weight:700}body .sh{color:#ba2121}body .si{color:#a45a77;font-weight:700}body .sx{color:green}body .sr{color:#a45a77}body .s1{color:#ba2121}body .ss{color:#19177c}body .bp{color:green}body .fm{color:#00f}body .vc,body .vg,body .vi,body .vm{color:#19177c}body .il{color:#666}</style><body><h2></h2><div class=highlight><pre><span></span>#
3+
# Dependencies Required to Build the Optimization Algorithms Book
4+
#
5+
6+
# Basically, we only need the `latexgit` Python companion package.
7+
# You can find it at https://thomasweise.github.io/latexgit_py,
8+
# https://github.com/thomasWeise/latexgit_py, or at
9+
# https://pypi.org/project/latexgit.
10+
latexgit == 0.8.13
11+
12+
# minify_html is needed to minify html output.
13+
minify_html == 0.15.0
14+
15+
# for converting the additional markdown files to HTML
16+
markdown == 3.6
17+
18+
# for converting files to HTML
19+
Pygments == 2.16.1
20+
</pre></div>

requirements.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# Dependencies Required to Build the Optimization Algorithms Book
3+
#
4+
5+
# Basically, we only need the `latexgit` Python companion package.
6+
# You can find it at https://thomasweise.github.io/latexgit_py,
7+
# https://github.com/thomasWeise/latexgit_py, or at
8+
# https://pypi.org/project/latexgit.
9+
latexgit == 0.8.13
10+
11+
# minify_html is needed to minify html output.
12+
minify_html == 0.15.0
13+
14+
# for converting the additional markdown files to HTML
15+
markdown == 3.6
16+
17+
# for converting files to HTML
18+
Pygments == 2.16.1

0 commit comments

Comments
 (0)