walidamriou / LokumPython

To Learn Python Programming Language with small programs examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lokum Python

To Learn Python Programming Language with small programs examples

Python is a widely used high-level programming language for general-purpose programming, created by Guido vannRossum and first released in 1991. Python features a dynamic type system and automatic memory management and supports multiple programming paradigms, including object-oriented, imperative, functional programming, and procedural styles. It has a large and comprehensive standard library.

Examples:

This mark ✔️ mean the example is available.
⚠️ If there are any issues in the scripts of the examples write an issue in: issues

How could use it?

1- Install python 3 from here: https://www.python.org/downloads .
2- Clone the project (by this methode: https://docs.github.com/en/enterprise/2.13/user/articles/cloning-a-repository) .
3- Open VScode (install it from here: https://code.visualstudio.com/) .
4- Go to: File > Add folder to project to Workspace > choose folder of the project (LokumPython) .
5- Open the folder that you want to start and run terminal in it.
6- Write: python main.py

Contents of the examples:

  • 001 Getting Started
  • 001 Hello World ✔️
  • 002 Variables and Data types ✔️
  • 003 Strings ✔️
  • 004 Operators ✔️
  • 005 Collection data types ✔️
    • 001 Lists ✔️
    • 002 Tuples ✔️
    • 003 Sets ✔️
    • 004 Dictionaries ✔️
  • 006 Control Statements
    • 001 If statements ✔️
    • 002 while Loop ✔️
    • 003 For Loop ✔️
  • 007 Functions ✔️
    • 001 Functions ✔️
    • 002 Lambda ✔️
    • 003 Scope ✔️
  • 008 Modules ✔️
  • 009 Iterators ✔️
  • 002 Object Oriented
  • 001 Basics ✔️
  • 002 Methods ✔️
  • 003 Inheritance ✔️
  • 003 Extra
  • 001 Datetime ✔️
  • 002 Math ✔️
  • 003 JSON ✔️
  • 004 Input ✔️
  • 005 File handling ✔️
    • 001 Open and read files ✔️
    • 002 Write create and remove files ✔️
  • 006 Try Except ✔️
  • 007 Search about String

If you need any help or information:

🔵 Linkedin: https://www.linkedin.com/in/walidamriou
🔴 Email: contact [at] walidamriou [dot] com

Copyright CC 2020 Walid Amriou

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

You are free to:

  • Share copy and redistribute the material in any medium or format

Under the following terms:

  • Attribution You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

  • NonCommercial You may not use the material for commercial purposes.

  • NoDerivatives If you remix, transform, or build upon the material, you may not distribute the modified material.

  • No additional restrictions You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

the software or Code or Scripts or any files in this source is provided "as is" and the author disclaims all warranties with regard to this files including all implied warranties of merchantability and fitness. in no event shall the author be liable for any special, direct, indirect, or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of this software or code or scripts or any files in this source.

© The logo and the name of the project are owned by Walid Amriou, and do not fall under the open license for reconstruction, it must be preserved in full without modification.

About

To Learn Python Programming Language with small programs examples


Languages

Language:Python 100.0%