Use CodeMirror to build the IDE used by data scientists
1. Introduction to codemirrorCodeMirror is a general text editor implemented with JavaScript. It is specially used for code editing. It has built-in multiple development language modes and plug-ins, and supports code highlighting, automatic completion, search, shortcut keys, etc.CodeMirror is an open source project licensed by MIT. At present, ...
Added by keyur.delhi on Mon, 24 Jan 2022 12:50:48 +0200
pycharm configuring conda records
1. Download and install
This can be understood as an environment management tool, that is, running different projects requires different environments, that is, libraries, but some libraries will conflict with each other. It can create a virtual environment and give each project a separate virtual environment, which is more convenient to m ...
Added by roydukkey on Mon, 24 Jan 2022 04:41:27 +0200
Use the Scrapy framework to crawl and store it in the database
1. Premise environment
Install pypharm, and install the Scrapy frame in pypharm
2. Create a Scrapy project
Find Terminal in the lower left corner of pychart, as shown below: Click Terminal to enter the command line window, as shown below: In this window, execute the following command to create a Scrapy project
scrapy startproject ent ...
Added by next on Tue, 18 Jan 2022 10:39:50 +0200
pycharm installation tutorial, super detailed
Before installing pycham, make sure that your computer is configured with python. If you don't download the installation, you can read my article - > > > python installation detailed tutorial
pycharm windows version download address: https://www.jetbrains.com/pycharm/download/#section=windows Download the community version (enough for ...
Added by Mr Tech on Fri, 14 Jan 2022 15:22:15 +0200
The Complete Vue Tutorial - Writing Visual Screens from scratch
Summary
(showcase OF OFs)
OFPreviously, python was introduced for data visualization, data analysis and some small projects, but the basic knowledge is backend. To make a good visualization screen, we also need to learn some front-end knowledge (vue), there are many more complex online (need to execute a variety OF commands) and incomplete ...
Added by freshclearh2o on Fri, 31 Dec 2021 21:10:53 +0200
pytest Chapter 1 installation and execution use cases
pytest framework learning notes
Absrtact: pytest framework learning notes, record relevant knowledge points of pytest, and install and execute use cases of pytest.
pytest simple operation
Prerequisites for learning:
python syntax learnedKnowledge of testingpython3 and pycharm are installed
Install pytest
After pycharm creates a project, c ...
Added by DyslexicDog on Thu, 23 Dec 2021 16:40:22 +0200
Cartopy drawing map seventh day (python drawing relief map and scale bar)
Cartopy drawing map seventh day (python drawing relief map and scale bar)
In this paper, python and cartopy are used to draw the relief map, and the scale is also drawn. First, the figure above is respectful. Some legend symbols are wrong. Please don't mind. They are expressed casually
First, Download relief map
Friends who want to draw rel ...
Added by PRSBOY on Mon, 20 Dec 2021 08:29:55 +0200
Configuring Yolov5 is actually not that complicated -- Yolov5 Configuration Environment Summary
1, Installing Anaconda3
1.Anaconda3 Download
Download link on the official website: https://www.anaconda.com/products/individual If the download speed of the official website is too slow, you can download the baidu cloud Anaconda file I uploaded
Baidu cloud link: https://pan.baidu.com/s/1SK_Hc9tZ5iIXgq_tshbu_Q Extraction code: 8856
...
Added by taskhill on Sun, 19 Dec 2021 05:15:07 +0200
[QtDesigner Development Notes] configure in PyCharm and summarize Java interview questions
from test import Ui_MainWindow
function `main.py` Can run a QtDesigner Developed PyQt5 The project has:
![Insert picture description here](https://img-blog.csdnimg.cn/20210403001614299.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80MzczNDA5NQ==,size_1,color_FFFFFF,t_70)
...
Added by stonecold on Fri, 17 Dec 2021 18:04:23 +0200
Explosion liver 60000 words finishing python foundation, quick start python first
1 environmental installation
To learn Python development, you must first learn to install the python environment. I generally use Anaconda + pychar as the development environment. Anaconda is an open source Python Release that contains conda More than 180 science packages and their dependencies, such as, Python, etc. Because it contains a ...
Added by alivec on Fri, 17 Dec 2021 16:08:11 +0200