Python: from shell to web development
Dauer: 2 tage | Preis: € 600,00
Beschreibung
Python it’s a object oriented programming language, that lands itself to many uses: to simple script at complex web application. Python unites powerful features and a simple and intuitive sintax, that make it clean and simple.
Inhalt
What’s python
- The language choosed by NASA, Google, Yahoo, Intel, Youtube, Instangram and more….
- Introduction on python and main features
Installing python
- How to install python in various systems
Data types
- List of primitive types in python
- Lists, strings, tuples, dictionary, bytes
Control instructions
- The importance of indentation
Manage exceptions
- try, except, raise
Functions
- Define functions
- builtins functions
Classes
- Special methods
- Super
Classes advanced arguments
- Overloading
- hereditarity
Standard libraries
- sys
- shelve e pickle
- smtplib, urllib e ftplib
- threading
- multiprocessing
Advanced arguments
- Iteretors
- Introspection
- Generators
- Decorators
Python and Database
- Connect to database
- Read
- Write
- Update and Delete data