Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.06 KB

README.md

File metadata and controls

26 lines (22 loc) · 2.06 KB
 __  __            _       ____        _   _                 
|  \/  | __ ___  _( )___  |  _ \ _   _| |_| |__   ___  _ __  
| |\/| |/ _` \ \/ /// __| | |_) | | | | __| '_ \ / _ \| '_ \ 
| |  | | (_| |>  <  \__ \ |  __/| |_| | |_| | | | (_) | | | |
|_|  |_|\__,_/_/\_\ |___/ |_|    \__, |\__|_| |_|\___/|_| |_|
                                 |___/                       
 _                                  
| |    ___  ___ ___  ___  _ __  ___ 
| |   / _ \/ __/ __|/ _ \| '_ \/ __|
| |__|  __/\__ \__ \ (_) | | | \__ \
|_____\___||___/___/\___/|_| |_|___/

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)