Python Notes for Professionals



Download free course Python Notes for Professionals, pdf file on 855 pages by Stack Overflow Community.
The Python Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.

Table of contents

  • Getting started with Python Language
  • Python Data Types
  • Indentation
  • Comments and Documentation
  • Date and Time
  • Date Formatting
  • Enum
  • Set
  • Simple Mathematical Operators
  • Bitwise Operators
  • Boolean Operators
  • Operator Precedence
  • Variable Scope and Binding
  • Conditionals
  • Comparisons
  • Loops
  • Arrays
  • Multidimensional arrays
  • Dictionary
  • List
  • List comprehensions
  • List slicing (selecting parts of lists)
  • groupby()
  • Linked lists
  • Linked List Node
  • Filter
  • Heapq
  • Tuple
  • Basic Input and Output
  • Files & Folders I/O
  • os.path
  • Iterables and Iterators
  • Functions
  • Defining functions with list arguments
  • Functional Programming in Python
  • Partial functions
  • Decorators
  • Classes
  • Metaclasses
  • String Formatting
  • String Methods
  • Using loops within functions
  • Importing modules
  • Difference between Module and Package
  • Math Module
  • Complex math
  • Collections module
  • Operator module
  • JSON Module
  • Sqlite3 Module
  • The os Module
  • The locale Module
  • Itertools Module
  • Asyncio Module
  • Random module
  • Functools Module
  • The dis module
  • The base64 Module
  • Queue Module
  • Deque Module
  • Webbrowser Module
  • tkinter
  • pyautogui module
  • Indexing and Slicing
  • Plotting with Matplotlib
  • graph-tool
  • Generators
  • Reduce
  • Map Function
  • Exponentiation
  • Searching
  • Sorting, Minimum and Maximum
  • Counting
  • The Print Function
  • Regular Expressions (Regex)
  • Copying data
  • Context Managers ("with" Statement)
  • The __name__ special variable
  • Checking Path Existence and Permissions
  • Creating Python packages
  • Usage of "pip" module: PyPI Package Manager
  • pip: PyPI Package Manager
  • Parsing Command Line arguments
  • Subprocess Library
  • setup.py
  • Recursion
  • Type Hints
  • Exceptions
  • Raise Custom Errors / Exceptions
  • Commonwealth Exceptions
  • urllib
  • Web scraping with Python
  • HTML Parsing
  • Manipulating XML
  • Python Requests Post
  • Distribution
  • Property Objects
  • Overloading
  • Polymorphism
  • Method Overriding
  • User-Defined Methods
  • String representations of class instances: __str__ and __repr__ methods
  • Debugging
  • Reading and Writing CSV
  • Writing to CSV from String or List
  • Dynamic code execution with `exec` and `eval`
  • PyInstaller - Distributing Python Code
  • Data Visualization with Python
  • The Interpreter (Command Line Console)
  • *args and **kwargs
  • Garbage Collection
  • Pickle data serialisation
  • Binary Data
  • Idioms
  • Data Serialization
  • Multiprocessing
  • Multithreading
  • Processes and Threads
  • Python concurrency
  • Parallel computation
  • Sockets
  • Websockets
  • Sockets And Message Encryption/Decryption Between Client and Server
  • Python Networking
  • Python HTTP Server
  • Flask
  • Introduction to RabbitMQ using AMQPStorm
  • Descriptor
  • tempfile NamedTemporaryFile
  • Input, Subset and Output External Data Files using Pandas
  • Unzipping Files
  • Working with ZIP archives
  • Getting start with GZip
  • Stack
  • Working around the Global Interpreter Lock (GIL)
  • Deployment
  • Logging
  • Web Server Gateway Interface (WSGI)
  • Python Server Sent Events
  • Alternatives to switch statement from other languages
  • List destructuring (aka packing and unpacking)
  • Accessing Python source code and bytecode
  • Mixins
  • Attribute Access
  • ArcPy
  • Abstract Base Classes (abc)
  • Plugin and Extension Classes
  • Immutable datatypes(int, float, str, tuple and frozensets)
  • Incompatibilities moving from Python 2 to Python 3
  • 2to3 tool
  • Non-offcial Python implementations
  • Abstract syntax tree
  • Unicode and bytes
  • Python Serial Communication (pyserial)
  • Neo4j and Cypher using Py2Neo
  • Basic Curses with Python
  • Templates in python
  • Pillow
  • The pass statement
  • CLI subcommands with precise help output
  • Database Access
  • Connecting Python to SQL Server
  • PostgreSQL
  • Python and Excel
  • Turtle Graphics
  • Python Persistence
  • Design Patterns
  • hashlib
  • Creating a Windows service using Python
  • Mutable vs Immutable (and Hashable) in Python
  • configparser
  • Optical Character Recognition
  • Virtual environments
  • Python Virtual Environment - virtualenv
  • Virtual environment with virtualenvwrapper
  • Create virtual environment with virtualenvwrapper in windows
  • sys
  • ChemPy - python package
  • pygame
  • Pyglet
  • Audio
  • pyaudio
  • shelve
  • IoT Programming with Python and Raspberry PI
  • kivy - Cross-platform Python Framework for NUI Development
  • Pandas Transform: Preform operations on groups and concatenate the results
  • Similarities in syntax, Differences in meaning: Python vs. JavaScript
  • Call Python from C#
  • ctypes
  • Writing extensions
  • Python Lex-Yacc
  • Unit Testing
  • py.test
  • Profiling
  • Python speed of program
  • Performance optimization
  • Security and Cryptography
  • Secure Shell Connection in Python
  • Python Anti-Patterns
  • Common Pitfalls
  • Hidden Features
