Python topic

Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.

List Python repositories

odoo-snippets

25
Stars
15
Forks
Watchers

Develop Odoo modules faster and with no Typing Errors.

export-Movies-rating

5
Stars
1
Forks
Watchers

Pulls IMDB's information for your movies and exports it to CSV file.

pyPDBeREST

6
Stars
2
Forks
Watchers

A python wrapper for the PDBe REST API

homemade-machine-learning

22.6k
Stars
4.0k
Forks
Watchers

🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained

learn-python

16.0k
Stars
2.6k
Forks
Watchers

📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.

machine-learning-experiments

1.6k
Stars
290
Forks
Watchers

🤖 Interactive Machine Learning experiments: 🏋️models training + 🎨models demo

cnn-from-scratch

256
Stars
96
Forks
Watchers

A Convolutional Neural Network implemented from scratch (using only numpy) in Python.

neural-network-from-scratch

198
Stars
98
Forks
Watchers

A Neural Network implemented from scratch (using only numpy) in Python.

rnn-from-scratch

81
Stars
58
Forks
Watchers

A Recurrent Neural Network implemented from scratch (using only numpy) in Python.