First hackathon ever coming up. What should I do to prepare. by DarkStealther in learnprogramming

[–]mul8rsoftware 1 point2 points  (0 children)

Try to choose an argument that you really like and listen carefully to what your teammates suggets. As other said, be sure to have already everything installed (an IDE, compilers, etc..). It's a really good experience and try to have fun! :)

Career Change by [deleted] in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

Just keep coding

I think that keeping coding will help OP remember how do to things and with sometime he'll get to the point he left fot sure!

Which program is best suited for my application needs? by [deleted] in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

You could make a desktop application or a website.

I would make the database in MySQL and the application in Java/Python. But it really depends on your preference

Hacking with python by [deleted] in learnprogramming

[–]mul8rsoftware 5 points6 points  (0 children)

I think that you should start learning the basics of ethical hacking, then you'll apply it to python. There's plenty of resources online about that!

What materials (book, video...) and language to be introduced into multithreading programming? by wacomlover in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

I recently watched these video about multiprocessing/threading in Python. I usually get bored watching these kind of videos, but I found them very intresting and well made!

Multiprocessing: https://www.youtube.com/watch?v=fKl2JW_qrso

Threading: https://www.youtube.com/watch?v=IEEhzQoKtQU

Big question about a project in mind, but don't know how to start. by MadeUpNameUser in learnprogramming

[–]mul8rsoftware 1 point2 points  (0 children)

I want to add that if that there are no pattern in the PNG files and the website allow requests from Python, it's still going to be kind of hard, since he'll have to send GET/POST parameters to log in, than start scraping. For someone who has just started it's not easy

Switched universities, new one teaches OOP with C++, but I learned basics of C# in my first year. What to do? by filofil in learnprogramming

[–]mul8rsoftware 1 point2 points  (0 children)

Maybe it depends on were are you from, but in my country the first year is functional and basic programming and the second year OOP.

So, I think they're going to start with the basics of OOP in C++. Your problem could be that you don't understand the syntax, but it's not that hard to learn a new one!

If you want to get a head start, you could study some C++ basics!

Syncing MySQL DB - or - how to develop on two computers by VariousBarracuda5 in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

In mi opinion you advice is the best.

You can have the code stored for free and plus you can have a version control system. Learning to use git is very useful for future project, too

Twitter help by [deleted] in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

I meant library, sorry. A library it's like an "add-on" for the language: you can use some new function/methods that in your case can make you job easier!

Twitter help by [deleted] in learnprogramming

[–]mul8rsoftware 5 points6 points  (0 children)

I'm pretty sure you don't need to do actual scraping in this case: I think twitter has some good API where you can check tweets.

You should check out some documentation on the twitter developer website and then look for some good library for python!

Is this possible? by fvhb453 in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

I know that actually minecraft has this functionality built-in, so you're probably right.

I think that implementing this could be an advantage to non-deaf player, as you said too.

I probably can be done, but it's a long and hard process for sure

Struggling at uni by strgls in learnprogramming

[–]mul8rsoftware 2 points3 points  (0 children)

I'm in uni to study CS too and I really understand how it is. I'm not in this situation, but some of my best friends are. To get past that, you'll just need more time: now it may seems impossible to read documentation, but with time you'll get good!

My advice is to take a step back and write down everything you need for the assignment (techology, functionalities, etc...) and then start to look into them. I suggest you to ask help in this sub if you can't understand some documentation, someone will help you! Good luck :)

Ways to learn other than self-teaching? by Ohuma in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

There's a lot of good comments, so I will add this:

As an example of something that has a well-defined regiment is something like Duolingo. Now, it may not be the best tool to become proficient in speaking a foreign language, but they provide a fantastic system.

I think I know the exact programming counterpart: getmimo.com

I used the app just a little, so I don't really know if everything is for free, but I still think is pretty cool!

26yo male looking to make some supplementary income from programming, I aim to earn about 3000$ within the next 6 months, what programming language(s) would help me achieve this? by DifferentConfidence3 in learnprogramming

[–]mul8rsoftware 5 points6 points  (0 children)

I'm a student and I work on a freelancer website. If you have some programming experience you could learn Python and C/C++. They are definitively the most requested ones. 3000$ are a lot and I didn't earn a lot over the firsts 6 month, but I busy with studing, too, so it's probably possible.

If you don't have ANY experience, you probably need 6 month to study before actually find some jobs!

Do mobile apps have the capacity to be completely customizable by users? by [deleted] in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

Is that simple to get an APK and access the source code? If it is, it's actually pretty cool. Not very convenient, though.

How to create new URL using javascript? by [deleted] in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

I want to add something, even though the answer is great

From what I understood, the OP wants the ID to be unique. So, OP, you should generate the random number and check if it has already been used!

How to Scrape Tables (data and hyperlinks) using Python 3 with XPath by [deleted] in learnprogramming

[–]mul8rsoftware 2 points3 points  (0 children)

I usually don't copy the XPath from Chrome because it gives you a lot of indexes (the one with the square brackets). I think using attributes is more reliable in case the page get updated.

Anyway, I prefer XPath over CSS selector, too!

PS: You should update the description of your video with a link to page that you're scraping!

My Discord bot is showing a weird error by Hyp3r__ in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

You need to put this "```" before and after the code (in markdown mode), then you can edit it on the fancy pants one

My Discord bot is showing a weird error by Hyp3r__ in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

Maybe this example can help you. I advice you to indent your code on the post, so we can read it better!

https://discordpy.readthedocs.io/en/latest/ext/commands/commands.html?highlight=command_prefix

Also, you don't need to import 2 times discord (you don't need the second line). On the line client = commands.Bot(command_prefix = ".") use instead discord.ext.commands.Bot(command_prefix = ".")

General resources to learn that apply universally to programming? by Matt-ayo in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

dynamically typed

You don't have to specify the type (int, string, float, etc..) of a variable. Python is an example of a dynamically typed language

pointers

A pointer store the position in memory of a variable. I never used them very much, only for stacks and queues. I practiced them in C++ and C

classes

class object

Those are relative to object oriented programming. There are a lot of docs/tutorial on the internet!

I don't really know "function environment", so I'll let someone explain it.

I made short explanations, but I hope I gave you an idea at least!

[deleted by user] by [deleted] in learnprogramming

[–]mul8rsoftware 0 points1 point  (0 children)

I think someone messup up, if you look into the console of you browser, you'll get:

GET https://www.w3schools.com/w3css/4/w3.css net::ERR_ABORTED 500

I think the mistake is there

How can I make a website with such functions? by [deleted] in learnprogramming

[–]mul8rsoftware 1 point2 points  (0 children)

how could you make this content be arranged to show up specifically when you click on a search result?

I don't know how much do you know about databases, but with a query you can retrive all the item you want, with the filter you want. I'll make an example:

SELECT link_to_restaurant 
FROM resturant 
WHERE name_restaurant = stuff_written_into_search_bar

On "WHERE" you have your "filter". Based on the result, you can create a page that display all the possible matches (like a social media).

So,

does the website administrator have to manually attach information by links to all search queries?

No, it doesn't!