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.
odoo-snippets
Develop Odoo modules faster and with no Typing Errors.
export-Movies-rating
Pulls IMDB's information for your movies and exports it to CSV file.
homemade-machine-learning
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
learn-python
📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
machine-learning-experiments
🤖 Interactive Machine Learning experiments: 🏋️models training + 🎨models demo
cnn-from-scratch
A Convolutional Neural Network implemented from scratch (using only numpy) in Python.
neural-network-from-scratch
A Neural Network implemented from scratch (using only numpy) in Python.
rnn-from-scratch
A Recurrent Neural Network implemented from scratch (using only numpy) in Python.