Bitcoin Forum
June 06, 2024, 07:06:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Start with Python or C?  (Read 187 times)
merj99 (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
July 29, 2018, 01:52:00 PM
 #1

If you were a total newbie at programming and wanted to start somewhere, would you begin with Python or the C programming language? Why?
marssx
Full Member
***
Offline Offline

Activity: 575
Merit: 100


800 chaturbate tk on sale


View Profile
July 30, 2018, 10:21:46 PM
 #2

If you were a total newbie at programming and wanted to start somewhere, would you begin with Python or the C programming language? Why?
i not pro, and not total newbie. C is very hard language (very specific). Its not for newbie. Even c++ not easy for newbie. Python looks more easy, especially django or another framework.
But at first need choose, what you want: write mobile app, web sites, system programs... etc.   

tvbcof
Legendary
*
Offline Offline

Activity: 4592
Merit: 1276


View Profile
July 30, 2018, 11:18:08 PM
 #3


I deeply regret not starting out with C.

If you can find any project which is best served with C, I'd suggest to start out there.  Or with some other 'difficult' system language.  Unfortunately Python and the higher level languages are a better choice for the vast majority of tasks.

I am very thankful that I started out learning a little 6502 assembly way back before the earth stopped cooling.  I've forgotten it all and never used it extensively, but understanding things down at this level makes one both appreciate and understand more readily some of the mysteries of the higher level languages.

Best of luck.


sig spam anywhere and self-moderated threads on the pol&soc board are for losers.
Risoruni
Jr. Member
*
Offline Offline

Activity: 168
Merit: 2


View Profile
July 31, 2018, 04:44:20 PM
 #4

Definitely Python. Those few friends who work on C are already consider to move to something else since the platform has no future.
1. There is no possibility to work in the most perspective directions: machine learning, IoT, big data, scientific computing.
2. The percentage of vacancies is decreasing.
3. Microsoft. If tomorrow decided that Azure on other platform will be sold better then .net will be forgotten.

    icovo   

████ The World’s First ICO Platform Implementing DAICO  ████
MileyPeardon
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
July 31, 2018, 11:25:59 PM
 #5

Python. Easier but also way more widely adopted
Ghost251
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
August 04, 2018, 04:49:09 PM
 #6

I Think Try The Python, My Programming Life Start on Right a Python Code!
kudosbadazz
Jr. Member
*
Offline Offline

Activity: 83
Merit: 1

When Football meets Crypto


View Profile
August 04, 2018, 05:01:42 PM
 #7

U mentioned the word "Beginner". Beginner would never know where to begin from. U usually need an expert

◢▬LIBEREUM▬◣ (https://www.libereum.io/)
—(••÷[ FORTES FORTUNA JUVAT! ]÷••)—
varun1022
Newbie
*
Offline Offline

Activity: 27
Merit: 2


View Profile
August 04, 2018, 05:58:25 PM
Merited by tvbcof (2)
 #8

C fosho, you need to know the basic building structure of programming and it takes you through data structures and makes you understand things which you directly use by importing packages in python.
drmilind2004
Member
**
Offline Offline

Activity: 280
Merit: 28


View Profile
August 04, 2018, 06:01:21 PM
 #9

Python is THE easiest language to learn. It's also a great language on it's own, and immensely popular.

What's more, once you understand the fundamentals of computer programming through your study of Python, it will be easier for you to learn the other languages, including C and C#.

Also, keep in mind that GoLang is another upcoming computer language, that'll serve you well. But, first, Python!


togoshigekata
Full Member
***
Offline Offline

Activity: 1260
Merit: 115



View Profile
August 05, 2018, 09:53:00 PM
 #10

Python would be best to start with, it is higher level language, so easier to use

NOTE: since 2009 it is the language taught for Intro Programming course at MIT

valkyrie_12Vl
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
August 06, 2018, 03:57:47 AM
 #11

go for python, its more simpler in syntax than c and would give you more progress and experience since it is of wide use today.
SimonOdell
Copper Member
Jr. Member
*
Offline Offline

Activity: 162
Merit: 3


View Profile WWW
August 20, 2018, 06:48:00 AM
 #12

I'd start with Javascript these days.

TOURIVA The World is Yours! https://touriva.info - Discord : https://discord.gg/wnteRpR
incryptico
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 20, 2018, 08:17:05 AM
 #13

I double Javascript, both Python and C are too specific now, and lose their applications. I'd say they both are outdated and some of the worst languages to begin with.
SimonOdell
Copper Member
Jr. Member
*
Offline Offline

Activity: 162
Merit: 3


View Profile WWW
August 20, 2018, 08:40:35 AM
 #14

Yeh, and the beauty of javascript is that you can instantly run it to see if you got it right, no need to worry about compiling and linking and so on.

TOURIVA The World is Yours! https://touriva.info - Discord : https://discord.gg/wnteRpR
Atherus
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
August 20, 2018, 09:30:54 AM
 #15

Python of course. It is easier and it is more adopted especially in the crypto space where you can get job opportunities in the remote field.
raatnak
Newbie
*
Offline Offline

Activity: 185
Merit: 0


View Profile
August 20, 2018, 11:19:47 AM
 #16

Im dont really know much about this sphere, but I do have some friends that earn money with programming and all of them say that Python is the best language to start with.
Michael1706
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
August 20, 2018, 04:30:36 PM
 #17

My friend is an IT programer. He advise me that Python is easy for a newbie or amateur. You can try it.
PrinceKael
Jr. Member
*
Offline Offline

Activity: 30
Merit: 7


View Profile
August 21, 2018, 05:50:18 AM
 #18

When it comes to computer programming and software engineering, the language is not important. Many newbies always ask "Which language is best?" etc and there is not one single answer. The most important thing is just starting to program and learning how to solve real-world problems, starting with easier tasks and progressing your way up as you learn the syntax and different problem-solving techniques.

However, I'd say Python is one of the easiest languages to start off with and learn, it's also quite versatile and can be used for web apps, scripts, software, IoT, data manipulation/analysis etc. C is a lot harder, but definitely worth learning at some point because it's used in many applications and software around the world. C is crucial from Linux to 3d game engines.

I highly recommend both languages, but Python is definitely the 1st choice for beginners.
Lakad normalin
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
August 21, 2018, 06:23:10 AM
 #19

You should start with C language because its the basic programming language
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!