- Hello World! Introduction to Python. Variables and operators: numbers, strings, boolean type. hello_world.py, vars.py, boolean.py, types.py
- Conditional statements: if-elif-else, ternary operator. While loop. conditional_if.py, conditional_elif.py, while.py
- Lists. List operations. lists.py
- For loop. More lists. List comprehensions. for.py, more_lists.py, list_comprehensions.py
- Dictionaries. Sets. Tuples. dicts_sets_tuples.py
- Functions. Lambdas. Decorators. functions.py
- Exceptions. Files. Context manager. exceptions.py, files.py
- Modules. Packages. modularity.py
- PEP 8 - code style. PEP 257 - documentation. Guido.md
- OOP basics in Python: classes. classes.py
- Abstraction. OOP principles: encapsulation, inheritance, polymorphism. encapsulation.py, inheritance.py, polymorphism.py
- Module abc. Static variables, methods. Properties. abstract.py, static.py, properties.py
- Python standard library: os, sys, re, math, random, datetime, timeit, doctest, unittest. oslib.py, syslib.py, relib.py, mathlib.py, randomlib.py, datetimelib.py, timeitlib.py, doctestlib.py, unittestlib.py
- PIP. Anaconda. Introduction to numpy, pandas, requests, bs4, flask. numpylib.py, pandaslib.py, requestslib.py, bs4lib.py, flaskr/start.sh
- Concurrency. GIL - Global Interpreter Lock. Modules threading and multiprocessing. threadinglib.py, prodcons.py, asynciolib.py, multiprocessinglib.py
- NLTK, Keras, scikit-learn. Introduction to Big Data.
-
Notifications
You must be signed in to change notification settings - Fork 0
AlexTheKing/python-course
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Python course: Tues/Fri 18.00
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published