Cargando…

Beginning programming with Python® for dummies® /

The easy way to learn programming fundamentals with Python Python is a remarkably powerful and dynamic programming language that's used in a wide variety of application domains. Some of its key distinguishing features include a very clear, readable syntax, strong introspection capabilities, int...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mueller, John, 1958- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Hoboken, NJ : John Wiley and Sons, Inc. : For Dummies, [2018]
Edición:2nd edition.
Colección:--For dummies.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1020066537
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 180122s2018 nju ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d EBLCP  |d NLE  |d TEFOD  |d OCLCF  |d IDB  |d UMI  |d STF  |d COO  |d YDX  |d HCO  |d TOH  |d UOK  |d CEF  |d KSU  |d UAB  |d DEBBG  |d K6U  |d D6H  |d OCLCQ  |d WYU  |d G3B  |d LVT  |d S9I  |d C6I  |d KNOVL  |d PLS  |d VT2  |d OCLCQ  |d UWK  |d OCLCO  |d OCLCQ  |d OCLCO  |d NZAUC  |d OCLCQ 
019 |a 1020451592  |a 1026655456  |a 1031215695  |a 1042351685  |a 1044969348  |a 1057689776  |a 1060186854  |a 1103267009 
020 |a 9781119457909  |q (electronic bk.) 
020 |a 1119457904  |q (electronic bk.) 
020 |a 9781119457879  |q (electronic bk.) 
020 |a 1119457874  |q (electronic bk.) 
020 |a 9781523118502  |q (electronic bk.) 
020 |a 1523118504  |q (electronic bk.) 
020 |z 9781119457893 
020 |z 1119457890 
029 1 |a AU@  |b 000062004832 
035 |a (OCoLC)1020066537  |z (OCoLC)1020451592  |z (OCoLC)1026655456  |z (OCoLC)1031215695  |z (OCoLC)1042351685  |z (OCoLC)1044969348  |z (OCoLC)1057689776  |z (OCoLC)1060186854  |z (OCoLC)1103267009 
037 |a 2DEC7A77-DA83-47BC-80D7-DF81A2F2BE86  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.P98  |b M839 2018 
072 7 |a COM  |x 051360  |2 bisacsh 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Mueller, John,  |d 1958-  |e author. 
245 1 0 |a Beginning programming with Python® for dummies® /  |c by John Paul Mueller. 
250 |a 2nd edition. 
264 1 |a Hoboken, NJ :  |b John Wiley and Sons, Inc. :  |b For Dummies,  |c [2018] 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
500 |a "Learning made easy." 
520 |a The easy way to learn programming fundamentals with Python Python is a remarkably powerful and dynamic programming language that's used in a wide variety of application domains. Some of its key distinguishing features include a very clear, readable syntax, strong introspection capabilities, intuitive object orientation, and natural expression of procedural code. Plus, Python features full modularity, supporting hierarchical packages, exception-based error handling, and modules easily written in C, C++, Java, R, or .NET languages, such as C#. In addition, Python supports a number of coding styles that include: functional, imperative, object-oriented, and procedural. Due to its ease of use and flexibility, Python is constantly growing in popularity--and now you can wear your programming hat with pride and join the ranks of the pros with the help of this guide. Inside, expert author John Paul Mueller gives a complete step-by-step overview of all there is to know about Python. From performing common and advanced tasks, to collecting data, to interacting with package--this book covers it all! Use Python to create and run your first application Find out how to troubleshoot and fix errors Learn to work with Anaconda and use Magic Functions Benefit from completely updated and revised information since the last edition If you've never used Python or are new to programming in general, Beginning Programming with Python For Dummies is a helpful resource that will set you up for success. 
588 0 |a Vendor-supplied metadata. 
505 0 |a Intro; Title Page; Copyright Page; Table of Contents; Introduction; About This Book; Foolish Assumptions; Icons Used in This Book; Beyond the Book; Where to Go from Here; Part 1 Getting Started with Python; Chapter 1 Talking to Your Computer; Understanding Why You Want to Talk to Your Computer; Knowing that an Application is a Form of Communication; Thinking about procedures you use daily; Writing procedures down; Seeing applications as being like any other procedure; Understanding that computers take things literally; Defining What an Application Is. 
505 8 |a Understanding that computers use a special languageHelping humans speak to the computer; Understanding Why Python is So Cool; Unearthing the reasons for using Python; Deciding how you can personally benefit from Python; Discovering which organizations use Python; Finding useful Python applications; Comparing Python to other languages; Chapter 2 Getting Your Own Copy of Python; Downloading the Version You Need; Installing Python; Working with Windows; Working with the Mac; Working with Linux; Accessing Python on Your Machine; Using Windows; Using the Mac; Using Linux. 
505 8 |a Testing Your InstallationChapter 3 Interacting with Python; Opening the Command Line; Starting Python; Using the command line to your advantage; Using Python environment variables to your advantage; Typing a Command; Telling the computer what to do; Telling the computer youâ#x80;#x99;re done; Seeing the result; Using Help; Getting into help mode; Asking for help; Leaving help mode; Obtaining help directly; Closing the Command Line; Chapter 4 Writing Your First Application; Understanding Why IDEs Are Important; Creating better code; Debugging functionality; Defining why notebooks are useful. 
505 8 |a Obtaining Your Copy of AnacondaObtaining Analytics Anaconda; Installing Anaconda on Linux; Installing Anaconda on MacOS; Installing Anaconda on Windows; Downloading the Datasets and Example Code; Using Jupyter Notebook; Defining the code repository; Creating the Application; Understanding cells; Adding documentation cells; Other cell content; Understanding the Use of Indentation; Adding Comments; Understanding comments; Using comments to leave yourself reminders; Using comments to keep code from executing; Closing Jupyter Notebook; Chapter 5 Working with Anaconda; Downloading Your Code. 
505 8 |a Working with CheckpointsDefining the uses of checkpoints; Saving a checkpoint; Restoring a checkpoint; Manipulating Cells; Adding various cell types; Splitting and merging cells; Moving cells around; Running cells; Toggling outputs; Changing Jupyter Notebookâ#x80;#x99;s Appearance; Finding commands using the Command Palette; Working with line numbers; Using the Cell Toolbar features; Interacting with the Kernel; Obtaining Help; Using the Magic Functions; Viewing the Running Processes; Part 2 Talking the Talk; Chapter 6 Storing and Modifying Information; Storing Information. 
504 |a Includes bibliographical references and index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Python (Computer program language) 
650 0 |a Computer programming. 
650 6 |a Python (Langage de programmation) 
650 6 |a Programmation (Informatique) 
650 7 |a computer programming.  |2 aat 
650 7 |a COMPUTERS  |x Programming Languages  |x Python.  |2 bisacsh 
650 7 |a Computer programming.  |2 fast  |0 (OCoLC)fst00872390 
650 7 |a Python (Computer program language)  |2 fast  |0 (OCoLC)fst01084736 
776 0 8 |i Print version:  |a Mueller, John, 1958-  |t Beginning programming with Python® for dummies®.  |b 2nd edition.  |d Hoboken, NJ : John Wiley and Sons, Inc. : For Dummies, [2018]  |z 1119457890  |z 9781119457893  |w (OCoLC)999580408 
830 0 |a --For dummies. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781119457893/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 1689584 
938 |a YBP Library Services  |b YANK  |n 15110524 
994 |a 92  |b IZTAP