0% found this document useful (0 votes)
131 views

Learn Python Programming From Scratch

This document provides an overview of topics for learning Python at beginner, intermediate, and advanced levels, including introduction, syntax, variables, data types, operators, data structures, lists, tuples, modules, classes, methods, iterators, decorators, generators, web frameworks, machine learning, deep learning, artificial intelligence, and relational databases. It recommends that learners plan their process and navigate these topics based on their abilities rather than trying to access everything at once.

Uploaded by

Harsh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
131 views

Learn Python Programming From Scratch

This document provides an overview of topics for learning Python at beginner, intermediate, and advanced levels, including introduction, syntax, variables, data types, operators, data structures, lists, tuples, modules, classes, methods, iterators, decorators, generators, web frameworks, machine learning, deep learning, artificial intelligence, and relational databases. It recommends that learners plan their process and navigate these topics based on their abilities rather than trying to access everything at once.

Uploaded by

Harsh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Learn Python Programming

from Scratch
Python notes for beginners
 Introduction
 Syntax
 Statement, Indentation,
and Comments
 Variables and Datatypes
 Operators
 Numbers
 Strings
 Data structure
 List
 Tuples
Python notes for
intermediates
 Module
 Classes
 Methods
 Iterators
 Decorators
 Generators
Python notes for advanced
learners
 Web framework
 Machine Learning
 Deep learning
 Artificial Intelligence
 Relational Database
These blogs are not
supposed to be accessed
and learned at once.
As suggested above, one can
plan out the whole process
to learn Python and then
navigate through them
according to their grasping
capabilities and practice.

You might also like