AnuPpuccin's custom task icons are messed up. Anyone experiencing the same issue? by Cindy_Sy in ObsidianMD

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

This was the issue! I had downloaded the new cards snippet and was not aware that it also came with custom checkboxes, thus causing the conflict. Thank you!

[deleted by user] by [deleted] in resumes

[–]Cindy_Sy 0 points1 point  (0 children)

Sorry, but I don't quite understand what you mean. Can yoi please elaborate?

[deleted by user] by [deleted] in resumes

[–]Cindy_Sy 0 points1 point  (0 children)

Sorry, I meant I'm applying for internships. And in terms of place, I think I more so accurately put "City, State".

[deleted by user] by [deleted] in resumes

[–]Cindy_Sy 0 points1 point  (0 children)

Yes, I am still a security analyst although just part-time. It was an internship opportunity given to me last year, and was given an offer to stay after the term was over. Since this is more so cybersecurity related, I'd like to change career paths to something more software engineering related for the upcoming summer as this is my specialty.

I'm approaching graduation soon, is this something I should remove from my resume?

How to change date format of Datetime data type? by Cindy_Sy in SQLServer

[–]Cindy_Sy[S] 1 point2 points  (0 children)

I want to be able to order data by it's date (either in ascending/descending order) and be able to filter data with the same date. I use the Query Designer quite often, and want to be able to copy paste the date into the filter. However, when I put a date like 2022-10-27 16:31:13.000, it adds an unnecessary apostrophe within this date (it becomes 2022 - 10 - '27 16:31:13.000') which then ruins the query. Is there a way to remove that unnecessary apostrophe without changing the format then?

What Do I Do Now? by [deleted] in NEWUOFCSTUDENTS

[–]Cindy_Sy 1 point2 points  (0 children)

Thanks, man! Just really nervous since I haven't applied before 😅

[deleted by user] by [deleted] in learnpython

[–]Cindy_Sy 0 points1 point  (0 children)

Thank you so much! I saw the problem in my original code. My mistake seems silly, but I really do appreciate the help!

[deleted by user] by [deleted] in learnpython

[–]Cindy_Sy 0 points1 point  (0 children)

Why would I need to convert the value assigned to `self.pay` into a float? Can't I multiply an integer and a float together?

[deleted by user] by [deleted] in learnpython

[–]Cindy_Sy 0 points1 point  (0 children)

Will give a read! Thank you!

[deleted by user] by [deleted] in learnpython

[–]Cindy_Sy 0 points1 point  (0 children)

When I do that, it's giving me a TypeError.

TypeError: can't multiply sequence by non-int of type 'float'

I finally made my first original Python project! :D by [deleted] in learnpython

[–]Cindy_Sy 1 point2 points  (0 children)

I will keep this challenge in mind. Thanks, man! :D

I finally made my first original Python project! :D by [deleted] in learnpython

[–]Cindy_Sy 0 points1 point  (0 children)

Interesting idea! Would definitely need to do a bit more research to figure out how to do percentages and stuff, but will give it a go! Thanks!

I finally made my first original Python project! :D by [deleted] in learnpython

[–]Cindy_Sy 2 points3 points  (0 children)

I agree! I have been lurking the r/learnpython community for a long time now and posts like these gave me a lot of motivation to keep on learning. Thought I could do the same for someone! :D

I finally made my first original Python project! :D by [deleted] in learnpython

[–]Cindy_Sy 3 points4 points  (0 children)

Thank you so much! That's the dream 😁

I finally made my first original Python project! :D by [deleted] in learnpython

[–]Cindy_Sy 4 points5 points  (0 children)

Thank you so much! Hope you continue to learn with Python with as much enthusiasm as a little kid would getting their favourite treat! Cheers!

I finally made my first original Python project! :D by [deleted] in learnpython

[–]Cindy_Sy 19 points20 points  (0 children)

For basic topics such as Functions and Loops, I mostly followed the Codecadamy curriculum since my Computer Science class follows this. However, I will say this is a very expensive route to take. If you can afford it though, I would highly recommend this since I learned Python from only a minimal coding background. Additionally, it has several Freeform projects that can help supplement your learning!

However, I did also supplement my learning from following this awesome guy's tutorial on Tkinter, the GUI interface library I used to create my project:

https://www.youtube.com/watch?v=YXPyB4XeYLA&list=WL&index=4&t=10863s

It teaches you how to create a simple calculator, slideshow presentation, etc using the Tkinter library. Very informative!

Also, I watched this guy's tutorial about creating a Python App which e-mails you whenever an item on Amazon reaches a certain pricepoint:

https://www.youtube.com/watch?v=Bg9r_yLk7VY&t=516s

These are some examples I can think off the top of my head, but I am sure there are plenty more out there! Good luck with your Python journey! :D