Skip to content

Namrajp/python-fundamentals

Repository files navigation

Python Fundamentals part 1

Intro

💻 Coding is fun. 👍 Python fundamentals is about variables, strings, arrays, conditionals, methods, objects and classes.😄 Just like any language ❤️ python basics is similar.

🌈

Variables are values of items used in programs.

Strings 📗

Strings are used for text

Lists 🔦

Lists are collection of values of same or different types. :hammmer:

Tuples 🔥

Tuples are collection of unique values. 🙏

Dictionary 📘

Simlar to objects in Js.

Conditionals 💋

Conditional is used to provide logic 🧠 to programs if: elif: else:

Loop

for in :

Modules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages