Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python Fundamentals LiveLessons
# Python Fundamentals LiveLessons- Intro
This repository contains the source code and supporting files associated with our **_Python Fundamentals LiveLessons_** videos, which are based on our professional book <a href=https://amzn.to/2Kd8dQk target="_blank">_Python for Programmers_</a> and our textbook <a href=https://amzn.to/2KfCptN target="_blank">_Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and the Cloud_.</a>

<img src="https://deitel.com/wp-content/uploads/2020/01/python-for-programmers.jpg" alt="Cover image for Python for Programmers" width=300/>
Expand Down
2 changes: 1 addition & 1 deletion examples/ch01/TestDrive.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"source": [
"# this is a text note \n",
"\n",
"## this is an H2\n",
"## this is an H2 a new heading of the element\n",
"\n",
"### this is an H3\n"
]
Expand Down