This repository was archived by the owner on Jul 2, 2024. It is now read-only.
forked from PonomaryovVladyslav/PythonCourses
-
Notifications
You must be signed in to change notification settings - Fork 4
Introduction to Python #28
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changed introduction structure to exclude non-significant headers. Added common python usage rubric.
Made company image hyperlinks. Added installation instructions for Windows and macOS (homebrew).
`sphinx.ext.imgconverter` uses 3rd-party software, this should be described in project's readme file.
Made company image hyperlinks. Added installation instructions for Windows and macOS (homebrew).
shorodilov
added a commit
that referenced
this pull request
Apr 14, 2023
Added introduction part including Python brief history and pros, installation and usage guides. Added some static files to the repo and updated bib db with references. Added draft documents for future appendixes (included to toctree in the master document).
shorodilov
added a commit
that referenced
this pull request
Apr 20, 2023
Added introduction part including Python brief history and pros, installation and usage guides. Added some static files to the repo and updated bib db with references. Added draft documents for future appendixes (included to toctree in the master document).
shorodilov
added a commit
that referenced
this pull request
May 4, 2023
Added introduction part including Python brief history and pros, installation and usage guides. Added some static files to the repo and updated bib db with references. Added draft documents for future appendixes (included to toctree in the master document).
shorodilov
added a commit
that referenced
this pull request
Jul 25, 2023
Added introduction part including Python brief history and pros, installation and usage guides. Added some static files to the repo and updated bib db with references. Added draft documents for future appendixes (included to toctree in the master document).
shorodilov
added a commit
that referenced
this pull request
Nov 2, 2023
Added introduction part including Python brief history and pros, installation and usage guides. Added some static files to the repo and updated bib db with references. Added draft documents for future appendixes (included to toctree in the master document).
shorodilov
added a commit
that referenced
this pull request
Nov 16, 2023
Introduction to Python (#28) Added introduction part including Python brief history and pros, installation and usage guides. Added some static files to the repo and updated bib db with references. Added draft documents for future appendixes (included to toctree in the master document). # Conflicts: # src/appx/code_edit.txt # src/appx/env_path.txt # src/conf.py # src/index.txt # src/intro/index.txt # src/intro/install.txt # src/intro/interact.txt # src/refs.bib
shorodilov
added a commit
that referenced
this pull request
Nov 16, 2023
Introduction to Python (#28) Added introduction part including Python brief history and pros, installation and usage guides. Added some static files to the repo and updated bib db with references. Added draft documents for future appendixes (included to toctree in the master document). # Conflicts: # src/appx/code_edit.txt # src/appx/env_path.txt # src/conf.py # src/index.txt # src/intro/index.txt # src/intro/install.txt # src/intro/interact.txt # src/refs.bib
shorodilov
pushed a commit
that referenced
this pull request
Nov 26, 2023
edit grammar and style; update links for lesson 32
shorodilov
added a commit
that referenced
this pull request
Nov 26, 2023
Added introduction part including Python brief history and pros, installation and usage guides. Added some static files to the repo and updated bib db with references. Added draft documents for future appendixes (included to toctree in the master document).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Objective
Python newcomers should have detailed instructions on their very first steps.
Solution
The introduction part will lead newcomers on the installation process and running Python for the first time.