Python – Extension Programming with C
Any code that you write using any compiled language like C, C++, or Java can…
1,836 total views, 1 views today
Any code that you write using any compiled language like C, C++, or Java can…
1,836 total views, 1 views today
Python provides various options for developing graphical user interfaces (GUIs). Most important are listed below….
2,116 total views, 1 views today
XML is a portable, open source language that allows programmers to develop applications that can…
2,267 total views, 1 views today
Running several threads is similar to running several different programs concurrently, but with the following…
1,866 total views, 1 views today
Simple Mail Transfer Protocol (SMTP) is a protocol, which handles sending e-mail and routing e-mail…
2,346 total views, 2 views today
Python provides two levels of access to network services. At a low level, you can…
1,961 total views, 1 views today
The Python standard for database interfaces is the Python DB-API. Most Python database interfaces adhere…
1,825 total views, no views today
The Common Gateway Interface, or CGI, is a set of standards that define how information…
4,774 total views, 2 views today
A regular expression is a special sequence of characters that helps you match or find…
1,565 total views, 1 views today