- 13
- 357
Programming by Tukaram Bhagat
India
เข้าร่วมเมื่อ 16 พ.ย. 2011
1.5 million subscribers | 5 million views
Python Programming Fundamentals
Workshop Agenda
1. Introduction to Python (10 minutes)
Brief overview of Python
History and evolution of Python
Applications of Python in various domains (e.g., web development, data science, machine learning)
Installation and setup (mention tools like Python IDLE, VS Code, Jupyter Notebook)
Understanding Python syntax and structure
2. Python Basics (20 minutes)
Variables and data types
Strings, integers, floats, and booleans
Input and output
input() and print() functions
Basic operators
Arithmetic, comparison, and logical operators
3. Control Flow Statements (20 minutes)
Conditional statements
if, elif, and else
Loops
for and while loops
Use of break, continue, and pass
4. Functions in Python (15 minutes)
Defining and calling functions
Syntax: def
Parameters and return values
Built-in functions overview
5. Python Data Structures (25 minutes)
Lists
Definition, indexing, and slicing
Common list operations (append(), remove(), sort())
Dictionaries
Key-value pairs
Common operations (get(), keys(), values())
Tuples and sets (brief overview)
1. Introduction to Python (10 minutes)
Brief overview of Python
History and evolution of Python
Applications of Python in various domains (e.g., web development, data science, machine learning)
Installation and setup (mention tools like Python IDLE, VS Code, Jupyter Notebook)
Understanding Python syntax and structure
2. Python Basics (20 minutes)
Variables and data types
Strings, integers, floats, and booleans
Input and output
input() and print() functions
Basic operators
Arithmetic, comparison, and logical operators
3. Control Flow Statements (20 minutes)
Conditional statements
if, elif, and else
Loops
for and while loops
Use of break, continue, and pass
4. Functions in Python (15 minutes)
Defining and calling functions
Syntax: def
Parameters and return values
Built-in functions overview
5. Python Data Structures (25 minutes)
Lists
Definition, indexing, and slicing
Common list operations (append(), remove(), sort())
Dictionaries
Key-value pairs
Common operations (get(), keys(), values())
Tuples and sets (brief overview)
มุมมอง: 19
วีดีโอ
Working with Pandas
มุมมอง 18 หลายเดือนก่อน
Pandas is a popular Python library widely used for data manipulation and analysis. It provides fast, flexible, and expressive data structures designed to make working with structured (tabular or heterogeneous) data effortless. Pandas is a powerful Python library widely used for data manipulation and analysis. It provides data structures like DataFrame and Series, which allow you to easily work ...
Working with Numpy
มุมมอง 78 หลายเดือนก่อน
This session covers Numpy in detail. Practical examples are used to explain the various ways in which you can think of using Numpy while writing any program in Python. NumPy, which stands for Numerical Python, is a powerful library in Python used primarily for numerical computations. It provides support for large, multi-dimensional arrays and matrices, along with a wide range of mathematical fu...
Cyber Security
มุมมอง 26ปีที่แล้ว
You will learn about Cyber Security Fundamentals, Types of Cyber Attacks, How to Protect Your Systems? Impact of Cyber Security?
Java Lesson 6 - Arrays, Wrapper Classes, Boxing, Unboxing
มุมมอง 724 ปีที่แล้ว
Java Lesson 6 - Arrays, Wrapper Classes, Boxing, Unboxing
Java Lesson 5 - Math Object, Operators, Arrays
มุมมอง 254 ปีที่แล้ว
Java Lesson 5 - Math Object, Operators, Arrays
Java Lesson 4 : Built In Classes, Math, String, Inheritance
มุมมอง 314 ปีที่แล้ว
Java Lesson 4 : Built In Classes, Math, String, Inheritance
Java Lesson 3 : Switch Case, While Loop and Do While Loop
มุมมอง 174 ปีที่แล้ว
Java Lesson 3 : Switch Case, While Loop and Do While Loop
Java Lesson 2: Conditional Constructs ... if and if else
มุมมอง 344 ปีที่แล้ว
Java Lesson 2: Conditional Constructs ... if and if else
Java Lesson 1 : Fundamentals, Variables and Data Types
มุมมอง 644 ปีที่แล้ว
Java Lesson 1 : Fundamentals, Variables and Data Types