X Tutup
Skip to content

eriktechgrounds/python-basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installatie van Python

Download de laatste Python hier: https://www.python.org/downloads/
Installeer Python op je computer met het gedownloade installatiebestand.
Tijdens de installatie: Geef de checkbox 'Add Python to Path' een check ☑

Installatie van Pycharm

Download Pycharm Community Version
Installeer Pycharm.
Start het programma (er hoeft geen extra plugins gedownloaded te worden).
Bekijk en volg de instructies op deze pagina: Pycharm create and run your first project

De setup van dit Github project

Ga naar: https://github.com/my-github-alt/python-basic
Click op de button: Code
Clone het project met Pycharm: clone repo
Gebruik hiervoor deze git url: https://github.com/my-github-alt/python-basic.git
of
Download het zip-bestand onder de button Code
Pak het zip-bestand uit op je computer.
In Pycharm in het Menu onder File click Open. Navigeer met Pycharm naar de uitgepakte folder. In Popup: '(?) Open Project' click 'This Window'

Inhoud

  1. Geschiedenis en informatie
  2. Hello World
  3. Basic types
  4. Data containers
  5. Boolean values
  6. Operators
  7. Conditional expressions
  8. Built-in functions
  9. Loops
  10. Exception handling
  11. Namespaces & Scope
  12. Classes and functions
  13. Installing third-party packages
  14. Importing modules
  15. Structural Pattern Matching

About

Basic Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 81.7%
  • Python 18.3%
X Tutup