Forwarded from 📚Python Books
Django Project Blueprints.pdf
8.6 MB
Deploying Django Apps to Heroku from GitHub
https://stackabuse.com/deploying-django-apps-to-heroku-from-github/
https://stackabuse.com/deploying-django-apps-to-heroku-from-github/
Deploy Flask Apps to AWS Elastic Beanstalk using Travis CI
https://camillovisini.com/flask-deployment-aws-elastic-beanstalk-travis-ci/
https://camillovisini.com/flask-deployment-aws-elastic-beanstalk-travis-ci/
Camillo Visini
Deploy to AWS Elastic Beanstalk via Travis CI - Camillo Visini
Setting up a CI/CD pipeline for your Flask application with Travis CI and AWS Elastic Beanstalk.
Forwarded from 📚Python Books
DevOps in Python.pdf
1.9 MB
Typed functional Dependency Injection in Python
https://sobolevn.me/2020/02/typed-functional-dependency-injection
https://sobolevn.me/2020/02/typed-functional-dependency-injection
Playing and Recording Sound in Python
https://realpython.com/courses/playing-and-recording-sound-python/
https://realpython.com/courses/playing-and-recording-sound-python/
Realpython
Playing and Recording Sound in Python – Real Python
In this course, you'll learn about libraries that can be used for playing and recording sound in Python, such as PyAudio and python-sounddevice. You'll also see code snippets for playing and recording sound files and arrays, as well as for converting between…
World's average country population and inspection paradox with Python
https://nikos7am.com/posts/average_population/
https://nikos7am.com/posts/average_population/
How to Plot a Histogram with Pandas in 3 Simple Steps
https://www.marsja.se/how-to-plot-a-histogram-with-pandas-in-3-simple-steps/
https://www.marsja.se/how-to-plot-a-histogram-with-pandas-in-3-simple-steps/
Erik Marsja
How to Plot a Histogram with Pandas in 3 Simple Steps
Learn 3 simple steps to make a histogram with Pandas; change the size, and plot by groups. Code can be d/ld as a Jupyter notebook.
A Step-By-Step Guide To Machine Learning Classification In Python Using Random Forest, PCA, & Hyperparameter Tuning — WITH CODE
https://towardsdatascience.com/machine-learning-step-by-step-6fbde95c455a
Habr: https://habr.com/ru/company/ruvds/blog/488342/
@pythonl
https://towardsdatascience.com/machine-learning-step-by-step-6fbde95c455a
Habr: https://habr.com/ru/company/ruvds/blog/488342/
@pythonl
Medium
Machine Learning: Step-By-Step
A Step-By-Step Guide To Machine Learning Classification In Python Using Random Forest, PCA, & Hyperparameter Tuning — WITH CODE!
Forwarded from 📚Python Books
Django_The_Easy_Way__A_step_by_step.pdf
3.4 MB
Your Guide to Reading Excel (xlsx) Files in Python
https://www.marsja.se/your-guide-to-reading-excel-xlsx-files-in-python
https://www.marsja.se/your-guide-to-reading-excel-xlsx-files-in-python
Understand Group by in Django with SQL
Django QuerySets and SQL side by side
https://hakibenita.com/django-group-by-sql
Django QuerySets and SQL side by side
https://hakibenita.com/django-group-by-sql
Hakibenita
Understand Group by in Django with SQL
Django QuerySets and SQL side by side
Finding the Perfect Python Code Editor – Real Python
https://realpython.com/courses/finding-perfect-python-code-editor/
https://realpython.com/courses/finding-perfect-python-code-editor/
Realpython
Finding the Perfect Python Code Editor – Real Python
Find your perfect Python development setup with this review of Python IDEs and code editors. Writing Python using IDLE or the Python REPL is great for simple things, but not ideal for larger programming projects. With this course you'll get an overview of…
Autoencoders with Keras, TensorFlow, and Deep Learning
https://www.pyimagesearch.com/2020/02/17/autoencoders-with-keras-tensorflow-and-deep-learning/
https://www.pyimagesearch.com/2020/02/17/autoencoders-with-keras-tensorflow-and-deep-learning/
PyImageSearch
Autoencoders with Keras, TensorFlow, and Deep Learning - PyImageSearch
In this tutorial, you will learn how to implement and train autoencoders using Keras, TensorFlow, and Deep Learning.
Forwarded from Machinelearning
How to Develop an Imbalanced Classification Model to Detect Oil Spills
https://machinelearningmastery.com/imbalanced-classification-model-to-detect-oil-spills/
https://machinelearningmastery.com/imbalanced-classification-model-to-detect-oil-spills/
MachineLearningMastery.com
How to Develop an Imbalanced Classification Model to Detect Oil Spills - MachineLearningMastery.com
Many imbalanced classification tasks require a skillful model that predicts a crisp class label, where both classes are equally important. An example of an imbalanced classification problem where a class label is required and both classes are equally important…