Standaard Boekhandel gebruikt cookies en gelijkaardige technologieën om de website goed te laten werken en je een betere surfervaring te bezorgen.
Hieronder kan je kiezen welke cookies je wilt inschakelen:
Standaard Boekhandel gebruikt cookies en gelijkaardige technologieën om de website goed te laten werken en je een betere surfervaring te bezorgen.
We gebruiken cookies om:
De website vlot te laten werken, de beveiliging te verbeteren en fraude te voorkomen
Inzicht te krijgen in het gebruik van de website, om zo de inhoud en functionaliteiten ervan te verbeteren
Je op externe platformen de meest relevante advertenties te kunnen tonen
Je cookievoorkeuren
Standaard Boekhandel gebruikt cookies en gelijkaardige technologieën om de website goed te laten werken en je een betere surfervaring te bezorgen.
Hieronder kan je kiezen welke cookies je wilt inschakelen:
Technische en functionele cookies
Deze cookies zijn essentieel om de website goed te laten functioneren, en laten je toe om bijvoorbeeld in te loggen. Je kan deze cookies niet uitschakelen.
Analytische cookies
Deze cookies verzamelen anonieme informatie over het gebruik van onze website. Op die manier kunnen we de website beter afstemmen op de behoeften van de gebruikers.
Marketingcookies
Deze cookies delen je gedrag op onze website met externe partijen, zodat je op externe platformen relevantere advertenties van Standaard Boekhandel te zien krijgt.
Bedankt voor het vertrouwen het afgelopen jaar! Om jou te bedanken bieden we GRATIS verzending (in België) aan op alles gedurende de hele maand januari.
Afhalen na 1 uur in een winkel met voorraad
Gratis thuislevering in België
Ruim aanbod met 7 miljoen producten
Bedankt voor het vertrouwen het afgelopen jaar! Om jou te bedanken bieden we GRATIS verzending (in België) aan op alles gedurende de hele maand januari.
Je kan maximaal 250 producten tegelijk aan je winkelmandje toevoegen. Verwijdere enkele producten uit je winkelmandje, of splits je bestelling op in meerdere bestellingen.
In januari gratis thuislevering in België (via bpost)
Gratis levering in je Standaard Boekhandel
Omschrijving
Are You Ready To Learn Python Easily? Python is one of the most popular of all the computer programming languages, simply because it is one of the easiest to learn. It is an all-purpose language that has a range of different applications, such as: Web development Mathematical and Scientific Computing Graphical user interface for the desktopPython has a very clean syntax and short code which makes it ideal for the beginner. Not only that, Python is fun because, rather than spending all your time worrying about the syntax, you get to spend time thinking about what your code is going to do instead.Python is an old language, developed in the 1980's and being released for the first time in 1991. It was developed because Guido van Rossum wanted to create a language that was easy to understand and that could access the Amoeba system he was working on. That led to Python, an interpreted and extensible language that was named after Monty Python's Flying Circus for no reason other than the creator was a fan!Python is so much easier to write and to read than many other languages and is one of the most feature-packed. Benefits include: It's free and its open source - anyone can use Python and anyone can make changes to the source code and distribute it for themselves. Portable - Python programs can move from one platform to another can be run without the need to make any changes Embeddable and Extensible - Python code can be combined with bits of another computer language to produce a high-performance code and scripting abilities which are not always available with other languages out of the box Interpreted Language - Python does a lot of jobs, like garbage collection, memory management and so on automatically. Also, when your code is run, it will automatically be converted into a code that is understood by your computer system Libraries - Python contains a lot of libraries with much of the code needed to perform common tasks and cut down on the amount of code you need to write Object-Oriented - because everything that is in Python is an object, it is far easier to solve complex problems - each can be broken down into smaller problems through the creation of objects.Python is backed up with a large active community who are constantly striving to improve the language for beginners and experts alike. Use this community as they are of invaluable help to you.If you are quite ready, we are going to look at the basics of Python programming now. First, I will show you how to install it on your computer and then we will go through the basic concepts. There are going to be plenty of examples for you to input into Python and try or yourself. This is the best way to learn so I urge you to get your Python environment set up and work along with this book - you will learn so much more than if you just read it. Here Is What You'll Learn After Downloading This Python Programming Book: ✓ Introduction Chapter 1: Installing Python and Setting up Your Environment ✓ Chapter 2: Python Keywords, Identifiers, and OperatorsChapter 3: Python Flow Control✓ Chapter 4: Python FunctionsChapter 5: Python Datatypes✓ Chapter 6: Python ListsChapter 7: Python Tuples✓ Chapter 8: Python StringsChapter 9: Python Sets✓ Chapter 10: Python Objects and ClassesChapter 11: Python Dictionary✓ Chapter 12: Python Glossary What Are You Waiting For? Start Coding Python Programming Right Now!