Click here to Skip to main content
15,860,972 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 Score

Python 

26 Aug 2019 by Thomas Weller
Demonstrates how to run Python scripts from C#
5 Feb 2024 by Clark Fieseln
Protect your privacy against malicious network activity and policy violations
25 Jan 2019 by Akhil Mittal
Creating a real-time chatbot using Amazon Lex Services and deploying the bot over Facebook messenger
8 May 2016 by Marc Clifton
My adventure with hardware and communicating between a BeagleBoneBlack and a C# app on Windows.
26 Apr 2018 by Mahsa Hassankashi
Best practice for opinion and Text Mining based on Naïve Bayesian Classifier.
16 Jan 2019 by Phil Hopley
Second part in a series on a ROS (Robot Operating System) House Bot
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
11 Jan 2023 by Clark Fieseln
Simulate hardware containing an FPGA programmed in VHDL interactively
7 Nov 2019 by Michael Haephrati
Now you can store your own voice recordings kept by Amazon but not made available to customers
10 May 2017 by Marc Clifton
Using C#, a simple web server, and Docker, I show you how to create a "Fiddle" website to run Python (or other script languages)
29 May 2020 by Glenn Prince
In this third part of the Data Cleaning with Python and Pandas series, we delve into some of the problems the dataset may contain.
29 Apr 2012 by Marcelo Ricardo de Oliveira
How to create a pronunciation test tool using Silverlight and Python
5 Mar 2014 by DaveAuld
A quick book review of what could be one of the "Best Haynes Manual Ever"
28 Apr 2019 by Phil Hopley
In this article, we will add AI to an existing ROS (Robot Operating System) House Bot.
29 May 2020 by Glenn Prince
This article is the first in the Data Cleaning with Python and Pandas series that helps working developers get up to speed on data science tools and techniques.
29 May 2020 by Glenn Prince
In this second part of the Data Cleaning with Python and Pandas series, now that we have a Jupyter Notebook set up and some basic libraries initialized, we need to load some data. To do this, we’ll load data from a CSV file, as well as from a local SQLite database.
29 May 2020 by Glenn Prince
In this sixth part of the Data Cleaning with Python and Pandas series, we look at a few of the simpler methods for combining data.
11 Jun 2020 by Glenn Prince
This article gives you a good starting point for your own object detection projects.
2 Sep 2021 by Peter Occil
Algorithms to turn biased "coin flips" into biased "coin flips", and how to code them.
11 Oct 2019 by Thomas Weller
Demonstrates how to invoke TensorFlow neural networks from a C# application and also how to use a Python-generated chart to display the results.
21 Aug 2023 by Jin Choi, PhD
A layman's description of how Kalman Filters work, and sample code that shows how to use it to forecast stock market volatilities
17 Oct 2022 by Chris Maunder
The first in a two-part series on detecting objects and evil rodents
25 Oct 2023 by Rami Alshaar
Full guide to create a website
24 Aug 2018 by Arthur V. Ratz
Create a Python web-app using Flask and PostgreSQL server, and run it in Docker
17 Jan 2019 by Phil Hopley
Third part in a series on a ROS (Robot Operating System) House Bot
7 Apr 2019 by Phil Hopley
Fifth part in a series on a ROS (Robot Operating System) House Bot
3 May 2019 by Phil Hopley
Eighth part in a series on a ROS (Robot Operating System) House Bot
3 Jan 2022 by Arthur V. Ratz
Optimizing the performance of the large-sized matrices QR factorization and eigendecomposition, using Schwarz-Rutishauser algorithm
2 Aug 2023 by Matt Scarpino
This article explains how the Python API makes it possible to embed Python in C++ and write extension modules in C++ that can be imported in Python.
27 Feb 2023 by Nick Polyak
How to display Python plots within a C# program
8 Jun 2020 by Glenn Prince
In this article, we'll have a look at some of the pretrained models we can use in ImageAI to start detecting people in images.
24 Jan 2023 by Nick Polyak
This article provides simple examples of creating both client and server code for Google RPCs
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.
31 May 2018 by Jesús Utrera
First article of a series of articles introducing deep learning coding in Python and Keras framework
6 Jun 2018 by Amarnath S
A historical problem in Probability with apparent and correct solutions, along with its Python simulation
29 May 2020 by Glenn Prince
In this fourth part of the Data Cleaning with Python and Pandas series, we look at a few of the simpler methods for combining data
4 Jun 2020 by Glenn Prince
In this article, we'll set up everything we need to build a hardhat detector with OpenCV.
25 Sep 2021 by Clark Fieseln
Compress, encrypt and hide a secret file inside an audio file (MP3, WAV, OGG, FLAC, ..)
13 Apr 2022 by Steve Hageman
A Python Library to help make properly scaled Fourier Transforms including utility functions
23 May 2018 by Andreas Schoenle
How to use CrashRptEx, to avoid some of the pitfalls of crash reporting in MFC apps or if you want the ability to continue your application after a crash
18 Aug 2014 by José Cintra
Some suggestions of algorithms for solving the Pascal Triangle, addressing iterative, recursive and functional paradigms
9 Jun 2015 by beep
A full WPF sample application demonstrating IronPython business rules
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.
22 Nov 2018 by Philipp_Engelmann
How to create a Turing machine in Python - Part 2
29 May 2020 by Glenn Prince
In this seventh part of the Data Cleaning with Python and Pandas series, we can explore our visualization options.
9 Jun 2020 by Glenn Prince
In this article, we train our own custom model to detect if people are wearing hardhats.
9 Dec 2021 by Akhil Mittal
Create a config file; add, update and delete a configuration, and read a configuration in a Python app
26 Feb 2021 by Sergio Virahonda
In this article we talk about anomaly detection on time series data.
30 Oct 2023 by Rami Alshaar
Enhance your coding skills with a walkthrough on how to create a smart calculator with many features made in Python.
27 Jan 2015 by Vaclav Naydenov
Comparing the performance of two similar CRUD server apps, one written in Python and SQLAlchemy, the other in C++ and YB.ORM.
28 May 2015 by beep
Introduction to the Aim framework for dynamic scripting
5 Mar 2018 by Nikola M. Živković
Implementation of Convolutional Neural Network using Python and Keras
1 Sep 2018 by Arthur V. Ratz
In this brief article, we will demonstrate how to deploy a Node.js application and run it on Docker's Windows Server Core 2016 Containers
24 Nov 2019 by Volynsky Alex
This article describes the difference between shallow and deep copy using Python 3.
29 May 2020 by Glenn Prince
In this fifth part of the Data Cleaning with Python and Pandas series, we take one last pass to clean up the dataset before reshaping.
10 Jun 2020 by Glenn Prince
In this article, we begin the process of creating a custom object detection model.
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.
3 Sep 2020 by Keith Pijanowski
This article is the first in a series of seven articles in which we will explore the value of ONNX with respect to three popular frameworks and three popular programming languages.
21 Nov 2020 by Jarek Szczegielniak
In this series, we’ll use a pretrained model to create an iOS application that will detect multiple persons and objects in a live camera feed rather than in a static picture.
12 Oct 2014 by pi19404
In this article we will look at the basics of Discrete Fourier Transform and how it can be used as tool for frequency analysis of a signal
20 Oct 2017 by Patrick P. Frey
Article about implications of scalability requirements on full-text search engines and how Strus meets these requirements.
15 Apr 2016 by Lenny Cheng
We use Chrome DevTools, and the urllib and BeautifulSoup libraries to programmatically GET contents from www.codeproject.com.
1 Aug 2017 by Andy Galluzzi
NAT traversal for Software Developers
17 Jan 2019 by Phil Hopley
Fourth part in a series on a ROS (Robot Operating System) House Bot
14 Sep 2019 by Arthur V. Ratz
How to create and export TensorFlow S&P 500 Index prediction model and serve it using TensorFlow Model Server
5 Jun 2020 by Glenn Prince
In this article, we create an object detection model.
16 Mar 2022 by Peter Occil
Python code for partially-sampled random numbers for accurate arbitrary-precision sampling
27 Jan 2021 by Sergio Virahonda
In this article in the series, we label a face mask dataset.
6 Jun 2021 by Shun Huang
Use Python to build AVL Tree
11 Mar 2021 by The Zakies
Build a retrieval based chatbot using TF-IDF
3 Aug 2019 by Dmitriy Repin
Using VS Code to author and debug an any-language service inside of a container running locally, on a cloud VM, or in a Kubernetes pod
30 Sep 2014 by AD Colab Group
In the 2nd article in this thread, we start building out the 3D environment for the robots using the Visualization ToolKit (VTK).
18 Jun 2016 by Chris Solutions
The implementation of a no-framework client application using high-level developer governance.
7 Aug 2017 by FiegeU
A worktime tracking solution that reads RFID tags on a Raspberry based terminal that is integrated to Dynamics AX 2009
18 Jun 2018 by charles922
Games/Fun with Programming
3 Sep 2018 by Bhairav Thakkar
Basic modal analysis for dynamic response of structures in Python
11 Oct 2018 by DaveAuld
This is a probability based simulation that demonstrates 'Swapping' is considered the best option! We also look at the effect of multi-threading and multi-process in Python.
26 Aug 2020 by Jarek Szczegielniak
In this article we prepare our development environment.
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.
16 Sep 2020 by Joel Ivory Johnson
This is the first in a series of articles on using TensorFlow Lite on Android to bring the power of machine learning and deep neural networks to mobile application
7 Oct 2020 by Sergey L. Gladkiy
In this article, we’ll showcase the Python code for launching these models and detect humans in images.
23 Dec 2020 by sbarnes
This time, I'm sure I've found stuff that is completely new and previously unknown.
23 Dec 2020 by Sergey L. Gladkiy
In this article, we’ll show you how to develop a simple motion detector and combine it with the trained DNN model to detect moose on video.
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.
11 Jan 2021 by Joel Ivory Johnson
In the next entry of the AI Hazard Detection on Android series, we will look at crash detection and notifications.
13 Jan 2021 by Allister Beharry
This article series will show you how to build a reasonably accurate traffic speed detector using nothing but Deep Learning, and run it on an edge device like a Raspberry Pi.
24 Feb 2021 by Sergio Virahonda
This series of articles will guide you through the steps necessary to develop a fully functional time series forecaster and anomaly detector application with AI.
20 Mar 2022 by Paul Aurelian Gagniuc
This article shows how to mix two signals into a third, in variable proportions.
8 Sep 2019 by Shun Huang
A tutorial for using Visual Studio Code for Python Development on various environments.
29 May 2020 by Jayson DeLancey
This article is the first in the Sentiment Analysis series that uses Python and the open-source Natural Language Toolkit. This article is a primer on some key NLP concepts and getting started with the Natural Language Toolkit (NLTK) Python library.
27 Dec 2023 by Member 4201813
Imaginary coding interview using Fibonacci numbers as single showcase for a surprising variety of programmers' skills.
16 Oct 2013 by M.Mo
Using the gdb debugger's Python API to analyze and visualize C/C++ arrays in a debugging session.
25 Jan 2016 by Samuel Teixeira
Why simple if we can be complex?
26 Jul 2016 by Zehaie M. Hailu
Python lends itself to the development of multi-threaded GUI and network applications.
23 Aug 2019 by Andreask84
A command line tool and a simple C# class with a complete set of functions to easily upload videos on Vimeo
8 Dec 2016 by rerhart585
Using SQLite, leverage the create_aggregate(), and SQL's Between Operator to create a Normal Probability Distribution Histogram, or what is more commonly referred to as a Bell Curve.
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.
19 Apr 2017 by Intel
This article describes different methods to detect outliers in the data and how the Intel® Data Analytics Acceleration Library (Intel® DAAL) helps optimize outlier detection when running it on systems equipped with Intel® Xeon® processors.
13 Jun 2017 by Friedrich Brunzema
How to programmatically edit a Confluence Wiki page
24 Sep 2017 by Hussain Patel
In this article, we will see how to use Breadboard- it's a great way to connect circuits and your Pi together.