How to Start Machine Learning in python in 2021 for free & 100% online
Here's a complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field. I also share my tips on how I stay up-to-date with the latest news and state-of-the-art techniques.
Video: https://youtu.be/RirEw-uaS\_8
Full guide: https://medium.com/towards-artificial-intelligence/start-machine-learning-in-2020-become-an-expert-from-nothing-for-free-f31587630cf7
GitHub repo with all the links: https://github.com/louisfb01/start-machine-learning-in-2020
/r/Python
https://redd.it/ldyods
Here's a complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field. I also share my tips on how I stay up-to-date with the latest news and state-of-the-art techniques.
Video: https://youtu.be/RirEw-uaS\_8
Full guide: https://medium.com/towards-artificial-intelligence/start-machine-learning-in-2020-become-an-expert-from-nothing-for-free-f31587630cf7
GitHub repo with all the links: https://github.com/louisfb01/start-machine-learning-in-2020
/r/Python
https://redd.it/ldyods
YouTube
Learn AI for free in 2024
►Subscribe to my Newsletter (My AI updates and news clearly explained): https://louisbouchard.substack.com/
The complete guide to start & improve in machine learning and stay up-to-date with the latest news and state-of-the-art techniques (2024 updated):…
The complete guide to start & improve in machine learning and stay up-to-date with the latest news and state-of-the-art techniques (2024 updated):…
I made a data dashboard web app which you can interactively build by writing python code IN the dashboard. It's available as a python package, and contributors are very welcome! (and I actually need some)
https://github.com/phillipdupuis/dtale-desktop
And here is a quick little demo, since a picture is worth a thousand words and all that jazz:
​
https://reddit.com/link/le6lfm/video/f15q4w5f5xf61/player
You can install it via
The motivation is to make it simple for researchers/analysts/etc. to organize their python scripts into a functional dashboard. It allows them to run those scripts and explore the data visually by simply clicking a button. They can edit the code or add new scripts at any time, and results/insights can be shared with peers by simply sending them a link.
If anyone is interested in contributing, as long as you know how to use pandas you're probably qualified. What I'm currently looking for help with is building out a library of 'template' data sources for less python-savvy individuals. An example of this could be a template for loading csv files from a remote server -- the user would click "Add Data Source", they would pick the "Remote CSV Files" template, and then they would just plug in the paths to the files
/r/Python
https://redd.it/le6lfm
https://github.com/phillipdupuis/dtale-desktop
And here is a quick little demo, since a picture is worth a thousand words and all that jazz:
​
https://reddit.com/link/le6lfm/video/f15q4w5f5xf61/player
You can install it via
pip install dtaledesktop, and you can run it by either entering dtaledesktop into a terminal or via python code like import dtale_desktop; dtale_desktop.run(). The visualizations are provided primarily by dtale, an amazing tool for exploring pandas DataFrames.The motivation is to make it simple for researchers/analysts/etc. to organize their python scripts into a functional dashboard. It allows them to run those scripts and explore the data visually by simply clicking a button. They can edit the code or add new scripts at any time, and results/insights can be shared with peers by simply sending them a link.
If anyone is interested in contributing, as long as you know how to use pandas you're probably qualified. What I'm currently looking for help with is building out a library of 'template' data sources for less python-savvy individuals. An example of this could be a template for loading csv files from a remote server -- the user would click "Add Data Source", they would pick the "Remote CSV Files" template, and then they would just plug in the paths to the files
/r/Python
https://redd.it/le6lfm
GitHub
GitHub - phillipdupuis/dtale-desktop: Build a data visualization dashboard with simple snippets of python code
Build a data visualization dashboard with simple snippets of python code - GitHub - phillipdupuis/dtale-desktop: Build a data visualization dashboard with simple snippets of python code
Outdated Flask extensions
I basically love Flask and its open source culture.
But what I noticed is that some important extensions don't seem to be maintained anymore. For example, flask-restful had its last commit in October last year, and currently 78 issues and 35 pull requests. That looks like that the owners of the repo are not working anymore on this extension. Doesn't that even impose security risks if nobody fixes possible flaws?
/r/flask
https://redd.it/le6htu
I basically love Flask and its open source culture.
But what I noticed is that some important extensions don't seem to be maintained anymore. For example, flask-restful had its last commit in October last year, and currently 78 issues and 35 pull requests. That looks like that the owners of the repo are not working anymore on this extension. Doesn't that even impose security risks if nobody fixes possible flaws?
/r/flask
https://redd.it/le6htu
GitHub
GitHub - flask-restful/flask-restful: Simple framework for creating REST APIs
Simple framework for creating REST APIs. Contribute to flask-restful/flask-restful development by creating an account on GitHub.
I built a URL Shortening Tool which provides Smarter Analytics!
TLDR: Looking for reviews on my first side project: **https://tracer.syscape.live/**
It is a minimal app, which does what it says. Shortens your URL, and provides you with analytics.
Analytics Include:
IP Address
Location of ISP
RAM
OS
Device Brand and Name
Battery Percentage when URL was clicked
​
https://preview.redd.it/hds13y2fawf61.jpg?width=1265&format=pjpg&auto=webp&s=53bb212903289da4eb6d13078ff5b8712a8b0e30
Hey guys, so this lockdown, I built a url shortening service using Flask, DynamoDB, AWS SES, Nuxt.js, AWS Amplify and AWS Lambda.
We also provide these analytics on a user friendly dashboard.
I would much appreciate your feedback on the website. We plan to add much more stuff like map based UI for location, etc.
/r/flask
https://redd.it/le2nap
TLDR: Looking for reviews on my first side project: **https://tracer.syscape.live/**
It is a minimal app, which does what it says. Shortens your URL, and provides you with analytics.
Analytics Include:
IP Address
Location of ISP
RAM
OS
Device Brand and Name
Battery Percentage when URL was clicked
​
https://preview.redd.it/hds13y2fawf61.jpg?width=1265&format=pjpg&auto=webp&s=53bb212903289da4eb6d13078ff5b8712a8b0e30
Hey guys, so this lockdown, I built a url shortening service using Flask, DynamoDB, AWS SES, Nuxt.js, AWS Amplify and AWS Lambda.
We also provide these analytics on a user friendly dashboard.
I would much appreciate your feedback on the website. We plan to add much more stuff like map based UI for location, etc.
/r/flask
https://redd.it/le2nap
CONFETTI - The way to start a Django project with Docker
I tried to accumulate best practices that I used for a long time in one project. I hope you'll learn something new from this. It's not a template, it's more like 'copy some piece if you need this'. I will add more stuff, e.g. Redis, Celery... If you find it useful)
Source: https://github.com/funnydman/confetti
Don't hessite to make any improvement, pull requests are welcome.
/r/django
https://redd.it/le15j1
I tried to accumulate best practices that I used for a long time in one project. I hope you'll learn something new from this. It's not a template, it's more like 'copy some piece if you need this'. I will add more stuff, e.g. Redis, Celery... If you find it useful)
Source: https://github.com/funnydman/confetti
Don't hessite to make any improvement, pull requests are welcome.
/r/django
https://redd.it/le15j1
GitHub
GitHub - funnydman/confetti: The way to start a Django project with Docker and docker-compose
The way to start a Django project with Docker and docker-compose - GitHub - funnydman/confetti: The way to start a Django project with Docker and docker-compose
Sunday Daily Thread: What's everyone working on this week?
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your current project or your pet project; whatever you want to share.
/r/Python
https://redd.it/leack7
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your current project or your pet project; whatever you want to share.
/r/Python
https://redd.it/leack7
reddit
Sunday Daily Thread: What's everyone working on this week?
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Building a Social Network in 1 month with Django (Day 6/28) (Daily Coding Vlogs)
https://www.youtube.com/watch?v=I2ObJlnNO1s&ab_channel=IsaacJoy
/r/django
https://redd.it/ledmus
https://www.youtube.com/watch?v=I2ObJlnNO1s&ab_channel=IsaacJoy
/r/django
https://redd.it/ledmus
YouTube
Let's build a Social Network in 1 month (Day 6/28)
this time I figure out WebRTC is not something to take lightly, focus going on making scheduling/signing up for individuals + groups on the internet
building https://chitterchat.com - a social network for meeting people online
tech stack - nuxt.js(vue.js)…
building https://chitterchat.com - a social network for meeting people online
tech stack - nuxt.js(vue.js)…
I created a web app that lets you practice trading in the stock market
Address: investick.net
How it works:
You get $500k (virtual cash) and you can start buying and selling stocks and crypto. You can check your performance (day, month, year...) and see how you stack up against others on the leader-board.
​
buying and selling some stocks
​
performance of portfolio and stocks, news about your stocks
​
It's a PWA, which means it's fully responsive and you can "install" it.
It's free without any ads.
​
Tech stack:
Frontend - vue 2, vuetify, chartist for the graphs, gsap for the number transitions. Also vue-cli which is a great tool.
Backend - django, django rest framework.
​
My thoughts about django - overall it's a great framework. I like that it's built in with a great ORM, a user management system and an admin panel. the model system is super easy to work with. My only tiny problem is that I couldn't find a good tutorial/library about how to use session authentication when you have a spa and use django just as a rest api.
​
Ask me anything if something is not clear.
I would love to hear your feedback and ideas on how to improve this :D
/r/django
https://redd.it/leg89q
Address: investick.net
How it works:
You get $500k (virtual cash) and you can start buying and selling stocks and crypto. You can check your performance (day, month, year...) and see how you stack up against others on the leader-board.
​
buying and selling some stocks
​
performance of portfolio and stocks, news about your stocks
​
It's a PWA, which means it's fully responsive and you can "install" it.
It's free without any ads.
​
Tech stack:
Frontend - vue 2, vuetify, chartist for the graphs, gsap for the number transitions. Also vue-cli which is a great tool.
Backend - django, django rest framework.
​
My thoughts about django - overall it's a great framework. I like that it's built in with a great ORM, a user management system and an admin panel. the model system is super easy to work with. My only tiny problem is that I couldn't find a good tutorial/library about how to use session authentication when you have a spa and use django just as a rest api.
​
Ask me anything if something is not clear.
I would love to hear your feedback and ideas on how to improve this :D
/r/django
https://redd.it/leg89q
investick.net
Investick | Stock Trading Simulator
Practice Trading in the stock market for free. Trade stocks, crypto and etfs, Use Short positions and leverage, Get Real-time stock prices and graphs
how does pewee ORM work with heroku for postgress?
Hi there I use peewee for flask and it works fine, even with postgres locally. But, when I go to heroku there is where I am unsure how to proceed. Do I need to statistically type the postgres heroku info ? I cannot seem to find the answer in heroku, some people recommend this #DATABASE=PostgresqlDatabase('heroku'), but it did not work for me. Again thank you!!
​
​
​
DATABASE = PostgresqlDatabase(
'',
user='',
password='', # Ditto.
host='') # Ditto.
​
​
​
​
​
​
​
Thanks
flask-bcrypt==0.7.1 Flask==1.1.1 Flask-CLI==0.4.0 Flask-Login==0.5.0 flask-marshmallow==0.11.0 Flask-Migrate==2.5.3 Flask-Script==2.0.6 Flask-SQLAlchemy==2.4.1 Flask-WTF==0.14.3 gunicorn==20.0.4 bcrypt==3.1.4 flask-peewee==3.0.3 Flask-WTF==0.14.3 Jinja2==2.11.1 lazy-object-proxy==1.4.3 regex==2020.4.4 requests==2.23.0 slugify==0.0.1 SQLAlchemy==1.3.16 sqlparse==0.3.1 urllib3==1.25.8 utils==1.0.1 wcwidth==0.1.9 Werkzeug==1.0.1 wtf-peewee==3.0.0 WTForms==2.2.1
/r/flask
https://redd.it/led12p
Hi there I use peewee for flask and it works fine, even with postgres locally. But, when I go to heroku there is where I am unsure how to proceed. Do I need to statistically type the postgres heroku info ? I cannot seem to find the answer in heroku, some people recommend this #DATABASE=PostgresqlDatabase('heroku'), but it did not work for me. Again thank you!!
​
​
​
DATABASE = PostgresqlDatabase(
'',
user='',
password='', # Ditto.
host='') # Ditto.
​
​
​
​
​
​
​
Thanks
flask-bcrypt==0.7.1 Flask==1.1.1 Flask-CLI==0.4.0 Flask-Login==0.5.0 flask-marshmallow==0.11.0 Flask-Migrate==2.5.3 Flask-Script==2.0.6 Flask-SQLAlchemy==2.4.1 Flask-WTF==0.14.3 gunicorn==20.0.4 bcrypt==3.1.4 flask-peewee==3.0.3 Flask-WTF==0.14.3 Jinja2==2.11.1 lazy-object-proxy==1.4.3 regex==2020.4.4 requests==2.23.0 slugify==0.0.1 SQLAlchemy==1.3.16 sqlparse==0.3.1 urllib3==1.25.8 utils==1.0.1 wcwidth==0.1.9 Werkzeug==1.0.1 wtf-peewee==3.0.0 WTForms==2.2.1
/r/flask
https://redd.it/led12p
reddit
how does pewee ORM work with heroku for postgress?
Hi there I use peewee for flask and it works fine, even with postgres locally. But, when I go to heroku there is where I am unsure how to...
I just used Python to grab the rest of the semester's lecture notes in a discrete math class I'm taking!
I've been programming for a long time, but this is the first time I've used it in my day-to-day life! I realized that the lecture notes for a class I'm taking are listed sequentially as urls, so I figured they might be exposed on the server despite not being posted directly on the website. UrlLib to the rescue!
Here's the link to a tiny GitHub repo if anyone's interested.
/r/Python
https://redd.it/leaf6v
I've been programming for a long time, but this is the first time I've used it in my day-to-day life! I realized that the lecture notes for a class I'm taking are listed sequentially as urls, so I figured they might be exposed on the server despite not being posted directly on the website. UrlLib to the rescue!
Here's the link to a tiny GitHub repo if anyone's interested.
/r/Python
https://redd.it/leaf6v
GitHub
ShwinHS/get-rao-notes
Contribute to ShwinHS/get-rao-notes development by creating an account on GitHub.
How do you mock authentication in flask unit tests (pytest)
How do you guys mock the oauth2 token authentication while writing unit tests in pytest. I have tried pytest-mocks "patch", assigning a simple decorator (which gives back the function itself) to the authentication module and yielding the app. Nothing seems to work, it always goes to the original authentication module when I run the tests. Any ideas?
/r/flask
https://redd.it/lelnve
How do you guys mock the oauth2 token authentication while writing unit tests in pytest. I have tried pytest-mocks "patch", assigning a simple decorator (which gives back the function itself) to the authentication module and yielding the app. Nothing seems to work, it always goes to the original authentication module when I run the tests. Any ideas?
/r/flask
https://redd.it/lelnve
reddit
How do you mock authentication in flask unit tests (pytest)
How do you guys mock the oauth2 token authentication while writing unit tests in pytest. I have tried pytest-mocks "patch", assigning a simple...
Kids Python 101 learning materials
Hi Reddit folks,
I have developed free learning materials for young kids (targeting 8+ kids) to learn Python from scratch on https://kidspython.com lately. I put lots of efforts on simplifying the course materials, providing plenty of good examples and sufficient exercises for kids to practice coding. The Web site even provides a Python Playground that supports visualization mode for kids to trace their code execution.
I hope the information is helpful. Please give it a try, and subscribe to our YouTube channel for watching Kids Python 101 videos.
/r/Python
https://redd.it/leh4eg
Hi Reddit folks,
I have developed free learning materials for young kids (targeting 8+ kids) to learn Python from scratch on https://kidspython.com lately. I put lots of efforts on simplifying the course materials, providing plenty of good examples and sufficient exercises for kids to practice coding. The Web site even provides a Python Playground that supports visualization mode for kids to trace their code execution.
I hope the information is helpful. Please give it a try, and subscribe to our YouTube channel for watching Kids Python 101 videos.
/r/Python
https://redd.it/leh4eg
Kidspython
Kids Python | Best Simplified Resources for Kids to Learn Python programming
Free Python learning resources for young kids. Provide easy-to-understand Kids Python 101 course and rich exercises for kids to learn Python coding with zero experience.
Interactively visualize strftime directives.
https://www.python-utils.com/
/r/Python
https://redd.it/lepavz
https://www.python-utils.com/
/r/Python
https://redd.it/lepavz
reddit
Interactively visualize strftime directives.
Posted in r/Python by u/adparadox • 95 points and 14 comments
Are Django Templates not enough?
I am learning Django and based on the resources I've covered so far I know that Django can handle frontend with the templates. But most often I read about people preferring Django + a JS frontend framework.
What are some of the limitations of templates that make people prefer working with React, Vue, or Angular?
/r/django
https://redd.it/levqcu
I am learning Django and based on the resources I've covered so far I know that Django can handle frontend with the templates. But most often I read about people preferring Django + a JS frontend framework.
What are some of the limitations of templates that make people prefer working with React, Vue, or Angular?
/r/django
https://redd.it/levqcu
reddit
Are Django Templates not enough?
I am learning Django and based on the resources I've covered so far I know that Django can handle frontend with the templates. But most often I...
Better ways to use a csv file in Django
Hello everyone,
I am building a web app in django that relies on a deep learning model. In my backend, I have used pandas to store information about my dataset (my dataset consists of images, the CSV files contain columns such as name, path, and an embedding for the images), and I am using the embedding of these images in Django. However, I would like to know if there is a better way than parsing a CSV file to obtain my information.
​
Thanks in advance!
/r/django
https://redd.it/lev2ri
Hello everyone,
I am building a web app in django that relies on a deep learning model. In my backend, I have used pandas to store information about my dataset (my dataset consists of images, the CSV files contain columns such as name, path, and an embedding for the images), and I am using the embedding of these images in Django. However, I would like to know if there is a better way than parsing a CSV file to obtain my information.
​
Thanks in advance!
/r/django
https://redd.it/lev2ri
reddit
Better ways to use a csv file in Django
Hello everyone, I am building a web app in django that relies on a deep learning model. In my backend, I have used pandas to store information...
Django Rest Framework
Using Django Rest framework, ModelSerializer to be exact, I am able to serialize my Django models. However, when I send a get request using postman my data does not return as Json, but as HTML, I’m not sure exactly what I’m missing. Any suggestions?
/r/django
https://redd.it/lf053k
Using Django Rest framework, ModelSerializer to be exact, I am able to serialize my Django models. However, when I send a get request using postman my data does not return as Json, but as HTML, I’m not sure exactly what I’m missing. Any suggestions?
/r/django
https://redd.it/lf053k
reddit
Django Rest Framework
Using Django Rest framework, ModelSerializer to be exact, I am able to serialize my Django models. However, when I send a __get__ request using...
This media is not supported in your browser
VIEW IN TELEGRAM
[D] Convolution Neural Network Visualization - Made with Unity 3D and lots of Code / source - stefsietz (IG)
https://redd.it/leq2kf
@pythondaily
https://redd.it/leq2kf
@pythondaily
Monday Daily Thread: Project ideas!
Comment any project ideas beginner or advanced in this thread for others to give a try! If you complete one make sure to reply to the comment with how you found it and attach some source code!
/r/Python
https://redd.it/lez6jg
Comment any project ideas beginner or advanced in this thread for others to give a try! If you complete one make sure to reply to the comment with how you found it and attach some source code!
/r/Python
https://redd.it/lez6jg
reddit
Monday Daily Thread: Project ideas!
Comment any project ideas beginner or advanced in this thread for others to give a try! If you complete one make sure to reply to the comment with...
Short Django Reset Password Tutorial
I published a short video earlier today based on a few requests. People have been asking for a tutorial on how to create reset password functionality with Django.
I use the built in functionality from Django, but I override the templates.
If you want to check it out, you can find it here:
https://www.youtube.com/watch?v=ZR8Ymkx30p0
I would love to hear what you think about the content and quality :-)
/r/djangolearning
https://redd.it/lf7d4e
I published a short video earlier today based on a few requests. People have been asking for a tutorial on how to create reset password functionality with Django.
I use the built in functionality from Django, but I override the templates.
If you want to check it out, you can find it here:
https://www.youtube.com/watch?v=ZR8Ymkx30p0
I would love to hear what you think about the content and quality :-)
/r/djangolearning
https://redd.it/lf7d4e
YouTube
Django Reset Password Tutorial
In this Django Reset Password Tutorial, you will learn how to use the built in functionality from Django. You will learn how to override the built in templates and send them to users.
---
Important links
Patreon: https://patreon.com/codewithstein
Twitter:…
---
Important links
Patreon: https://patreon.com/codewithstein
Twitter:…
Best ways to increase flask security?
This weekend, I got my first rest api running on heroku. It was a simple POST-GET api for moving data I had stored in a database to a simulation of a frontend interface.
My problem is that the domain branch is incredibly guessable, and it doesn’t take advantage of the random api key I have logged to every user in my database. I haven’t been able to research authentication methods built into flask so any resources on that would be insanely helpful.
My app is built in a way that flask moves json data around, but I want to do it in a way that the user never has to see, with security I don’t have to constantly monitor.
Any and all help is appreciated. Looking for a general-type view of authent on flask.
/r/flask
https://redd.it/lf2w4f
This weekend, I got my first rest api running on heroku. It was a simple POST-GET api for moving data I had stored in a database to a simulation of a frontend interface.
My problem is that the domain branch is incredibly guessable, and it doesn’t take advantage of the random api key I have logged to every user in my database. I haven’t been able to research authentication methods built into flask so any resources on that would be insanely helpful.
My app is built in a way that flask moves json data around, but I want to do it in a way that the user never has to see, with security I don’t have to constantly monitor.
Any and all help is appreciated. Looking for a general-type view of authent on flask.
/r/flask
https://redd.it/lf2w4f
reddit
Best ways to increase flask security?
This weekend, I got my first rest api running on heroku. It was a simple POST-GET api for moving data I had stored in a database to a simulation...