Dollars BBS | Technology

feed-icon

Main

News

Animation

Art

Comics

Films

Food

Games

Literature

Music

Personal

Sports

Technology

Random

Programming (38)

1 Name: NatAsuna : 2014-01-20 02:49 ID:DlA/Mehf [Del]

Hello everyone,

Just wondering who's here know programming and C+ or Python.

2 Name: maruru : 2014-01-20 09:45 ID:N0AVnIwD [Del]

I use C++ a lot (mostly for 3D programming) though it's not my favorite language. I prefer Delphi. But imho Embarcadero keeps f*cking things up -.- and the fpc has no real support other than a community.
Also I learned about C# and Java - in theory I can use them. But practically I don't like them and don't use them.
Beside those languages, I work a lot with PHP and JS(rather CoffeeScript) (browser based and on Node.JS) because I also make homepages.

3 Name: Anonymous : 2014-01-20 11:32 ID:Rwog7lhB [Del]

I'm a computer science student currently learning Java. During my free time, I sometimes try to learn a little bit of python.

Once I know enough of those, I'll probably try to add a lot more. :P

4 Name: Inuhakka !iNUhAkkAdw : 2014-01-20 15:47 ID:bXHhC84K [Del]

I only know some Java, very little Javascript, and Python. I like Python the most, though. I haven't used it for high-level applications, but Google does and they seem like they might know what they are doing.

Plus, it's named after Monty Python.

5 Name: OrekiX9 : 2014-01-23 04:11 ID:oG3/F65Q [Del]

Learning Java ^w^

6 Name: senpaimasterrace : 2014-01-24 12:27 ID:O5jfDblj [Del]

i do lol

7 Name: NatAsuna : 2014-01-25 00:42 ID:OlKGG3vb [Del]

I am learning C ! definitely wanna know about Python though. It's becoming popular huh.

8 Name: NatAsuna : 2014-01-25 00:46 ID:OlKGG3vb [Del]

If anyone learning Python. teach me lol XD

9 Name: Alex : 2014-01-25 05:49 ID:hWcDRFzq [Del]

may i know for what did you learn about python?

10 Name: hatori : 2014-01-25 10:26 ID:+Erf/udW [Del]

I highly recommend CodeAcademy for self study. It is a great learning site I use myself.

11 Name: Berlioz : 2014-02-01 22:10 ID:ttHRDHqA [Del]

