Show Menu

ilyes64

About ilyes64

  • A Mechatronics Engineer with experience in Machine learning, and Software development. Self-taught, professional and motivated by challenging projects.
  • Cheatographer since 4 July, 2020.

Stats

  • 2 Cheat Sheets
  • 4 Cheat Sheet Pages
  • 31,369 Cheat Sheet Views

Cheat Sheets By ilyes64

3 Pages
  (0)
Like any other language or tool, Python has some best practices to follow before, during, and after the process of writing your code. These make the code readable and create a standard across the industry. Other developers working on the project should be able to read and understand your code.
11 Aug 20
python, code, software, engineering, best and 3 more ...
1 Page
  (0)
A virtual environment is a Python tool for dependency management and project isolation. They allow Python site packages (third party libraries) to be installed locally in an isolated directory for a particular project.
4 Jul 20
python, poetry, virtualenv, conda, anaconda and 2 more ...