Python Fundamentals Training Bekroonde E-Learning Interactieve video's gesproken tekst Gecertificeerde docenten Oefeningen Certificaat.
Lees meer.
Volume voordeel
No discount
1 Piece
€349,69€289,00
2% Korting
2 Pieces
€342,70€283,22/ Stuk
3% Korting
3 Pieces
€339,20€280,33/ Stuk
4% Korting
4 Pieces
€335,70€277,44/ Stuk
5% Korting
5 Pieces
€332,21€274,55/ Stuk
10% Korting
10 Pieces
€314,72€260,10/ Stuk
15% Korting
25 Pieces
€297,24€245,65/ Stuk
20% Korting
50 Pieces
€279,75€231,20/ Stuk
Maak een keuze
Officieel Certiport Examencentrum Online of fysiek in Almere
Direct starten met bekroonde e-learning Inclusief proefexamens & 24/7 toegang
ISO 9001 & 27001 gecertificeerd 1000+ bedrijven gingen u voor
Persoonlijk advies & maatwerk Gratis intake & nulmeting bij training
Productomschrijving
Python Fundamentals E-Learning Training
Bestel deze unieke E-Learning Python Fundamentals cursus online! ✔️ 1 jaar 24/7 toegang tot rijke interactieve video's, spraakopdrachten en voortgangsbewaking via rapportages. ✔️ Leer de basisprincipes van Python en begin met het schrijven van efficiënte en leesbare code. ✔️ Ontvang na afronding een certificaat van deelname.
Waarom kiezen voor deze opleiding?
Python is een van de populairste en meest toegankelijke programmeertalen ter wereld. Dankzij de eenvoudige syntaxis, uitgebreide bibliotheken en veelzijdigheid wordt Python gebruikt voor webontwikkeling, data-analyse, kunstmatige intelligentie, automatisering en veel meer. Deze cursus biedt een grondige introductie in de basisprincipes van Python, zodat je snel kunt beginnen met programmeren.
Wat je leert:
Fundamenten van Python: Variabelen, datatypes, functies en controle-stromen.
Objectgeoriënteerd programmeren (OOP): Leer hoe je Python gebruikt om objecten en klassen te creëren en toe te passen.
Functionele en imperatieve programmeren: Ontdek de verschillende manieren om Python toe te passen voor verschillende doeleinden.
Python-stijl en best practices: Leer de belangrijke syntaxisregels en schrijf code die zowel leesbaar als onderhoudbaar is.
Deze cursus biedt alles wat je nodig hebt om als beginner succesvol Python te leren en je voor te bereiden op de volgende stappen in je programmeercarrière.
Wie zou moeten deelnemen?
Deze opleiding is perfect voor:
Beginnende programmeurs die een solide basis willen leggen in Python.
Softwareontwikkelaars die hun vaardigheden willen uitbreiden naar Python, een veelzijdige taal.
Datawetenschappers die met Python willen beginnen voor data-analyse of machine learning.
Iemand die de programmeerwereld wil betreden en geïnteresseerd is in het ontwikkelen van praktische, gebruiksvriendelijke software.
Demo Python Fundamentals Training
Cursusinhoud
Setting Up
Course: 38 Minutes
Course Introduction
An Overview of Python
The Philosophy of Python
Python 2 vs Python
Installing Python
Installing Python 3 on Linux
Python IDEs
A Basic Program
Course: 35 Minutes
Whitespace in Python
Read, Evaluate, Print, Loop
Hello World
User Input
Modules and Imports
Data Types
Course: 19 Minutes
The int Type in Python
The float Type in Python
Basic Math Functions in Python
The bool Type in Python
Sequence Types
Course: 57 Minutes
The str Type in Python
The bytes Type in Python
The bytearray Type in Python
The list Type in Python
The tuple Type in Python
Slicing in Python
Collection and Mapping Types in Python
Course: 25 Minutes
The range Type and Function in Python
The set Type in Python
The dict Type in Python
Loops and Conditionals
Course: 31 Minutes
The While Loop in Python
The For Loop in Python
The if Statement in Python
Practice: Writing a Python Program
Course: 4 Minutes
Exercise: Name Reverser
Modules and Functions
Course: 39 Minutes
Course Introduction
Importing a Module at the REPL
Defining a Function
Python Scripts, Modules, and Programs
Running a Module as a Script
Command Line Arguments
Classes
Course: 1 Hour, 18 Minutes
Classes and Types
Class Definition
Class Initialization
Class Instance Methods
Static Methods
Inheritance
Properties
Properties with Inheritance
Operator Overloading
Documenting Code
Course: 21 Minutes
Docstrings
Code Comments
Documentation Best Practice
Files
Course: 28 Minutes
Reading Text Files
Writing Data
Writing Large Files
Reading Binary Data
Writing Binary Data
Practice: Creating Classes
Course: 6 Minutes
Exercise: Creating a Custom Data Type6 2.55
Comprehensions
Course: 42 Minutes
Course Introduction
List Comprehensions
Nested Comprehensions
The zip() Function in Comprehensions
Set Comprehensions
Dictionary Comprehensions
Iterables
Course: 57 Minutes
Basic Iteration
The map() Function
The filter() Function
The functools.reduce() Function
Implementing an Iterator
Implement an Iterable Using __getItem
Implement an Iterable Using Extended iter
Generators
Course: 28 Minutes
Simple Generators
Lazy Generators
Recursive Generators
Exceptions
Course: 1 Hour, 29 Minutes
Catching All Exceptions
Catching Specific Exception Classes
The Exception Hierarchy
Exception Payloads
Creating New Exceptions
Traceback Objects
Assertions
Chaining Exceptions
Practice: Creating an Iterable
Course: 9 Minutes
Exercise: Creating an Iterable Data Type
The Django Framework for Python
Course: 59 Minutes
Course Introduction
The Django Framework
Setting up Django
Creating a Django Project
The Django Web Server
Creating Django Apps
Django Views and Templates
Working with Data in Django
Django Forms
The TurboGears Framework for Python
Course: 50 Minutes
The TurboGears Framework
Installing TurboGears for Python
TurboGears Templates
TurboGears Views
TurboGears Controllers
TurboGears and Rendering
TurboGears and Data
TurboGears and REST
The Flask Web Framework for Python
Course: 35 Minutes
The Flask Framework
Creating a Basic Flask Application
Using Templates in Flask
Working with Web Forms
Connecting to Data with Flask
Practice: Working with Web Frameworks
Course: 5 Minutes
Exercise: Creating a Django View
The web2py Framework for Python
Course: 55 Minutes
Course Introduction
Introduction to web2py
web2py Core
web2py Views
web2py Data Abstraction
web2py Forms and Validation
web2py Messaging
web2py Authentication and Authorization
web2py Services
Python Testing Frameworks
Course: 31 Minutes
Testing with Python
The Doctest Module
Doctests in Docstrings
Doctest Exceptions and Directives
Understanding Unit Testing
Unit Testing in Python
Course: 50 Minutes
Using Python Mocker
Running Unit Tests with Unittest
Working with Test Fixtures
Test Iterations with Subtests
Unit Testing with Nose
Unit Testing with Pytest
Acceptance Testing with the Robot Framework
Web Automation Testing Using Selenium
Practice: Working with Testing
Course: 3 Minutes
Exercise: Creating and Running Tests
Introduction to Data Science for Python
Course: 1 Hour, 39 Minutes
Course Introduction
Introduction to Anaconda
Introduction to Jupyter/IPython
Working with Jupyter/IPython
Introduction to NumPy
Working with NumPy Arrays
Introduction to Pandas
Data Manipulation with Pandas
Data Visualization with Matplotlib
Python and SciKit-learn
Supervised Learning with SciKit-learn
Geospatial Analysis using ArcGIS
Text Analytics with NLTK
Social Network Analysis using Networkx
The BeautifulSoup Parser for Python
Working with PySpark for Big Data
Practice: Working with Python and Data Science
Course: 3 Minutes
Exercise: Working with Pandas
Ga aan de slag met Python Fundamentals!
✔️ Flexibele leerstijl: Leer op je eigen tempo met interactieve video's en praktijkgerichte opdrachten. ✔️ Directe toepassing: Pas de kennis direct toe door oefeningen en testen per hoofdstuk. ✔️ Ontwikkel als Python-programmeur: Bouw de vaardigheden die nodig zijn om Python effectief te gebruiken in verschillende domeinen.
Bestel nu jouw cursus en start je reis naar Python-programmering!
Specificaties
Artikelnummer
90828908
SKU
90828908
Taal
Engels
Kwalificaties van de Instructeur
Gecertificeerd
Cursusformaat en Lengte
Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
Lesduur
16:37 uur
Voortgangsbewaking
Toegang tot Materiaal
365 dagen
Technische Vereisten
Computer of mobiel apparaat, Stabiele internetverbindingen Webbrowserzoals Chrome, Firefox, Safari of Edge.
Support of Ondersteuning
Helpdesk en online kennisbank 24/7
Certificering
Certificaat van deelname in PDF formaat
Prijs en Kosten
Cursusprijs zonder extra kosten
Annuleringsbeleid en Geld-Terug-Garantie
Wij beoordelen dit per situatie
Award Winning E-learning
Tip!
Zorg voor een rustige leeromgeving, tijd en motivatie, audioapparatuur zoals een koptelefoon of luidsprekers voor audio, accountinformatie zoals inloggegevens voor toegang tot het e-learning platform.
Python Fundamentals Training Bekroonde E-Learning Interactieve video's gesproke...
€349,69€289,00
Specificaties
Artikelnummer
90828908
SKU
90828908
Taal
Engels
Kwalificaties van de Instructeur
Gecertificeerd
Cursusformaat en Lengte
Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
Lesduur
16:37 uur
Voortgangsbewaking
Toegang tot Materiaal
365 dagen
Technische Vereisten
Computer of mobiel apparaat, Stabiele internetverbindingen Webbrowserzoals Chrome, Firefox, Safari of Edge.
Support of Ondersteuning
Helpdesk en online kennisbank 24/7
Certificering
Certificaat van deelname in PDF formaat
Prijs en Kosten
Cursusprijs zonder extra kosten
Annuleringsbeleid en Geld-Terug-Garantie
Wij beoordelen dit per situatie
Award Winning E-learning
Tip!
Zorg voor een rustige leeromgeving, tijd en motivatie, audioapparatuur zoals een koptelefoon of luidsprekers voor audio, accountinformatie zoals inloggegevens voor toegang tot het e-learning platform.
Wij gebruiken functionele en analytische cookies om onze website goed te laten werken en het gebruik ervan te meten met Google Analytics. Er worden geen persoonsgegevens gedeeld voor advertentiedoeleinden. Door op "Accepteren" te klikken, geeft u toestemming voor het plaatsen van deze cookies.
Cookies beheren