Pages : 855
Size : 6.3 MB
File type : PDF
Downloads: 182
Created: 2022-02-03
License: CC BY-SA
Author(s): Stack Overflow Community
Python Notes for Professionals

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others python Tutorials

A Practical Introduction to Python Programming

The Coder's Apprentice: Learning Programming with Python 3

Python for You and Me

Exploring Data with Python

Essential Python

Others related eBooks about Python Notes for Professionals

Android Programming Tutorials

This book shows you what you can do with Android, through a series of 40 individual exercises. It gives you hands-on instruction in how to build sophisticated Android applications, using many of the technologies outlined in CommonsWare's other Android books. ...

Think Data Structures: Algorithms and Information Retrieval in Java

Data structures and algorithms are among the most important inventions of the last 50 years, and they are fundamental tools software engineers need to know. But in the author's opinion, most of the books on these topics are too theoretical, too big, and too 'bottom up'....

Practical Artificial Intelligence Programming in Java, 3rd Edition

This book uses both best of breed open source software and the author's own libraries to introduce the reader to Artificial Intelligence (AI) technologies like genetic algorithms, neural networks, expert systems, machine learning, and statistical natural language processing (NLP). ...

Java with BlueJ

This book introduces the Java programming language. The text assumes the student will be using the BlueJ development environment and provides some introductory BlueJ material. Our experience has been that BlueJ is easy to learn and provides a good programming environment for the beginner programme...

Learning Perl Through Examples

Download tutorial intituled Learning Perl Through Examples, it's a free training document under 72 pages by Yun Shen....

Essential Algorithms

This book written to provide clear and concise explanation of topics for programmers both starting to learn the Algorithms as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....

Think Python, 2nd Edition

If you want to learn how to program, working with Python is an excellent way to start. Thi..., download free Python tutorial in PDF (292 pages) created by ....

Download C programming Tutorial

Download C language PDF Tutorial for free, it consisting of 42 chapters and 290 pages covering all the most important C language concepts. This tutorial is intended for beginner programmers, and we recommend you to go through all the chapters, to get the most out of it as possible....

DotNet for professionnals

Download free DotNet tutorial course in PDF, training file in 58 chapters and 192 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

A Practical Introduction to Python Programming

Download free course A Practical Introduction to Python Programming, pdf file on 263 pages by by Brian Heinold....