Skip to content

Latest commit

 

History

History
132 lines (86 loc) · 6.5 KB

README.md

File metadata and controls

132 lines (86 loc) · 6.5 KB

Getting Started with Python


print("Hello World!👋")

Introduction

  • Please check INTRODUCTION for general information about this list.
  • Please check CONTRIBUTING for contributing guidelines.

Table of Contents

Python Basics

print("Congrats! If you have managed to complete Python Basics, you are ready to move on to some more Python")

Diving More into Python


Courses

Introduction to Computer Science

Strings in Python

Integers and Float in Python

List, Tuple, and Set Data Types in Python

Python Dictionaries

Python Conditionals and Booleans

Loops in Python

Python Functions

Global and Local Scope in Python

Slicing Strings and List in Python

Python Comprehension

Error Handling in Python

Python Classes Introduction