Learn Python the Hard Way, 5th Edition (2023-2024)
The 5th Edition of Learn Python the Hard Way released in 2023-2024. **All new for Python 3 and 2023-2024!**
This is part of a product bundle.
Module Getting Started in Python
The best course to learn Python.
- 0: Gearing UpThis exercise has no code.
- 1: A Good First ProgramIf you skipped Exercise 0, then you are not doing this book right.
- 2: Comments and Pound CharactersComments are very important in your programs.
- 3: Numbers and MathEvery programming language has some kind of way of doing numbers and math.
- 4: Variables and NamesNow you can print things with
print
and you can do math. - 5: More Variables and PrintingNow we'll do even more typing of variables and printing them out.
- 6: Strings and TextWhile you have been writing strings, you still do not know what they do.
- 7: Combining StringsNow we are going to do a bunch of exercises where you just type code in and make it run.
- 8: Formatting Strings ManuallyWe will now see how to do a more complicated formatting of a string.
- 9: Multi-line StringsBy now you should realize the pattern for this book is to use more than one exercise to teach you something new.
- 10: Escape Codes in StringsIn Exercise 9 I threw you some new stuff, just to keep you on your toes.
- 11: Asking People QuestionsNow it is time to pick up the pace.
- 12: An Easier Way to PromptWhen you typed
input()
you were typing the(
and)
characters, which areparenthesis
characters. - 13: Parameters, Unpacking, VariablesWe're now going to take a quick detour into the world of the
Terminal
(akaPowerShell
) version ofpython
. - 14: Prompting and PassingLet's do an exercise that uses
argv
andinput
together to ask the user something specific. - 15: Reading FilesYou know how to get input from a user with
input
orargv
. - 16: Reading and Writing FilesIf you did the Study Drills from the last exercise, you should have seen all sorts of commands (methods/functions) you can give to files.
- 17: More FilesNow let's do a few more things with files.
Register for Learn Python the Hard Way, 5th Edition (2023-2024)
Register today for the course and get the all currently available videos and lessons, plus all future modules for no extra charge.