I just now a bit of java :..(

12 Name: Berlioz : 2014-02-01 22:10 ID:ttHRDHqA [Del]

I just now a bit of java :..(

13 Name: Xaxa : 2014-02-02 16:48 ID:kbLJVnmP [Del]

Codeacademy.com is great to learn coding

14 Name: code : 2014-02-09 14:45 ID:Nj7Grt9E [Del]

first of all as a response to Xaxa code academy is one of the worst ways to learn how to try to learn how to code. the software only works in code academy and is all but useless outside of it. I suggest that instead you try looking at java python or c++ they have actual real world uses and can make amazing hey end applets with the right level of experience. you can try just going to a bookstore and buy a book on how to code download the free software and get started. if you are in school you could also ask a computer science teacher and see if you he can help you.
And in response to your question i do know how to use python. its fun simple and a great kick start.

15 Name: Inuhakka !u4InuhakKA : 2014-02-09 21:05 ID:Kjqr5OzV [Del]

>>14 What are you talking about? Code Academy teaches you the language without having to teach you how to use a program, making it a better way to learn than using an IDE in some respects. They also teach Python, and I have used that knowledge to create the 'amazing hey end applets' that you speak of. I'm not sure what difference you see between someone teaching you online and asking a computer science teacher or buying a book and learning that way.

16 Name: black : 2014-02-11 02:18 ID://ahbKeV [Del]


I use python daily while when i want to create a long term project that needs something to relate heavier capabilities i use C++. It all depends on what you are trying to accomplish.

17 Name: code : 2014-02-11 16:23 ID:7yfNsBW/ [Del]

>>15 sorry if I offended you but i just don't think that using code academy is as effective as using a software developing interface and think it is better to get hand on experience with what the programs can use and in my experience i have never heard anything about code academy but bad things and this is only my experience talking and if you find it works well for you so be it i just prefer using the software. And again i am very sorry if i upset you and that I am a bad speller. sory

18 Name: Inuhakka !u4InuhakKA : 2014-02-11 16:38 ID:Kjqr5OzV [Del]

>>17 I'm not offended, I was just confused. I find the knowledge transfers over to a program seamlessly. I would definitely agree that you can't just use that site to code everything you do, as using an IDE can do more than simple printing. However, learning a language using an online teacher is fine. Practice should be done in an IDE.

Again, no worries, I over-reacted.

19 Name: code : 2014-02-11 17:18 ID:7yfNsBW/ [Del]

thanks

20 Name: OrekiX9 : 2014-02-12 13:57 ID:sDA2a48b [Del]

I know little of Python...Thanks to Codecademy.com

21 Name: iilego : 2014-03-20 23:00 ID:QFYodRww [Del]

I learned some of the basics for Python and am currently learning java but i was wondering if someone could give me an application example preferably java of what could be done with the language cause I'm sort of confused about the application process.

22 Name: Taichi : 2014-03-23 10:35 ID:JdemCiYe [Del]

I'm currently learning C, I know a little about C++ :)

23 Name: Inuhakka !u4InuhakKA : 2014-03-23 15:31 ID:p5gPsxjc [Del]

I'm trying to learn Arduino.

I'm getting annoyed because I can't seem to assign any values in a 2-d array. It seems kind of worthless.

24 Name: RollyPolly !!VbnYl8oi : 2014-03-24 11:37 ID:uvJq3lm3 [Del]

>>23 I've been learning Arduino, too! I am getting angry because it doesn't throw exceptions or indicate errors of any kind when you call an array out of bounds. It just keeps going and doesn't work. I'm not sure what the point of that is.

25 Name: Inuhakka !u4InuhakKA : 2014-03-24 19:10 ID:p5gPsxjc [Del]

>>24 I also experienced this problem. It must be for some important reason, but it has added a lot of hours onto troubleshooting for me.

26 Name: strings : 2014-03-25 00:44 ID:wfeOpsfI [Del]

Python took me a heap of time to learn in comparison. \(-.-)/

27 Name: obelisk : 2014-03-26 15:29 ID:4f82kxVO [Del]

I'm new to programming, and I started with Python since my Raspberry Pi held it in such high regard. It feels a lot like a beginner's language, with how streamlined the syntax is, and how easy it is to interface with different hardware elements of my Pi.

28 Name: Bargain-Droid : 2014-04-02 01:53 ID:S/iH+tMw [Del]

Python is a pretty decent language, I use it to write utilities. As a matter of practice, I use text editors with syntax highlighting to write code (Kate, Ra (if you're on ChromeOS... even if it is a pain), Notepad++, etc.) Python has a nice set of libraries, utilities, and a good community with a strong following. Of course, this doesn't mean that other languages aren't as good or better at tasks than Python. I prefer it for its ease of use and its utility.

29 Post deleted by user.

30 Name: midsxeph : 2015-02-17 11:17 ID:XZ1CXBsR [Del]

I've been learning ruby as of lately. I think it'd be good to have on my resume.

31 Post deleted by user.

32 Name: Arkton : 2015-02-17 12:11 ID:4jZHUm/n [Del]

Done a bit in C++ before, starting to learn Java now.

33 Name: Waffles : 2015-02-17 20:04 ID:Kb0+/mt/ [Del]

I've done a lot of C++ and Java, object oriented programming languages are easy to learn once you get the feel. I don't spend a lot of time writing in Python because most of the work I've done is in Perl and that's what I'm moore comfortable with when it comes to scripting languages.

34 Name: YoloLord : 2015-02-18 18:22 ID:SMFI9umD [Del]

This is the fifth time this week where I've seen some people talk about how they program in this modern day and age in *Perl*. There are literally zero reasons why you would do anything in Perl nowadays, I don't know how this is still a thing.

35 Name: YoloLord : 2015-02-18 18:55 ID:SMFI9umD [Del]

OI EVERYONE IN THIS THREAD HARDEN THE FUCK UP AND LEARN MALBOLGE

36 Name: midsxeph : 2015-02-18 19:59 ID:SP4KeXwx [Del]

>>34 You've obviously never used Perl's CPAN before. If you did, you wouldn't think that.

37 Name: YoloLord : 2015-02-18 20:21 ID:SMFI9umD [Del]

>>36 That's a bold assumption. Perl is a language that literally no one uses anymore (apart from some people on this thread), if you don't believe me go to a code sharing site such as Github and look at the amount of *new* projects that are being written in Perl. Thing is, it is an old language. Newer languages apply newer things. External organisations such as CPAN are not going to improve fundamental components of the language and implement new ideas.

I am now going to use this opportunity to promote a higher level static typed compiled language (say that ten times fast!) that is has newer concepts that you won't see Perl touch with an 18 inch stick:

Go! Features such as builtin concurrency, channels for easy interthread communication and defer statements (a quick summary of some stuff) make it a new and developing language.
Languages that could be directly compared to Perl are also developing new features all the time such as Python, with it's inclusion of Unicode characters, something that Perl does not have and will never have (save for a few external libraries). Like everyone a long time ago I wrote Perl, but it's time to get with the times and realize that Perl is a language that should not be written for newer projects.

38 Name: OrekiX9 : 2015-02-21 15:57 ID:isKIgjl5 [Del]

A little Python,but at the moment I'm learning Objective-C