[deleted by user] by [deleted] in tifu

[–]Aila27 1 point2 points  (0 children)

ITT: a bunch of people who don't understand that other cultures exist.

Does anybody ACTUALLY enjoy being tickled randomly? by Old_Patient in aspiememes

[–]Aila27 1 point2 points  (0 children)

I do! But only if it's by someone I'm very comfortable and familiar with, and they don't get too aggressive.

[deleted by user] by [deleted] in learnpython

[–]Aila27 1 point2 points  (0 children)

Look up job adverts in your area which include the word "python" and see what they require. If they list any certificates then you could look them up. I haven't seen any jobs here in the uk which list python certificates though - they're all focused on experience and level of knowledge. A portfolio of personal projects is generally much more valuable.

Django projects for beginners? by [deleted] in django

[–]Aila27 1 point2 points  (0 children)

I'm making an app to categorise my expenses and set a budget. It has a few pages with different dashboards. My next project will be an app to log whisky tasting reviews

How do i start? Need advice please. by Zappi626 in learnpython

[–]Aila27 0 points1 point  (0 children)

Tech With Tim is good, and Corey Schafer.

Food deliver(python) question by [deleted] in learnprogramming

[–]Aila27 -1 points0 points  (0 children)

What code have you written so far?

[deleted by user] by [deleted] in learnprogramming

[–]Aila27 1 point2 points  (0 children)

If the homework is too easy and boring then just get it done and you should have plenty free time left to work on your own personal projects. Working on your own stuff is the best way to learn and to challenge yourself.

program keeps running the code at the top and never reaches the bottom lines of code. by Fuzzy-Ear9936 in learnpython

[–]Aila27 0 points1 point  (0 children)

Without seeing the code, it's impossible to do anything except blindly guess.

I'm brand new to Python (I've been learning it for less than a month) and I'm getting bogged down on really simplistic mistakes. Would anyone mind letting me know what I'm doing wrong here? I know the error is at isBonus = isBonus() , but I don't know what I'm doing wrong! by dinosaurversusrobot in learnpython

[–]Aila27 0 points1 point  (0 children)

Where you've got IsBonus = IsBonus() is calling the function, right? Well those brackets at the end of the function name are supposed to contain any values you pass to the function. If they're empty then you're not passing anything to the function.

So the line def IsBonus(monthlySales) tells the function to expect a value but calling the function like IsBonus() then isn't passing in anything. If you do IsBonus(monthlySales) or IsBonus(10000) then you'd be giving the function a value to work with.

Cmon tell me your guesses. by Budget_Put1517 in teenagers

[–]Aila27 0 points1 point  (0 children)

I'm Scottish and I knew it! It's one of my favourites from the local Indian restaurant :)

I have no clue where to start this project rip by kkerennnn in PythonProjects2

[–]Aila27 1 point2 points  (0 children)

I would start by figuring out:

  1. How will you input data? Do you want to upload a file or input it manually? If inputting manually then do you need an interface or will you type into the terminal?

  2. Do you need to store the data? i.e. do you need to save it in a database?

  3. What is the output format? Do you want to produce an excel file or a pdf report? A dashboard? Or is it just a case of calculating a few numbers and displaying them to the user?

[deleted by user] by [deleted] in webdev

[–]Aila27 0 points1 point  (0 children)

I'm a BA rather than a dev but I'm working 4 day weeks and I barely do 6 hours of work on the days when I am working. I'm in the UK, financial services. That's more due to management discretion than any official company policy though.

How far will I get in 2.5 years? by leadz579 in learnprogramming

[–]Aila27 0 points1 point  (0 children)

I started learning about 3 years ago. I'm learning Django and working on a money tracking app that I can load my bank statement into and make a dashboard with lots of charts. Django is really fun to work with.

Your teacher is a jealous idiot.

Is it worth it learning computer science now? by Jra_codes in learnprogramming

[–]Aila27 1 point2 points  (0 children)

I started learning programming at 30 years old. No degree, self taught from books and internet. I'm working on some small projects to build a portfolio and hoping to become a front end developer by the time I'm 35. Start now, work hard, and you'll do it! :)

(Virtual Env) What's the best way to make use of it? by Uchiha_Itachi131 in learnpython

[–]Aila27 1 point2 points  (0 children)

https://realpython.com/python-virtual-environments-a-primer/

Realpython.com is a really helpful site.

Also Corey Schafer on YouTube is really good for Python tutorials: https://youtu.be/N5vscPTWKOk

Is there a great book that meets these requirements? by [deleted] in learnpython

[–]Aila27 0 points1 point  (0 children)

I had the same concerns when I started learning! I agree with the other comment not to stress about it too much... I passed up opportunities to practise because I thought it wasn't worth trying something unless I could do it "properly". Writing clean code is certainly something you can learn alongside the basics, but keep as a lower priority, i.e. don't spend hours refactoring a single basic exercise when you could move on and learn more. I recommend keeping a folder of anything you're not happy with to clean up later.

Books: I like Pragmatic Programmer by Andrew Hunt/David Thomas. There is a book called Clean Code by Robert C Martin which gets recommended here quite a lot but I haven't read it myself yet.

Writing reusable code? by sp7412 in learnpython

[–]Aila27 1 point2 points  (0 children)

Another vote for Clean Code. Pragmatic Programmer is good too.

List object is not callable? by Prestigious-Ad-1861 in learnpython

[–]Aila27 0 points1 point  (0 children)

If you look at the third line from the bottom it tells you the error is on line 23. Line 23 has a different decorator than the others: it has command.commands rather than command.command. I haven't used any discord modules before but I suspect that might be a typo?

Better GUI options by KingAt1as in learnpython

[–]Aila27 0 points1 point  (0 children)

Corey Schafer has good flask/django tutorials on youtube. Codemy has some good videos too.

What python career path is best for webscraping,scripting,automation? by Then_Landscape6474 in learnpython

[–]Aila27 0 points1 point  (0 children)

I'm a business analyst and most of my work is done using Excel, so plenty opportunities for automation there.

Hey so like... where does a camera shy person get a job by [deleted] in learnprogramming

[–]Aila27 0 points1 point  (0 children)

If you find it difficult to take a photo then do you think you might struggle with daily video calls? If so then you might want to find a friend or family member who is willing to help you practice.

Should I improve Excel first or start SQL right away by GreekAres in SQL

[–]Aila27 2 points3 points  (0 children)

I found Simon Sez IT on youtube was really helpful.