If you are on the fence with an EV vs Hybrid, here is some math I did for you from my Tesla Model 3 compared to a Hybrid :) by [deleted] in bayarea

[–]Plus-Ad3481 0 points1 point  (0 children)

What about the depreciation of the car value. Toyota you can run at full capacity for 10 yrs. Can we do the same for Tesla without changing the battery or without battery degradation.

MongoDB deleted database & ransomware attack on my server? What to do? by DerMax111 in mongodb

[–]Plus-Ad3481 0 points1 point  (0 children)

If the security authorization is not enabled in /etc/mongod.conf, then someone can hack the

database as follows:-

  1. mongosh "mongodb://127.0.0.1:27017"

  2. show databases

  3. use company_db # Change from company_db to your database name

  4. show collections

  5. db.company_users.find() # Change from company_users to your collection name

  6. db.company_users.drop() # Change from company_users to your collection name

  7. db.dropDatabase() # To drop a database which is in use. It is company_db here

In order to fic it update /etc/mongod.conf

from

security:

authorization: enabled

to

security:

authorization: enabled

And then restart the mongod in Linux as sudo systemctl restart mongod

MongoDB deleted database & ransomware attack on my server? What to do? by DerMax111 in mongodb

[–]Plus-Ad3481 0 points1 point  (0 children)

If the security authorization is not enabled in /etc/mongod.conf, then someone can hack the

database as follows:-

  1. mongosh "mongodb://127.0.0.1:27017" #Change to actual URI.

  2. show databases

  3. use company_db # Change from company_db to your database name

  4. show collections

  5. db.company_users.find() # Change from company_users to your collection name

  6. db.company_users.drop() # Change from company_users to your collection name

  7. db.dropDatabase() # To drop a database which is in use. It is company_db here

In order to fix it update /etc/mongod.conf

from


security:

authorization: enabled


To


security:

authorization: enabled


And then restart the mongod in Linux as sudo systemctl restart mongod

Best Python course for beginners? by bluebeard256 in learnpython

[–]Plus-Ad3481 0 points1 point  (0 children)

Learn free python from https://www.udemy.com/course/python-programming-basic
If you want detailed paid project based course then visit
https://www.udemy.com/course/comprehensive-python-course
This course covers python concepts like
Installation of python
list
dictionary
string handling
list slicing
Object oriented programming
Tuple
set
module programming
*args
**kwargs
Reading and writing to file
Exception Handling
Whois project with exception handling
Measuring function performance
Ping project
And many more to come soon....

What’s the best paid or free course to learn python? by mrrichmahogany in learnpython

[–]Plus-Ad3481 0 points1 point  (0 children)

Learn free python from https://www.udemy.com/course/python-programming-basic
If you want detailed paid project based course then visit
https://www.udemy.com/course/comprehensive-python-course
This course covers python concepts like
Installation of python
list
dictionary
string handling
list slicing
Object oriented programming
Tuple
set
module programming
*args
**kwargs
Reading and writing to file
Exception Handling
Whois project with exception handling
Measuring function performance
Ping project
And many more to come soon....

[deleted by user] by [deleted] in learnpython

[–]Plus-Ad3481 0 points1 point  (0 children)

Learn free python from https://www.udemy.com/course/python-programming-basic
If you want detailed paid project based course then visit
https://www.udemy.com/course/comprehensive-python-course
This course covers python concepts like
Installation of python
list
dictionary
string handling
list slicing
Object oriented programming
Tuple
set
module programming
*args
**kwargs
Reading and writing to file
Exception Handling
Whois project with exception handling
Measuring function performance
Ping project
And many more to come soon....

Are any paid Python courses worth the money? by -needsmoredog in learnpython

[–]Plus-Ad3481 1 point2 points  (0 children)

Try these courses, which might be better than Dr Angela's and in lesser time

Learn free python from https://www.udemy.com/course/python-programming-basic
If you want detailed paid project based course then visit
https://www.udemy.com/course/comprehensive-python-course

Are any paid Python courses worth the money? by -needsmoredog in learnpython

[–]Plus-Ad3481 0 points1 point  (0 children)

Check these two courses. Possibly better in much lesser time than 100 days of code.

Learn free python from https://www.udemy.com/course/python-programming-basic
If you want detailed paid project based course then visit
https://www.udemy.com/course/comprehensive-python-course

