Python Notes For Professionals


أسم الكتاب: Python Notes For Professionals
تصنيف الكتاب : لغات البرمجة. 
نوع الملف : pdf. 
الحجم: 6.36mb. 
المؤلف : Stack Overflow
لغة الكتاب : الإنجليزية. 
Python Notes For Professionals


وصف الكتاب :
صمم  بنهج أفضل وكتابة اكودًا سهل الفهم باستخدام تقنيات قابلة للتطبيق بدرجة عالية تؤدي إلى تطبيقات أكثر قوة وفعالية.
 تم تجميع كتاب Python® Notes for Professionals من Stack Overflow Documentation ، والمحتوى مكتوب بواسطة الأشخاص الرائعين في Stack Overflow.
يحتوي هذا الكتاب على الفصول التالية :

Ch1-Getting started with Python Language. 
Ch2-Python Data Types. 
 Ch3-Indentation. 
Ch4-Comments and Documentation. 
Ch5-Date and Time. 
Ch6-Date Formatting. 
Ch7-Enum. 
Ch8-Set. 
Ch9-Simple Mathematical Operators. 
Ch10-Bitwise Operators. 
Ch11-Boolean Operators. 
Ch12-Operator Precedence. 
Ch13-Variable Scope and Binding. 
Ch14-Conditionals. 
Ch15-Comparisons. 
Ch16-Loops. 
Ch17-Arrays. 
Ch18-Multidimensional arrays. 
Ch19-Dictionary. 
Ch20-List. 
Ch21-List comprehensions. 
Ch22-List slicing (selecting parts of lists). 
Ch23-groupby(). 
Ch24-Linked lists. 
Ch25-Linked List Node. 
Ch26-Filter. 
Ch27-Heapq. 
Ch28-Tuple.
Ch29-Basic Input and Output.
Ch30-Files & Folders I/O.
Ch31-os.path.
Ch32-Iterables and Iterators.
Ch33-Functions.
Ch34-Defining functions with list arguments. 
Ch35-Functional Programming in Python. 
Ch36-Partial functions. 
Ch37-Decorators. 
Ch38-Classes. 
Ch39-Metaclasses. 
Ch40-String Formatting. 
Ch41-String Methods. 
Ch42-Using loops within functions. 
Ch43-Importing modules. 
Ch44-Difference between Module and Package. 
Ch45-Math Module. 
Ch46-Complex math. 
Ch47-Collections module. 
Ch48-Operator module. 
Ch49-JSON Module. 
Ch50-Sqlite3 Module. 
Ch51-The os Module. 
Ch52-The locale Module. 
Ch53-Itertools Module. 
Ch54-Asyncio Module. 
Ch55-Random module. 
Ch56-Functools Module. 
Ch57-The dis module. 
Ch58-The base64 Module. 
Ch59-Queue Module. 
Ch60-Deque Module. 
Ch61-Webbrowser Module. 
Ch62-tkinter. 
Ch63-pyautogui module. 
Ch64-Indexing and Slicing. 
Ch65-Plotting with Matplotlib. 
Ch66-graph-tool. 
Ch67-Generators. 
Ch68-Reduce. 
Ch69-Map Function. 
Ch70-Exponentiation. 
Ch71-Searching. 
Ch72-Sorting, Minimum and Maximum. 
Ch73-Counting. 
Ch74-The Print Function. 
Ch75-Regular Expressions (Regex). 
Ch76-Copying data. 
Ch77-Context Managers (“with” Statement). 
Ch78-The __name__ special variable
Ch79-Checking Path Existence and Permissions. 
Ch80-Creating Python packages. 
Ch81-Usage of "pip" module: PyPI Package Manager. 
Ch82-pip: PyPI Package Manager. 
Ch83-Parsing Command Line arguments. 
Ch84-Subprocess Library. 
Ch85-setup.py. 
Ch86-Recursion. 
Ch87-Type Hints. 
Ch88-Exceptions. 
Ch89-Raise Custom Errors / Exceptions. 
Ch90-Commonwealth Exceptions. 
Ch91-urllib. 
Ch92-Web scraping with Python. 
Ch93-HTML Parsing. 
Ch94-Manipulating XML. 
Ch95-Python Requests Post. 
Ch96-Distribution. 
Ch97-Property Objects. 
Ch98-Overloading. 
Ch99-Polymorphism. 
Ch100-Method Overriding. 
Ch101-User-Defined Methods. 
Ch102-String representations of class. instances: __str__ and __repr__ methods
Ch103-Debugging. 
Ch104-Reading and Writing CSV. 
Ch105-Writing to CSV from String or List. 
Ch106-Dynamic code execution with `exec` and `eval`. 
Ch107-PyInstaller - Distributing Python Code. 
Ch108-Data Visualization with Python. 
Ch109-The Interpreter (Command Line Console). 
Ch110-*args and **kwargs. 
Ch111-Garbage Collection. 
Ch112-Pickle data serialisation. 
Ch113-Binary Data. 
Ch114-Idioms. 
Ch115-Data Serialization. 
Ch116-Multiprocessing. 
Ch117-Multithreading. 
Ch118-Processes and Threads. 
Ch119-Python concurrency. 
Ch120-Parallel computation. 
Ch121-Sockets. 
Ch122-Websockets. 
Ch123-Sockets And Message Encryption/Decryption Between Client and Server. 
Ch124-Python Networking. 
Ch125-Python HTTP Server. 
Ch126-Flask. 
Ch127-Introduction to RabbitMQ using AMQPStorm. 
Ch128-Descriptor. 
Ch129-tempfile NamedTemporaryFile. 
Ch130-Input, Subset and Output External Data Files using Pandas. 
Ch131-Unzipping Files. 
Ch132-Working with ZIP archives. 
Ch133-Getting start with GZip. 
Ch134-Stack. 
Ch135-Working around the Global Interpreter Lock (GIL). 
Ch136-Deployment. 
Ch137-Logging. 
Ch138-Web Server Gateway Interface (WSGI). 
Ch139-Python Server Sent Events. 
Ch140-Alternatives to switch statement from other languages. 
Ch141-List destructuring (aka packing and unpacking). 
Ch142-Accessing Python source code and bytecode. 
Ch143-Mixins. 
Ch144-Attribute Access. 
Ch145-ArcPy. 
Ch146-Abstract Base Classes (abc). 
Ch147-Plugin and Extension Classes. 
Ch148-Immutable datatypes(int, float, str, tuple and frozensets). 
Ch149-Incompatibilities moving from Python 2 to Python 3. 
Ch150-2to3 tool. 
Ch151-Non-official Python implementations. 
Ch152-Abstract syntax tree. 
Ch153-Unicode and bytes. 
Ch154-Python Serial Communication (pyserial). 
Ch155-Neo4j and Cypher using Py2Neo. 
Ch156-Basic Curses with Python. 
Ch157-Templates in python. 
Ch158-Pillow. 
Ch159-The pass statement. 
Ch160-CLI subcommands with precise help output. 
Ch161-Database Access. 
Ch162-Connecting Python to SQL Server. 
Ch163-PostgreSQL. 
Ch164-Python and Excel. 
Ch165-Turtle Graphics. 
Ch166-Python Persistence. 
Ch167-Design Patterns. 
Ch168-hashlib. 
Ch169-Creating a Windows service using Python. 
Ch170-Mutable vs Immutable (and Hashable) in Python. 
Ch171-configparser. 
Ch172-Optical Character Recognition. 
Ch173-Virtual environments. 
Ch174-Python Virtual Environment - virtualenv. 
Ch175-Virtual environment with virtualenvwrapper. 
Ch176-Create virtual environment with virtualenvwrapper in windows. 
Ch177-sys. 
Ch178-ChemPy - python package. 
Ch179-pygame. 
Ch180-Pyglet. 
Ch181-Audio. 
Ch182-pyaudio. 
Ch183-shelve. 
Ch184-IoT Programming with Python and Raspberry PI. 
Ch185-kivy - Cross-platform Python Framework for NUI Development. 
Ch186-Pandas Transform: Preform operations on groups and concatenate the results. 
Ch187-Similarities in syntax, Differences in meaning: Python vs. JavaScript. 
Ch188-Call Python from C#. 
Ch189-ctypes. 
Ch190-Writing extensions. 
Ch191-Python Lex-Yacc. 
Ch192-Unit Testing. 
Ch193-py.test. 
Ch194-Profiling. 
Ch195-Python speed of program. 
Ch196-Performance optimization. 
Ch197-Security and Cryptography. 
Ch198-Secure Shell Connection in Python. 
Ch199-Python Anti-Patterns. 
Ch200-Common Pitfalls. 
Ch201-Hidden Features. 

لتحميل الكتاب :


إرسال تعليق

0 تعليقات