Code Monkey home page Code Monkey logo

python's Introduction

Python

Python Links -

- [RealPython](https://realpython.com/learning-paths/python3-introduction/)

Modules -

- shelve - module use for reading & writing binary file

Repo structure

├── 0001_introduction.py
├── 0002_data_type_&_vars.py
├── 0003_intput_output.py
├── 0004_operator.py
├── 0005_flow_control.py
├── 0006_data_strucutre.py
├── 0007_function.py
├── 0008_scope.py
├── 0009_module.py
├── 0010_exception_handling.py
├── advanced
│   ├── del.py
│   ├── mutable_vs_immutable.py
│   ├── references.py
│   ├── replication.py
│   ├── string_replication.py
│   └── text_number_equvalance.py
├── automation
│   ├── command_line_arguments.py
│   ├── file_handling.py
│   ├── regex.py
│   └── string_manipulation.py
├── command_line_argument
│   ├── argparse_cli.py
│   ├── getopt.py
│   ├── readme.md
│   └── sys_argv_cli.py
├── error
│   └── error.py
├── flash.txt
├── garbase
│   ├── function_multipy.py
│   ├── gasbase_f1
│   │   └── garbase_inside
│   ├── myFile2.txt
│   └── myFile.txt
├── Playbox
│   ├── collatz_sequence.py
│   ├── input_validation.py
│   └── number_of_characters.py
├── README.md
└── Stackoverflow
    └── stackoverflow.md

Python cool feature

Task:
https://www.youtube.com/watch?v=MEMDi9mTCiU
https://www.youtube.com/results?search_query=lamda+function
https://www.youtube.com/watch?v=bO3-CWDMxCk

python's People

Contributors

saminulkasemi avatar sazinsamin avatar

Forkers

saminulkasemi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.