Skip to content

This is some Python lessons I'm working on. Let me know what you think and raise an issue if I'm wrong <3

License

Notifications You must be signed in to change notification settings

Max-Derner/python-lessons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 __  __            _       ____        _   _                 
|  \/  | __ ___  _( )___  |  _ \ _   _| |_| |__   ___  _ __  
| |\/| |/ _` \ \/ /// __| | |_) | | | | __| '_ \ / _ \| '_ \ 
| |  | | (_| |>  <  \__ \ |  __/| |_| | |_| | | | (_) | | | |
|_|  |_|\__,_/_/\_\ |___/ |_|    \__, |\__|_| |_|\___/|_| |_|
                                 |___/                       
 _                                  
| |    ___  ___ ___  ___  _ __  ___ 
| |   / _ \/ __/ __|/ _ \| '_ \/ __|
| |__|  __/\__ \__ \ (_) | | | \__ \
|_____\___||___/___/\___/|_| |_|___/

Who's this aimed at?

Really, the kind of person I'm targeting here is someone who already knows how to code. I'm imagining that you're really well versed in at least one language, you want to try out a bit of Python but all these Python courses treat you like you don't even know what all these letters on the keyboard are for, when in reality you're a stone cold software engineering professional.
This isn't aimed at someone who's never done any coding, or someone who already knows Python. This is just to get you over the hump of transitioning from one language to another. By the end of this course, you should have a good foundation in Python and be able to take charge of your own education, reading docs and figuring things out for yourself.

N.B. There will come a point where you feel like you want to shake free of my lessons. When that time comes, I highly recommend looking at the official Python Language Reference Manual and it's associated Python Tutorial. The Python Tutorial is very in depth, you'll not get through it quickly but it is going to be a higher quality education than the one I provide here.

p.s. I make no apologies for my British-isms

Away wi' ye!

  • Lesson_00: Getting a base of knowledge going that we can build on
  • Lesson_01: Getting to grips with classes
  • Lesson_03: Exceptions (coming soon)

About

This is some Python lessons I'm working on. Let me know what you think and raise an issue if I'm wrong <3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages