Python Programming Fundamentals For Absolute Beginners
This is beginners course, Any one want to learn Python programming from scratch. Here I am going through very basics like how computer works,
What you'll learn
- Python programming from zero to one
- Programming language fundamentals and concepts
- Python programming basic programs to learn by doing
- Python programming basics for data science, machine learning
Go Link On Udemy
This comprehensive course is for complete beginners who don't have any programming experience , Any one want to learn Python programming from scratch. Here I am going through very basics like how computer works, What are different components of computer system and programming from basic to advanced like zero to one.
Topics :
1) Programming Fundamentals
2) Python Introduction
• What is Python?
• Why Python?
• History
• Features – Easy, Dynamic Typed, Interpreted, Object oriented, Embeddable, Extensible, Large standard libraries, Free and Open source
• Limitations of Python
• What is Python Software Foundation?
• Python implementations
• Python applications
• Python versions
• Real time use case in industries
• Python Implementation Alternatives/Flavors
• Keywords
• Identifiers
• Constants / Literals
• Data types
• Python Syntax
• Interactive Mode
• Scripting Mode | Normal Mode | Batch Mode
• Programming Elements
• Structure of Python program
• First Python Application
3) Data Types
4) Operators
• Arithmetic Operators
• Comparison Operators
• Python Assignment Operators
• Logical Operators
• Membership Operators
• Identity Operators
• Ternary Operator
• Operator precedence
• Difference between “is” vs “==”