- Notifications
You must be signed in to change notification settings - Fork1
A complete walk through tutorial of Python basics and fundamental. Learn python data-types, conditions, loops, functions classes and other built-in functions and methods.
License
rampal-punia/python-tutorials
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Note: Inclusion of the various Python-Topics is under active development.
i)Programming Languages | ii)Why Python | iii)Installing Python |
iv)Installing code editor | v)Hello World program | iv)Styles and Conventions |
i)Variables | ii)Built-in data types | iii)Strings |
iv)Numbers | v)List | vi)Tuple |
vii)Dictionary | viii)Sets | |
i)If-statement | ii)Comparison Operators | iii)Logical operators |
i)For loop | ii)While loop | |
i)Input function | ii)Print Functions | |
i)Modules | ii) Packages | Library |
i) Frameworks | ||
Separate repository covering Python classes in detail. Following topics are covered in it.
i) Introduction to classes | ii) Reason for creating a class | iii)class keyword &init method |
iv) Naming a 'class' | v) Instance of a class | vi) Attributes and Methods |
vii) Instance and class variables | viii) Instance, class and static methods | ix) dir(), help(class), MRO, is_instance anddict methods |
x) Use of property decorator | xi) OOPs concepts |
i) Args & Kwargs | ii) Continue and Break statements | iii) Functions as first class objects |
iv) Usingname == main | v) Zip function | vi) Lambda function |
vii) Ternary operators | viii) Max function | ix) Ord & Chr |
x) Sort and Sorted | xi) Len and Count | xii) Mutable and Immutable data types |
xiii) Error and Exception Handling | xiv) Creating Virtual Environment | xv) Pypi, Pip & Installing packages |
i) Comprehensions | ii) Generators | iii) Decorators |
iv) Coroutines | v) Asyncio | vi) Multi-Threading |
vii) Multi-processing | viii) Callable objects | ix) Ellipsis |
x) Higher Order Functions |
i) calendar | ii) collections | iii) concurrent |
iv) copy | v) csv | vi) dataclasses |
vii) dis | viii) enum | ix) functools |
x) itertools | xi) json | xii) logging |
xiii) math | xiv) os | xv) pathlib |
xvi) pickle | xvii) random | xviii) re |
xix) shutil | xx) socket | xxi) string |
xxii) time | xxiii) timeit | xxiv) typing |
Reference:
None of the above is an affiliated link. And let me admit thatFluent Python By Luciano Ramalho
is my favorite book on Python and it is almost impossible for me to write about Python without being affected by this book.
All specific references are quoted at the related page.
About
A complete walk through tutorial of Python basics and fundamental. Learn python data-types, conditions, loops, functions classes and other built-in functions and methods.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.