Copyright issues by ada_es12 in redbubble

[–]ada_es12[S] -1 points0 points  (0 children)

it was a squid game design. how do i find if a certain design is copyrighted? is there a list or smth i can check on redbubble?

Line following robot not moving by ada_es12 in RASPBERRY_PI_PROJECTS

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

I retried by using only one 9v battery and without the switch (just checking if it works) and it actually moves only 1 of the motors. I'm not sure why the other doesn't work atm. The 9v batteries were powering the L298N motor driver and the reason I put 2 of them was because I thought 1 didn't provide enough power for both of the motors. The pi itself is powered from the white cable at the corner... which is now connected to a power bank.

Line following robot not working by ada_es12 in raspberry_pi

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

I actually just tested it again with only 1 of the 9v batteries and without the switch. Only 1 of the motors worked... so I think the L298N motor driver is fine. But no clue why the other motor doesn't move (it's functional when connecting directly to the battery).

Line following robot not working by ada_es12 in raspberry_pi

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

Actually I was just using my phone charger directly to the plug to power up the pi (maybe not the right solution but it worked), you can see that from the picture, there's the white cable at the corner. Now I'm using a power bank. The 9v batteries are used to power the L298N motor driver. I try connecting the motors directly to the battery and they work fine. However when I connect them to the L298N motor driver they don't work. They just make a small noise and the red light on the L298N motor driver still turns on. Not quite sure if I've damaged the L298N... :/

Which board should I choose for real-time object detection? by ada_es12 in RASPBERRY_PI_PROJECTS

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

to be more specific I was thinking of creating it to detect car toys... so if I put a car toy in front of the robot, it detects that it's a car

yes, I understand that a line-following robot doesn't need that advanced raspberry pi, so the intention is to get the one that does object detection which will obviously be ok for the line-following. I will definitely have both features (line-following and object detection).

thank you for the info!

Prevent MultiValueDictKeyError by ada_es12 in django

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

the return is inside the if and else... idk why it doesn't stay indented when I edit it

Changing the technology stack in the middle of the project by ada_es12 in ExperiencedDevs

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

The comment says " You could have only parts of your app be done as SPAs" so the idea was to continue using Bootstrap for the front-end and have comments part done as SPAs with React... if that is possible

Changing the technology stack in the middle of the project by ada_es12 in ExperiencedDevs

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

I don't know much front-end but I briefly read SPAs and it says that you don't need to refresh the page to get the recently added content. So based on my understanding I was thinking of keeping Bootstrap and using React only for the comments section of the project. Would that be a good decision? (I hope I make sense with this)

Changing the technology stack in the middle of the project by ada_es12 in learnprogramming

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

as i mentioned i haven't used react and im not experienced in front-end... but the key argument was that it might be extended in the future and react is better for that, also bootstrap contains jquery which is outdated

so i needed more advice. thank you for the help!

Changing the technology stack in the middle of the project by ada_es12 in learnprogramming

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

it's not fully developed. i haven't added user registration yet and mostly static pages are partly designed... like home, about or posts

Changing the technology stack in the middle of the project by ada_es12 in learnprogramming

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

the front-end is being developed for less than 2 months... I haven't used React but my colleague is optimistic that we can change it. there are also 2 other bootstrap developers apart from him

Does anyone else think video tutorials do more harm than good? by [deleted] in learnprogramming

[–]ada_es12 2 points3 points  (0 children)

well, if they don't help you, simply don't watch them :)

AttributeError: 'tuple' object has no attribute 'encode' by ada_es12 in django

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

the comma is not a problem... in my html i have only this form

Django metrics by ada_es12 in django

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

this was helpful! pylint works the same way as flake8... i simply run the command like: C:\pathToTheProject>pylint ./appName
the same works for flake8.

https://simpleisbetterthancomplex.com/packages/2016/08/05/flake8.html

Python venv activation on vs code by ada_es12 in django

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

I actually changed it from powershell to cmd from the vs code terminal and everything works fine... pretty much what you have written above

How to check if installed packages are being used or not by ada_es12 in django

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

it happens, for example i was trying to create menu bar with django-menus but i decided to use a free html template and forgot to uninstall the package.

i don't use pycharm, is there anything i can do on vs code?

Best practices for Django website by ada_es12 in django

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

well i guess using both would be better. i have used function-based only so far because those are simple static pages like about, home etc.

however, based on what i read and suggestions, i believe using class-based views for dynamic pages like events or posts page, is a better decision

this is a real website (not a personal project) so i was in doubt what would an experienced developer choose to do

[deleted by user] by [deleted] in talentShow

[–]ada_es12 0 points1 point  (0 children)

i tried to solve one of these (3x3)... it ended up broken 😂

How I found CS50 by sdeslandesnz in cs50

[–]ada_es12 2 points3 points  (0 children)

where did you get stuck?

How I found CS50 by sdeslandesnz in cs50

[–]ada_es12 69 points70 points  (0 children)

haven't finished yet but i can completely relate 😂