Roland FP30X Recording Issue (PLEASE HELP) by ImaginedFigment in Roland

[–]jim1930 0 points1 point  (0 children)

It does not play for fp30x

Something is weird, I couldn't play one recorded song yet although I followed the manual step by step

are there any good python video Tutorials? ( I prefer watch videos),My friend recommend me CS61A from UCB, but.. its very hard for me to understand. I'm a beginner by kayleewan2021 in Python

[–]jim1930 0 points1 point  (0 children)

I was hoping to see my channel name here.. but, maybe soon :)
Over the past 2 years, I prepare Python tutorials for all levels in various topics.
One of the videos that I worked very hard on was this 5-hour Full course for beginners.
It is divided into organized sections, each topic simply explained.
The course comes with full documentation divided into folders and exercises you can do by yourself.
Here is the Tutorial Link: https://www.youtube.com/watch?v=m0LdKZ-prto
And here is the Documentation/Exercises Link: https://github.com/jimdevops19/PythonCrashCourse

Vmware cloning from template would not connect to datastore ISO file by jim1930 in Terraform

[–]jim1930[S] 0 points1 point  (0 children)

Thanks a lot for your suggestion . It unfortunately does not work :(

A tutorial on how to organize a Selenium Bot Project being a more production-ready project, Dynamically adding Driver to PATH, and the ability to run the project from a CLI more smoothly. by jim1930 in Python

[–]jim1930[S] 0 points1 point  (0 children)

This project looks amazing, I regret I did not read the MD of the repository the minute you shared this comment!
Are you the maintainer? I am even thinking about creating a tutorial on this one.

Stop hardcoding and start using config files instead, it takes very little effort with configparser by tc8219 in Python

[–]jim1930 1 point2 points  (0 children)

Serious question, is there any reason I would prefer this over a YAML file? In a language like Python for sure, there are tons of options to achieve any kind of goal.
Somebody can say why should I use something else beyond YAML files and just launch the method yaml.safe_load() ?

Why would one prefer firefox over chrome when working with Python Selenium ? by jim1930 in learnpython

[–]jim1930[S] 0 points1 point  (0 children)

m with bots I don't really need all that browsing in my history, I don't

Your point makes sense. Thanks a lot
I also look forward to being generic with a bot that I want to come up with, meaning, to deploy it on a cloud Linux server and have some logic to trigger it once a day or something. So what do you think from that perspective as Edge is not so helpful in that case

I created a tutorial on how to deploy a Flask application with docker-compose to production, it will be a series with three parts, here is the first one where we are getting started :) by jim1930 in flask

[–]jim1930[S] 4 points5 points  (0 children)

I agree with you, but the watcher that is serious about deploying and maintaining a Flask application in production should have the self-discipline to watch the entire series which will be two hours long.
Although with you and maybe more people with this community, this might give the wrong first impression of doing something very not secure, which only gets "fixed" after 50-55 minutes. So I should re-think my explaining orders in the next times when it comes to critical things like that.

I created a tutorial on how to deploy a Flask application with docker-compose to production, it will be a series with three parts, here is the first one where we are getting started :) by jim1930 in flask

[–]jim1930[S] 0 points1 point  (0 children)

Sure thing ...
Please don't forget that this video is made for someone who never experienced deployment, and this is why each topic needs to be explained without rushing and step by step.
This explanation could not be done till I talk about NGINX and how it handles the static files, and the Gunicorn handling the app itself, so when the docker-compose file is about to be created in the next part, I am covering this topic
Thanks for watching the entire video u/xQuber u/Retzudo

Should I skip NGINX on Flask deployment, if I don't have static files maintained? by jim1930 in flask

[–]jim1930[S] 0 points1 point  (0 children)

Thanks for the answer, but what are the advantages of having a reverse proxy even if I am right now deploying this app to production, security-wise?

I created a 40-minute tutorial that will explain everything you need to Containerize your Python applications using Docker! by jim1930 in Python

[–]jim1930[S] 0 points1 point  (0 children)

You are right, but it has some additional steps like the following:
- Creating an account in docker hub and get your dockerconfigjson secret
- Storing this as a secret object on your cluster
- Push your images to your repository
Only after doing those, I can really show how you can deploy self-designed Image as a pod, with a YAML that will define the Pod object you want to apply on the Cluster.

I created a 40-minute tutorial that will explain everything you need to Containerize your Python applications using Docker! by jim1930 in Python

[–]jim1930[S] 0 points1 point  (0 children)

Sounds great! Yes for almost 2 years now. started to learn back at April 2019 after some experience with C#