Learning Python for FREE
2.9K subscribers
47 photos
2 videos
96 files
46 links
🧐 Want to learn the Python programming language and get one of the most demanded Skil 💵?

Then stay tuned 🌟 and just watch the course we publish once a week🗓️:

https://t.me/python_learning_free
Download Telegram
🧠 Build your own ChatGPT

Build an LLM app with Mixture of AI Agents using small Open Source LLMs that can beat GPT-4o in just 40 lines of Python Code


⬇️ step-by-step instructions ⬇️
1👍1
Learning Python for FREE
APPRENDRE_PYTHON_DE_A_à_Z_LamjAFnybo0_135.mp4
Pour une ressource en Français, c'est par ici.
Qui est partant pour une séance de quizz juste sur python pour tester les connaissances ?
5👍2
[Python] What will happen if you call `list.remove(item)` on a list where `item` does not exist?
Anonymous Quiz
32%
The list remains unchanged
37%
An exception is raised
18%
The first element of the list is removed
13%
None of the above
[Python] What does the `input()` function return in Python?
Anonymous Quiz
19%
An integer
63%
A string
10%
A boolean
8%
A float
1
[Python] What is the output of the following code?

```python print('Python'[-2]) ```
Anonymous Quiz
11%
'P'
13%
'n'
23%
'h'
53%
'o'
[Python] Which of the following is a mutable data type in Python?
Anonymous Quiz
17%
Tuple
17%
String
61%
List
5%
Integer
[Python] What is the output of the following code?

```python x = [1, 2, 3] y = x x[0] = 0 print(y) ```
Anonymous Quiz
19%
[1, 2, 3]
42%
[0, 2, 3]
19%
[0, 1, 2]
21%
[1, 2, 0]
👍1
[Python] What will happen if you call `list.remove(item)` on a list where `item` does not exist?
Anonymous Quiz
22%
The list remains unchanged
53%
An exception is raised
13%
The first element of the list is removed
13%
None of the above
[Python] Which of the following is NOT a valid way to import a module in Python?
Anonymous Quiz
20%
`import math`
13%
`from math import *`
18%
`from math import sqrt`
49%
`import math as m from sqrt`
[Python] What is the output of the following code?

```python print(2 ** 3 ** 2) ```
Anonymous Quiz
43%
64
28%
512
3%
256
25%
None of the above
🔥3👍1👏1
⌨️ Encrypt PDF files using Python
1
Que pouvons-nous faire pour conclure l'année en beauté et commencer la nouvelle année en assurance ?😁


Envoyez vos réponses ici et on fera de notre mieux pour les exécuter :

https://ngl.link/gdgocict

Ou vous pouvez toujours écrire en commentaire !
Data Science ou Intelligence Artificielle : Fortement lié aux mathématiques (statistiques, algèbre linéaire). Idéal pour exploiter les bases en maths.


Par où commencer ?

Formations en ligne : Utiliser des plateformes comme Coursera, Udemy, OpenClassrooms ou YouTube.


Communautés locales : Rejoindre des meetups, GDG (Google Developer Group), ou des hackathons pour réseauter et apprendre.

Envoyez vos questions/préoccupations ici:

https://ngl.link/gdgocict
👍1
Apprenez Python, qui est la langue principale en data science. Explorez des bibliothèques comme Pandas, NumPy, et Matplotlib.

Pratiquez avec des projets :

Téléchargez des datasets sur Kaggle ou UCI Machine Learning Repository et réalisez des projets simples comme :

Analyse des ventes d’un magasin.

Prédiction des prix des maisons.

Classification des fleurs avec le dataset Iris.

Utiliser les cours en ligne
Gratuits :

Python for Data Science sur Coursera.

Introduction to Data Science sur Kaggle.


Payants (optionnel) :

Data Science Bootcamps ou des parcours spécialisés sur Udemy, DataCamp, ou edX.

Participer à des compétitions :

Rejoignez des compétitions sur Kaggle pour résoudre des problèmes concrets.
👍4
⌨️ Generate Barcode using Python
1👍1