Join Bruce Van Horn for an in-depth discussion in this video Adding the URLs file, part of Learning Python with PyCharm.
- [Instructor] We're almost ready for our…test run, but we do need to go ahead…and create this input file that our…main script is expecting.…So let's go up to PageSpider here at the top.…I'll right click, select New.…And this time I'm just going to pick File.…I'll give it a name, which is just going to be input.txt.…And it's going to ask me if I want to…add this to Git.…I'll say Yes.…And now I just need some URLs,…so I'll go ahead and launch my browser.…
It makes sense that I would pass at the…Python programming language article.…So I'll copy that.…And I'll paste it here in the first line.…I'll switch back over and let's…give props to Guido, I know I'm…saying his name wrong.…But I'm not Dutch, so I'm ill-equipped…to pronounce it correctly.…I'll copy that one.…And paste it in.…And I'll pick one more so that we have three.…How about the BDFL article?…Copy that and that'll be our last one.…
And I'll paste that in as well.…So now that I have my three articles in here,…I'll switch back over to my PageSpider script…and let's run it and see how it works.…
Author
Released
7/6/2017- Installing the PyCharm, Git, and Pypy packages
- Adding functions
- Refactoring code
- Calling packages
- Debugging code
- Creating databases
- Working with in-line SQL
- Creating web projects with PyCharm
Skill Level Beginner
Duration
Views
Related Courses
-
Learning Python Generators
with Josh McQuiston44m 23s Intermediate
-
Introduction
-
Welcome1m 10s
-
What you should know1m 11s
-
What is PyCharm?3m 15s
-
-
1. First Steps with PyCharm
-
Install Git1m 25s
-
Adding Pypy packages3m 29s
-
Navigation shortcuts3m 33s
-
Git and PyCharms VCS tools6m 26s
-
Working with GitHub1m 46s
-
2. Code Quality
-
Lens Mode and Intentions6m 44s
-
URL utility code5m 20s
-
Refactoring2m 15s
-
Adding the URLs file2m 16s
-
Debugging7m 22s
-
Fixing the missing library2m 21s
-
-
3. Working with Databases
-
Creating the database4m 56s
-
Using the table editor3m 53s
-
Using generated SQL (DDL)5m 19s
-
Setting the SQL dialect2m 22s
-
Data Viewer and SQL console3m 55s
-
-
4. Web Projects
-
Odds and ends5m 42s
-
Conclusion
-
Next steps1m 42s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Adding the URLs file