Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 511 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 511 Bytes

python-3-tutorials

Learning Python 3 with The Net Ninja

Link to Youtube Playlist: https://www.youtube.com/watch?v=Ozrduu2W9B8&list=PL4cUxeGkcC9idu6GZ8EU_5B6WpKTdYZbK

Also another interesting ebook by Digital Ocean: https://assets.digitalocean.com/books/python/how-to-code-in-python.pdf

This repo has all my practice sets as a python Ninja #Kyanda

My preferred code editor - Visual Studio Code Download link: https://code.visualstudio.com/

note = 'Python 3 is a great programming language'

print(note)