Index
“The best programing language that I know of” cit. Me, 06 Nov 2021
TO ADD/TODO
- sys.getrwatch, sys.setrwatch - CPython internals: why bother? (James Powell)
- See what parts of your code/project are slow.
- Scalene a python profiler: Youtube video
- Fast cython file creation, maybe a sublime plugin, or better if you change the
myPython.sublime-build. - Redo the Machine_Learning package
Really Useful Videos
- Youtube - ‘Python GUI Development Using PySide6 and Qt – Tutorial’ by ‘free CodeCamp’ pyQt is a useful library to make graph and GUI
- Scalene a python profiler: Youtube video
Python Ideas:
- Python - Idea ‘Code Anchors’
- Python - Ideas for Singleton
- [[Python - Ideas for init.py]]
- Python - Collection of Ideas ‘Code Structures’
- Python - Idea ‘Classify Functions by Their Order’
Python Coding Practices
General Coding Practices:
- Object-Oriented Programming
- Functional Programming
- Logic Programming
- (Video) How to Program - by Coding Tech
PEP-8
Python Paradigms
My Coding Practices
- Python - My Example of a Package
-
__init__.py[[init.py code (2023 - XX - XX)]][[init.py code (2022 - 12 - 16)]][[1. The best, but unsafe init.py I made]][[2. The best init.py (2021 - 10 -18)]][[3. The best init.py (2022 - 03 - 03)]][[init.py code (2024 - 06 - 06)]][[init.py code (2024 - 06 - 07)]]- [[init.py code (2024 - 06 - 08)]] Best version/Hopefully the final version
- Virtual Environment and Docker:
- Python - pipenv • (pipenv) README.txt • Python Virtual Environment • Create a New pipenv venv
- ~~Python - venv (create and use virtual environments, also use with Sublime Text 4) ~~
- ~~Docker - Container for Python ~~
-
General file.py
Novice:
Lists:
-
- Python - import
- Python - Absolutes and Relative Imports
- [[Python - import(…)]]
- Python - import
Intermediate:
- Python - Generators
- Python - Software Design
- Python - asyncio
- Python - PIL (Python Imaging Library)
- Python - Serial
- Python - Inspect
- Python - Classes
- [[Python - getattr]]
- Python - collections
Python - Class-Function - Python - Libgen API
- Python - Syncthing API
Expert:
- Python - Functional Programming
- Python - Decorators
- Python - User Defined with Statement
- Python - List Comprehension
- Python - Global Interpreter Lock
- Python - The Import System
- Python - Importers
- [[Python - HOW I IMPORT - My init.py Files]]
- Python - metaclasses
- Python - multiprocessing
- Python - pyqtgraph
- Python - Cython
- Python - C Integration with Python
- Python - Pytorch
Maestro:
- Python - Run Function for a Predefined Limit of Time
- Python - Add new Syntax
- Python - PyQt
- [[Python Project ~ init.py]]
- [[Python - Ideas for init.py]]
- Python Project ~ haskell_class decorator
- Python - Idea ‘where’ Keyword
- Python Project ~ automatic Test script
- Understanging Code:
- Daniele Varazzo: SADIC (Simple Atom Depth Index Calculator) | documentation