Solution Exercise 1: numpy matrix using reshape method
Exercise 1 Using the numpy library, create a 3x3 type matrix made up of the integers 1, 2, 3, ..., 9. Solution import numpy as npM = np.arange(1 , 10).reshape((3,…
The Python Functions
Content What is a function in Python? User defined function Built-in functions in Python 3.1 About built-in functions 3.2 List of the main built-in functions in Python Lumbda function 1.…
Google presents its new device to replace advertising cookies
In the new system presented by Google, the principle would be that the user himself holds his advertising profile. This profile would be built according to his browsing on the…
DEPLOYING A DJANGO APPLICATION ON PYTHONANYWHERE
In this article we will show step-by-step how to deploy a Django project on the PythonAnywhere. PythonAnywhere is a service, like Heroku, Digital Ocean, Scala hosting, Django Europe... that gives…
How To Use GitHub
1 - What is git what is github ? GitHub is a code sharing plate-forme, on which you can publish projects whose code is managed with the Git…
Deploy a django project on Heroku
We will see in this tutorial, how to deploy a django application on Heroku in step by step details. To start, you must: Download and install Git Bush on…
Android: 40 secret codes to access hidden features
A brief overview of the secret codes that allow you to unlock hidden features on Android. You may not have suspected it, but your Android smartphone has various information, functions…