ushicode / python-walk-through

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Walk-through Codes

A quick intro to Python

Basic


main.py (main script, print() built-in function)

variable.py (Variable declaration and manipulation)

datatype.py (Verifying variable type)

dynamically-typed.py (No point being explicit with declared Python variables)

comment.py (Comment styles in Python - single and multiline)

string.py (String declaration, formatting and manipulation)

reserved-keyword.py (Import and display reserved keywords)

Operators


arithmetic.py (Using operators (e.g., +, * -, /, %) to manipulate the value of operands)

logical.py (Using comparison operators (e.g., <, >, >=, <= !=, ==) to manipulate the value of operands)

assignment.py (Using comparison operators (e.g., =, /=, *=, **=, -=) to assign values to variables)

Control Flow


if.py (Using control flow (e.g., if, elif, else) to perform decisions based on certain conditions)

Others are



Data Structures, Loops, Functions, Classes, Date Formatting, Reading Files, Fetching Data from API, Modules.


About


Languages

Language:Python 100.0%