“Code coller dans le mot” Réponses codées

Formatage de code Word Microsoft

1. Get Notepad++
2. Paste your code in the window
3. Select the programming language from the language menu
4. Select the text to copy
5. Right click and select Plugin commands -> Copy Text with Syntax Highlighting
6. In your word document, go to Insert tab, Text section, click object button 
   (it's on the right)
7. Choose OpenDocument Text which will open a new embedded word document
8. Copy and paste your code from Visual Studio / Eclipse inside this embedded 
   word page
9. save and close, voila; code with highlighting, and no spellcheck everywhere
The Rambling Lank

Code coller dans le mot

import tensorflow as tf
import numpy as np
import pandas as pd
import keras
import matplotlib as plt
import math

from sklearn.metrics import mean_squared_error
from sklearn.preprocessing import MinMaxScaler
from sklearn.model_selection import train_test_split
from matplotlib import pyplot as plt

from keras import layers
from keras import models

from keras.models import Sequential
from keras.layers import Dense
from keras.layers import Dropout
from keras.layers import LSTM
Weary Wombat

Réponses similaires à “Code coller dans le mot”

Questions similaires à “Code coller dans le mot”

Plus de réponses similaires à “Code coller dans le mot” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code