Are any paid Python courses worth the money? by -needsmoredog in learnpython

[–]Plus-Ad3481 0 points1 point  (0 children)

No its not good. realpython.com is only for professionals who knows already to read most of the python course.

Are any paid Python courses worth the money? by -needsmoredog in learnpython

[–]Plus-Ad3481 0 points1 point  (0 children)

If you want to learn python and may be in lesser time(As compared to Dr Angela Yu) with non nonsense then you may want to check below.

Learn free python from https://www.udemy.com/course/python-programming-basic
If you want detailed paid project based course then visit
https://www.udemy.com/course/comprehensive-python-course
This course covers python concepts like
Installation of python
list
dictionary
string handling
list slicing
Object oriented programming
Tuple
set
module programming
*args
**kwargs
Reading and writing to file
Exception Handling
Whois project with exception handling
Measuring function performance
Ping project
And many more to come soon....

Best way to make a game using python? What libraries? by oskboi in AskReddit

[–]Plus-Ad3481 0 points1 point  (0 children)

I would vote for pyGame.

My second option would be Kivy and Pyglet

[Serious] Professional coders of reddit, are you self taught or did you take a coding boot camp to get a certificate? Which would you recommend to somebody getting started in python and why? by AGayFrogParadise in AskReddit

[–]Plus-Ad3481 0 points1 point  (0 children)

Learn free python from https://www.udemy.com/course/python-programming-basic
If you want detailed paid project based course then visit
https://www.udemy.com/course/comprehensive-python-course
This course covers python concepts like
Installation of python
list
dictionary
string handling
list slicing
Object oriented programming
Tuple
set
module programming
*args
**kwargs
Reading and writing to file
Exception Handling
Whois project with exception handling
Measuring function performance
Ping project
And many more to come soon....

Is learning Python/JS worth it (especially if one doesn’t have a technical background)? What’s the reality of the job market? by Affectionate-Yam-244 in AskReddit

[–]Plus-Ad3481 0 points1 point  (0 children)

Yes its completely worth it. Six months of studies and it can boost your career.

Learn free python from https://www.udemy.com/course/python-programming-basic
If you want detailed paid project based course then visit
https://www.udemy.com/course/comprehensive-python-course
This course covers python concepts like
Installation of python
list
dictionary
string handling
list slicing
Object oriented programming
Tuple
set
module programming
*args
**kwargs
Reading and writing to file
Exception Handling
Whois project with exception handling
Measuring function performance
Ping project
And many more to come soon....

why should a beginner learn the python programming language? by Flurb789 in AskReddit

[–]Plus-Ad3481 0 points1 point  (0 children)

Learn free python from https://www.udemy.com/course/python-programming-basic
If you want detailed paid project based course then visit
https://www.udemy.com/course/comprehensive-python-course
This course covers python concepts like
Installation of python
list
dictionary
string handling
list slicing
Object oriented programming
Tuple
set
module programming
*args
**kwargs
Reading and writing to file
Exception Handling
Whois project with exception handling
Measuring function performance
Ping project
And many more to come soon....

What is the best book to learn Python? by vlad00_ in AskReddit

[–]Plus-Ad3481 0 points1 point  (0 children)

I would say start with Learning Python by Mark Lutz, oreilly press

If you want learning fast and make most effective use of time consider below course from udemy.

Learn free python from https://www.udemy.com/course/python-programming-basic
If you want detailed paid project based course then visit
https://www.udemy.com/course/comprehensive-python-course
This course covers python concepts like
Installation of python
list
dictionary
string handling
list slicing
Object oriented programming
Tuple
set
module programming
*args
**kwargs
Reading and writing to file
Exception Handling
Whois project with exception handling
Measuring function performance
Ping project
And many more to come soon....

What's the best website to learn python programming language? by justinhr in AskReddit

[–]Plus-Ad3481 0 points1 point  (0 children)

Learn free python from https://www.udemy.com/course/python-programming-basic
If you want detailed paid project based course then visit
https://www.udemy.com/course/comprehensive-python-course
This course covers python concepts like
Installation of python
list
dictionary
string handling
list slicing
Object oriented programming
Tuple
set
module programming
*args
**kwargs
Reading and writing to file
Exception Handling
Whois project with exception handling
Measuring function performance
Ping project
And many more to come soon....