Click here to Skip to main content
15,867,835 members
Everything / Programming Languages / Python

Python

Python

Great Reads

by Thomas Weller
Demonstrates how to run Python scripts from C#
by Clark Fieseln
Protect your privacy against malicious network activity and policy violations
by Akhil Mittal
Creating a real-time chatbot using Amazon Lex Services and deploying the bot over Facebook messenger
by Marc Clifton
My adventure with hardware and communicating between a BeagleBoneBlack and a C# app on Windows.

Latest Articles

by Oliver Kohl
This article provides a comprehensive guide to TensorFlow 2.x, covering its execution modes, model building APIs, and insights for choosing the right approach for machine learning projects.
by Azim Zahir
Visualizing a Binary Search Tree using Python, Tkinter and Graphviz
by P. Erward
How to put the AWS Lambda C++ Runtime into a Lambda layer and how to use it
by Chris Maunder
The full walkthrough of a bare bones module for CodeProject.AI using Python

All Articles

Sort by Title

Python 

7 Aug 2014 by Jerry.Wang
Modify methods' IL codes on runtime even if they have been JIT-compiled, supports release mode / x64 & x86, and variants of .NET versions, from 2.0 to 4.5.
5 May 2015 by Tomasz Naumowicz
Take a closer look at scenarios where working with GUID and UUID in a MongoDB environment becomes tricky. We will make you aware of those configurations and provide a set of best practices to follow.
3 Jul 2019 by Cloudster
Deploy a 360 image gallery with Django, Bootstrap, Python, A-Frame, and PostgreSQL
9 Jun 2012 by Ghazanfar_Ali
Implementation of A* algorithm using Python and PyGame for solving an 8-Puzzle automatically.
12 Sep 2017 by The Zakies
Question answer chatbot using natural language parsing and web scrapping
30 Apr 2018 by Dominic Abraham
This article is to give you a basic introduction to Python programming language with small examples. It will help to start with your first Python program.
1 Aug 2013 by Software Developer's Journal
This article aims to explore the basic ideas and principles about noSQL databases. noSQL caters to database admins, programmers, coders, web devs, etc.
21 Dec 2023 by deangi
A DIY digital picture frame application in Python
21 Aug 2018 by Joe Programmer 1
What's going on with lambda expressions, anonymous functions, and all that stuff?
30 Oct 2014 by Ui-Sing So
The method doesn't replace existing Computer Language. Natural Language and Computer Language have to cooperate with each other.
9 May 2020 by Dr. Song Li
Discussion about AWS CLI & SAM CLI
29 May 2018 by Dr. Song Li
A discussion of auto-start services and how to manage and manually start/stop the services
28 Jan 2020 by Dr. Song Li
This is a note on Python, Virtualenv,  VSC Integration, and Miscellaneous topics.
21 Feb 2017 by Luke Tucker
How I built a minimally viable data application for looking at airline stocks using Exaptive Studio
1 Jan 2016 by Thomas Daniels
This article describes the working and the usage of my CodeProject API wrapper, written in Python.
26 Mar 2011 by fnwinter
A simple Telnet server written using Python
24 Jul 2011 by fnwinter
Help to make a skinned dialog program easily in Python, XML with a UI window DLL.
9 Oct 2019 by Zebedee Mason
Visual C++ tests are created from Gherkin DSL feature files using a Python 2.7 script
30 Sep 2019 by Member 4206974
A Tcl -Tk Form Generator that can be used alone or used to provide a fast Form generation for language in which this activity can be complex
11 Apr 2017 by Intel
This access control system application is part of a series of how-to Intel® Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison board, Intel® IoT Gateway, cloud platforms, APIs, and other technologies.
29 Jan 2018 by Matt Scarpino
Obtaining financial records from the Electronic Data Gathering, Analysis, and Retrieval (EDGAR) system
28 Jul 2021 by Abdulkader Helwan
In this article, we show you how to set up an Android Studio environment that is suitable for loading and running our .tflite model.
21 Apr 2016 by Marc Clifton
For C# devs, a look at Python. For Python devs, maybe something useful
28 Apr 2019 by Phil Hopley
In this article, we will add AI to an existing ROS (Robot Operating System) House Bot.
20 Jul 2020 by Sergey L. Gladkiy
In this article we’ll talk about the selection and acquisition of the image dataset.
22 Jul 2020 by Sergey L. Gladkiy
In this article we’ll build the network we’ve designed using the Keras framework.
17 Jul 2020 by Sergey L. Gladkiy
In this article, we'll begin the process of how to use a deep neural network to estimate a person's age from an image.
23 Jul 2020 by Sergey L. Gladkiy
In this article we train the CNN for age estimation.
24 Jul 2020 by Sergey L. Gladkiy
In this article we will explain how to use the pre-trained CNN for estimating a person’s age from an image.
26 Feb 2021 by Sergio Virahonda
In this article we talk about anomaly detection on time series data.
21 Jul 2021 by Sergey L. Gladkiy
In this article we’ll run our face detector on a Raspberry Pi device.
6 Aug 2020 by Arnaldo P. Castaño
In this article we’ll adapt the VGG16 model.
2 Mar 2021 by Sergio Virahonda
In this article we’ll combine forecasting and detection on a live stream of Bitcoin price data.
1 Mar 2021 by Sergio Virahonda
In the next article, we are going to discuss forecasting on Bitcoin time series.
5 Jan 2021 by Joel Ivory Johnson
This article series will show readers how to create a real-time AI hazard detector using an Android device.
28 Aug 2020 by Jarek Szczegielniak
Having converted a ResNet model to the Core ML format in the previous article, in this article we’ll now use it in a simple iOS application.
20 Apr 2021 by Martin_Rupp
In this article, we’ll train and test our translation models on additional languages.
25 Jan 2021 by Sergio Virahonda
Different approaches to create a face mask detector
28 Oct 2020 by MehreenTahir
In this article, we will train a deep learning model to detect and count the number of people in a given area.
29 Oct 2020 by MehreenTahir
In this article we will compare training our models from scratch with more advanced and pre-trained approaches like YOLO.
30 Oct 2020 by MehreenTahir
In this we’ll see if we can implement YOLO on video feeds for queue length detection.
26 Oct 2020 by MehreenTahir
This is the first in an article series where we’re going to show how to make an AI queue length detector.
27 Oct 2020 by MehreenTahir
In this article, we’ll explore some other algorithms used for object detection and will learn to implement them for custom object detection.
9 Dec 2020 by Dawid Borycki
In this article, we'll calculate the center of each detected bounding box, which will serve as a base for calculating distance.
8 Dec 2020 by Dawid Borycki
In this article we will perform object detection on the frames from the test data sets including video sequence stored in the video file.
10 Dec 2020 by Dawid Borycki
In this article, we will use those centers to estimate distances between people and indicate people that are too close.
11 Dec 2020 by Dawid Borycki
In this last article of the series, we improve our Python console application for AI-powered social distancing detection.
7 Dec 2020 by Dawid Borycki
In this article, we continue learning how to use AI to build a social distancing detector.
4 Dec 2020 by Dawid Borycki
In this article, we will use drawing functions to depict detected objects.
3 Dec 2020 by Dawid Borycki
In this article, we will learn how to add annotations to images.
2 Dec 2020 by Dawid Borycki
In this article series, we'll look at how to use AI and deep learning on video frames to ensure people are maintaining adequate social distancing in crowds.
8 Jan 2021 by Joel Ivory Johnson
In this next entry in the AI Hazard Detection on Android series, we will look at how we can avoid unnecessarily warning the user, and how we can quickly alert them.
18 Aug 2014 by José Cintra
Some suggestions of algorithms for solving the Pascal Triangle, addressing iterative, recursive and functional paradigms
18 Jul 2009 by dawright
Combine a .NET math library and a .NET dynamic programming language to create a Matlab/Mathematica-like interactive environment for math and data analysis.
6 Jun 2018 by Amarnath S
A historical problem in Probability with apparent and correct solutions, along with its Python simulation
25 Nov 2018 by Coding Notes
An introduction to the SVM and the simplified SMO algorithm
16 Sep 2022 by Arthur V. Ratz
Compute the Levenshtein distance of literal strings effectively by using the Wagner-Fischer (two matrix rows-based) algorithm.
4 Nov 2019 by Allister Beharry
Using data from the Global Historical Climatology Network project we can crunch, analyze, and make predictions using gigabytes of numeric climate data collected over two centuries with the SAP HANA in-memory database and Amazon SageMaker hosted Jupyter notebooks.
16 Oct 2013 by M.Mo
Using the gdb debugger's Python API to analyze and visualize C/C++ arrays in a debugging session.
22 Aug 2021 by Matt Scarpino
This article explains how to analyze Python code using the open-source ast package
22 Sep 2020 by Joel Ivory Johnson
In this article we will consider the ways in which the network could be further optimized.
14 Oct 2018 by Bahrudin Hrnjica
ANNdotNET v1.0 has been released
9 Feb 2022 by Shakhansho
An overview of newly written package anonympy and a walk-through some of its methods and functionality
20 Dec 2014 by Pravin baskaran
A python implementation of an ant colony optimization algorithm with offline pheromone update to solve ry48p, an asymmetric travelling sales man problem
19 Aug 2019 by VISWESWARAN1998
An opensource antivirus engine which uses Yara, Locality Sensitive Hashing to detect malware
1 Feb 2019 by WasiUllah Khan
Created an API for my DropBox file uploader using Flask
1 Jan 2019 by Prilvesh K
Apple-tron, a quick AI for small to medium enterprise farmers, that applies stickers to fruits
25 Mar 2021 by Sergio Virahonda
In this article I’ll explain the different options we can choose from to create deep fakes.
7 Jul 2016 by Zebedee Mason
Software for automatically constructing architecture diagrams and metrics from source code and .NET assemblies is presented. Examples for Visual C++, Python, the Linux kernel, Boost and .NET are discussed.
6 Mar 2021 by Clark Fieseln
Chat using "enhanced" end-to-end-encryption and modulation of audio signal in isolated device, ensuring privacy, anonymity and cybersecurity.
25 Sep 2021 by Clark Fieseln
Compress, encrypt and hide a secret file inside an audio file (MP3, WAV, OGG, FLAC, ..)
17 May 2021 by Sergio Virahonda
In this article, we develop a semi-automated deployment-to-production script, which will complete our project.
17 Apr 2019 by WasiUllah Khan
Automated Pakwheels parsing with Selenium and Python
31 May 2018 by Jesús Utrera
First article of a series of articles introducing deep learning coding in Python and Keras framework
18 Jun 2018 by Jesús Utrera
Second article of a series of articles introducing deep learning coding in Python and Keras framework
2 Sep 2021 by Peter Occil
Algorithms to turn biased "coin flips" into biased "coin flips", and how to code them.
18 Jan 2017 by Sujoy Basu
Here are few things to keep in mind when creating your analytics using Predix Analytics Services, starting with prepping the data itself through deploying the analytic in a production environment.
3 Apr 2019 by Mahsa Hassankashi
1 Jun 2017 by Intel
This article provides an overview of recent enhancements available in the BigDL 0.1.0 release (as well as in the upcoming 0.1.1 release)
1 Jan 2021 by Yuancai (Charlie) Ye
Application of SocketPro onto various databases for continuous inline request/result batching and real-time stream processing with bi-directional asynchronous data transferring
8 Apr 2018 by Yuancai (Charlie) Ye
Continuous in-line request/result batching, real-time stream sending/processing, asynchronous data transferring and parallel computation for best performance and scalability
28 Dec 2016 by Andrew Lai
Power on, safe shutdown and power cut-off for Raspberry Pi
18 Dec 2023 by Intel
Leverage Intel® Software Guard Extensions on Virtual Machines to Deploy Secure, Accelerated Machine Learning Pipelines
6 Jun 2021 by Shun Huang
Use Python to build AVL Tree
3 Jul 2021 by Shun Huang
Build a Python Metrics library to compare the AVL tree and the Red-Black Tree
13 Mar 2021 by Shun Huang
Use Python to build a Binary Search Tree
4 Jul 2021 by Shun Huang
Use Python to implement Binary Search Tree Traversals
4 Jul 2021 by Shun Huang
Use Python to build Double-Threaded Binary Search Trees
31 Dec 2021 by Shun Huang
Use Python to build Red-Black Tree
31 Dec 2021 by Shun Huang
Use Python to build Threaded Binary Search Trees
29 Oct 2013 by Software Developer's Journal
26 Nov 2020 by Jarek Szczegielniak
In this article we’ll create a Core ML pipeline to be our end-to-end model.
19 Oct 2022 by Intel
In this article, we’ll explore how to create a DL environment with optimized Intel packages.
5 Apr 2021 by Sergio Virahonda
In the next article, we talked about Google AI Platform and how to train your models there with some help from Docker containers.
16 Jun 2021 by Abdulkader Helwan
In this article, we implement a CycleGAN from scratch.
20 Oct 2017 by Patrick P. Frey
This tutorial based on a docker image will guide through the development of a search engine service based on Strus and its Python Bindings within the Tornado web-framework.
18 Jun 2021 by Abdulkader Helwan
In this article, we implement a CycleGAN with a residual-based generator.
16 Apr 2021 by Martin_Rupp
In this article we’ll build our AI language translation system.
1 Sep 2020 by Jarek Szczegielniak
In this article we can proceed to train our custom hot dog detection model using Apple’s Create ML.