Skip to content

r44v/PythonSnippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonSnippets

Just a repo with python snippets

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 
          ▀█▄▀▄▀██████ ▀█▄▀▄▀████▀ 
            ▀█▄█▄███▀   ▀██▄█▄█

Tools

I became a big fan of pipenv but lately I started using the venv module more.

python -m venv venv

# Ubuntu
venv/bin/activate
# Windows
venv\Scripts\activate

pip install -r requirements.txt

IDE

Visual studio code is my editor of choice. Second place is PyCharm by Jetbrains.

for vscode I suggest you install the following extensions.

  • .gitingnore Generator
  • Happy flasker
  • Json tools
  • Python
  • Rainbow CSV
  • Yaml

About

Just a page with python snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published