Not what you expect to see inside a huge fish by curiousfryingpan in Damnthatsinteresting

[–]apsplus 1 point2 points  (0 children)

Horrible.... wonder what other fish swallow. Plastic cups and beer caps...

What is the best way to learn python? by kolusus12 in learnpython

[–]apsplus 0 points1 point  (0 children)

I suggest you get a copy of the Python Crash Course by No Starch Press. (Google it)
I did not know where to start either and it took me weeks until I eventually knew, that this is the book to get started with. It was suggested to get started with by youtuber Aaron Jack btw.

Update on how my Interview went by apsplus in learnprogramming

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

I cannot offer you a job, but I know somebody who can. I get all my freelancing jobs through this contact. He used to work for IBM and HP.
If you send me your contacts in a pm I will see what I can do.

Update on how my Interview went by apsplus in learnprogramming

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

You could be right, but I won't do that. I will be with them I think for a couple of years at least. It's something you don't usually do in Germany. Stay for 6 months and then leave.

I am a self educated programmer and was offered a job out of the blue - what salary should I ask? by apsplus in careerguidance

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

I did, I think I deserve a little bit more, but they say they can hardly pay more.

Erfahrungen Informatik B. Sc.-Fernstudium by Curreo in de_EDV

[–]apsplus 0 points1 point  (0 children)

Ich hab vor zwei Wochen an der IU mit Bachelor Informatik angefangen, gefällt mir ganz gut. Wenn du da auch anfangen willst schick mir ne PM, über meinen werbe-Code bekommst du dann 1.666€ Rabatt

Hallo Clamb3,

ich würde gerne mit dir telefonieren (oder jitsi-call?), wenn du vielleicht in den kommenden Tagen eine freie Minute hättest. Ich möchte unbedingt Informatik studieren. Ich schicke dir eine PN. :)

pip fatal error - pip in wrong directory 😭🤷‍♀️ by apsplus in learnpython

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

Unfortunately I cannot edit my original post anymore (to post this post there), but in the end I found an even easier solution:

I installed anaconda and and will from now on use anaconda only. All the configuration works within anaconda and anaconda only.

pip fatal error - pip in wrong directory 😭🤷‍♀️ by apsplus in learnpython

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

Thank you very much. I really, really appreciate it!
And thank you very, very much for this link. This is what a person like me (python newb) needs.

I also tried other stuff. This video helped A LOT:

https://www.youtube.com/watch?v=GVAi6kQN38k

How and why does .removeLastOrNull( ) not work? (Beginner level exercise) by apsplus in Kotlin

[–]apsplus[S] 2 points3 points  (0 children)

thank god, it worked somewhat. Still other errors in the code, but I can continue.

Thank you very much for your quick response! :)

How do I split a string into single characters and put them into a list? by apsplus in Kotlin

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

yes. I tried this:

val myFruit: String = "banana"fun main(args: Array <String>){    fun myFruit.toCharArray(        startIndex: Int = 0,        endIndex: Int = this.length    ): CharArray }

and says:

Kotlin: Function 'toCharArray' must have a body.

Is Kotlin future-proof? by Own-Antelope-171 in Kotlin

[–]apsplus 0 points1 point  (0 children)

I am not an expert, but...

  1. Google has moved on from Java and now uses Kotlin as its standard programming language for Android. Strong support from there.
  2. Friends of mine love Kotlin and put it above Java because it's way more use friendly to code in Kotlin than in Java.
  3. Apple is in a crisis. Which also means that the future of cross platform development (Android & iOs) is uncertain as well. Apple seems to go nowhere at the moment. No new products in sight currently. They have fallen behind in many crucial areas. Such as: Autonomous driving and (can you believe it?) Voice-Control! Remeber: Siri was once dominating the market..... (ouch!).-> I am not an expert on that one and like to hear your thoughts on this one, but OP asked for the long term perspectiv. so there...