Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Learn Python

  • Python Docs : Official Documentation

  • Courses/Tutorials

  • YouTube Channels

    • CodeWithHarry : This Python Tutorials in Hind,i will teach you all the Python basics needed to master python in a very short span of time.
    • Amulya's Academy : This is the series of free video tutorials on python programming language for beginners and all these videos will help you to learn the language from the basics
    • Chris Hawkes : Python Beginner Tutorial 1 For Absolute Beginners
  • Newsletters

    • Awesome Python Newsletter : Weekly overview of the most popular Python news, articles and packages
    • The PyCoder’s Weekly : Free, weekly e-mail newsletter for those interested in Python development and various topics around Python and the communi‍‍‍ty
    • Improve Your Python With:🐍 Python Tricks : Get a short & sweet Python Trick delivered to your inbox every couple of days
    • Python Weekly : Free weekly newsletter featuring the best hand curated news, articles, new releases, tools and libraries, events etc related to Python
  • Podcasts

    • Django Chat : Podcast on the Django Web Framework by William Vincent and Carlton Gibson
    • Podcast.init : Aims to make a podcast for the Python community that is helpful, informative, and entertaining. By answering this survey you can help us find out how well we are achieving those goals.
    • PythonBytes : Python headlines delivered directly to your earbuds
    • Running in Production : Podcast where folks talk about running small & large web apps in production. Topics include tech stacks, lessons learned and DevOps / deployment tips.
    • Talk Python To Me : A podcast on Python and related technologies
    • Test & Code :Python Testing for Software Engineering Because Software Engineering should include more testing
    • The Real Python Podcast : Python Tips, Interviews, and More
  • Books

    • Dive into Python 3 : Dive Into Python 3 covers Python 3 and its differences from Python 2. Compared to Dive Into Python, it’s about 20% revised and 80% new material.
    • Invent with Python : Invent with Python by Al Sweigart, he is a professional software developer who teaches programming to kids and adults. Sweigart has written several bestselling programming books for beginners
    • Think Python : Think Python is an introduction to Python programming for beginners. It starts with basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression.
    • Automate The Boring Stuff : The best part of programming is the triumph of seeing the machine do something useful. Automate the Boring Stuff with Python frames all of programming as these small triumphs; it makes the boring fun.