DevsCall
TutorialsBlogAboutContact
HomeTutorialsBlogAboutContact
  • Explore Tutorials
  • Python
  • Coding Interview Prep
  • Machine Learning
  • JavaScript
  • TypeScript
  • Python with Copilot
  • Advanced Web Development
  • SQL
  • Ai Essentials
  • Pandas
  • NumPy
  • Email Meeting Assistant
  • Java in AI Era

Python Basics

  • Python Introduction with AI
  • Printing Text on the Screen
  • Quiz: Python Introduction

Python Variables

  • Storing Information with Variables
  • Naming Your Variables the Right Way
  • Data Types in Python
  • Python Numeric Types
  • Python String Format
  • Python Modify Strings
  • Python String Concatenation
  • Python String Methods
  • Python Boolean Type
  • Quiz: Variables, Data Types, Strings and Booleans

Operators in Python

  • Arithmetic Operators in Python
  • Assignment Operators in Python
  • Comparison Operators in Python
  • Logical Operators in Python
  • Identity Operators in Python
  • Quiz: Python Operators

Conditional Statements in Python

  • Python If statements
  • Else and Elif Statement
  • Nested if statement in Python
  • Quiz: If, Elif, Else

Python Lists

  • List in Python
  • Access List Items in Python
  • Change List items in Python
  • Add Elements to a List in Python
  • Python Remove Item from List
  • Sort List python
  • Copy Lists Python
  • Python Join List
  • Quiz: Python Lists

Python Tuples

  • Tuples in Python
  • Tuples access in Python
  • Python Update Tuples
  • Unpack Tuples in Python
  • Join Tuples in Python
  • Quiz: Python Tuples

Python Sets

  • Sets in Python
  • Python Set Access Element
  • Python Set Add Item
  • Python Remove Set
  • Quiz: Python Sets

Python Dictionaries

  • Python Dictionaries
  • Python Access Dictionary
  • Python Update Dictionary
  • Python Add Dictionary
  • Python Remove Dictionary Key
  • Python Copy Dictionary
  • Python Nested Dictionaries
  • Quiz: Python Dictionary

Loops in Python

  • Python for loop
  • Python while Loop
  • Quiz: For and While Loop

Python Arrays and Functions

  • Arrays in Python
  • Python Functions
  • Quiz: Python Arrays and Functions

Conclusion

  • Python Wrap Up