Skip to content

FrenchSavvy

Notes for programming.

  • Home
  • About
  • Disclaimer
  • Privacy Policy

Category: Python

Configure Visual Studio Code for Python

18 April 202028 December 2020 ~ frenchsavvy

The first step is to install the extension needed. The official extension is edited by Microsoft. By typing 'Python' in 'Search' field, it will be the first one. Once installed, it should be able to use 'pylint' and 'pep8' to show errors and autoformat the code on save. Be sure that 'pylint' and 'pep8' extensions … Continue reading Configure Visual Studio Code for Python

Send GCode to GRBL with Python

24 March 202028 December 2020 ~ frenchsavvy

Currently using a machine, I was able to send GRBL code to Arduino through the classical USB cord. I found more interesting to put it with a wireless connection. To perform this wireless connection, I added between the Arduino and my computer ... a Raspberry Zero WH ! I know it exists others alternatives definitely … Continue reading Send GCode to GRBL with Python

Setup a virtual environment for Python

7 March 202030 December 2020 ~ frenchsavvy

The advantage of a virtual environment is when you install packages, it is separated from the system installation. Then, it allows you to keep your system Python installation clean. For each project, you can also have separate dependencies. Linux For Linux, you should check first if python3-virtualenv package is installed. If not: sudo apt-get install … Continue reading Setup a virtual environment for Python

Archives

  • April 2022 (1)
  • March 2022 (3)
  • January 2021 (1)
  • December 2020 (3)
  • September 2020 (1)
  • August 2020 (1)
  • May 2020 (2)
  • April 2020 (2)
  • March 2020 (5)

Categories

  • Linux (2)
  • Python (3)
  • Raspberry Pi (6)
  • Tips (3)
  • Unclassified (6)
  • Windows (2)
Create a website or blog at WordPress.com
  • Follow Following
    • FrenchSavvy
    • Already have a WordPress.com account? Log in now.
    • FrenchSavvy
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...
 

    Privacy & Cookies: This site uses cookies. By continuing using this website, you agree to their use. You also agree on our Privacy Policy.
    To find out more, including how to control cookies, see here: Cookie & Privacy Policy