Skip to content

Commit a1536a2

Browse files
committed
2 parents dd33a06 + 8129f47 commit a1536a2

1 file changed

Lines changed: 11 additions & 26 deletions

File tree

README.md

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,19 @@
11
# Python Essential Training
2-
This is the repository for the LinkedIn Learning course `Python Essential Training`. The full course is available from [LinkedIn Learning][lil-course-url].
2+
This is the repository for the LinkedIn Learning course Python Essential Training. The full course is available from [LinkedIn Learning][lil-course-url].
33

4-
_See the readme file in the main branch for updated instructions and information._
5-
## Instructions
6-
This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage, or you can add `/tree/BRANCH_NAME` to the URL to go to the branch you want to access.
4+
![Python Essential Training][lil-thumbnail-url]
75

8-
## Branches
9-
The branches are structured to correspond to the videos in the course. The naming convention is `CHAPTER#_MOVIE#`. As an example, the branch named `02_03` corresponds to the second chapter and the third video in that chapter.
10-
Some branches will have a beginning and an end state. These are marked with the letters `b` for "beginning" and `e` for "end". The `b` branch contains the code as it is at the beginning of the movie. The `e` branch contains the code as it is at the end of the movie. The `main` branch holds the final state of the code when in the course.
6+
Python is one of the most used dynamic languages for many large organizations, including Google, Yahoo, and IBM. Supported on all major operating systems, it comes pre-installed on Macs, and most Linux and Unix-based systems. In this course, instructor Ryan Mitchell gives you a comprehensive, accessible overview of Python 3. Ryan covers topics required for day-to-day programming in Python, including data types, data structures, operators and statements, control flow, loops, functions, classes, exception handling, and file management. If you’re just starting out on a computer programming journey and want to learn how to write Python programs to accomplish a wide variety of tasks, join Ryan in this course to start building a solid foundation to a Python career.
117

12-
When switching from one exercise files branch to the next after making changes to the files, you may get a message like this:
8+
### Instructor
139

14-
error: Your local changes to the following files would be overwritten by checkout: [files]
15-
Please commit your changes or stash them before you switch branches.
16-
Aborting
10+
Ryan Mitchell
11+
12+
Senior Software Engineer
1713

18-
To resolve this issue:
19-
20-
Add changes to git using this command: git add .
21-
Commit changes using this command: git commit -m "some message"
14+
2215

23-
## Installing
24-
1. To use these exercise files, you must have the following installed:
25-
- [list of requirements for course]
26-
2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
27-
3. [Course-specific instructions]
28-
29-
30-
[0]: # (Replace these placeholder URLs with actual course URLs)
31-
32-
[lil-course-url]: https://www.linkedin.com/learning/
33-
[lil-thumbnail-url]: http://
16+
Check out my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/ryan-mitchell).
3417

18+
[lil-course-url]: https://www.linkedin.com/learning/python-essential-training-14898805
19+
[lil-thumbnail-url]: https://cdn.lynda.com/course/2449125/2449125-1654715051066-16x9.jpg

0 commit comments

Comments
 (0)