Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.65 KB

File metadata and controls

23 lines (17 loc) · 1.65 KB

Python Language


Elements of Python Language

Subjects Topics Description
Python OOP >class_instance
>python_oop_basic
https://github.com/abs-sayem/python_language/tree/main/python_OOP
Python Basic >python_basics
>python_algorithm
>python_array
>python_numpy
>python_regex
>python_string_re
https://github.com/abs-sayem/python_language/tree/main/python_basic
Python Django >hello_world
>file_drop
>templete_test
https://github.com/abs-sayem/python_language/tree/main/python_django
Python Library >AbsCv
>AbsNlp
https://github.com/abs-sayem/python_language/tree/main/python_library
Python Play >notifier https://github.com/abs-sayem/python_language/tree/main/python_play
Python Problem Solving >3n+1_problem https://github.com/abs-sayem/python_language/tree/main/python_problem_solving
Python Random Projects >age_calculator
>collatz_conjecture
>fibonacci
https://github.com/abs-sayem/python_language/tree/main/python_random_projects
Python Tutorial >12_python_projects
>150_python_exercoses
>python_by_nana
https://github.com/abs-sayem/python_language/tree/main/python_tutorial

Real Python


  1. bpython - A fancy interface to the Python interpreter for Linux, BSD, macOS and Windows. Better python terminal than official.

  2. PEP8 Python Style Guide - Unofficial PEP8 style guide website but better than the official website. It is more readable than original one.