Skip to content

The repository consists of accepted solutions to the problems in competitive programming websites CodeChef in Python.

Notifications You must be signed in to change notification settings

adarsh-15/Competitive_Programming

Repository files navigation

Competitive_Programming

The repository consists of accepted solutions to the problems in competitive programming websites CodeChef in Python.

Python For Beginners

Welcome! Are you completely new to programming?(https://wiki.python.org/moin/BeginnersGuide/NonProgrammers) If not then we presume you will be looking for information about why and how to get started with Python. Fortunately an experienced programmer in any programming language (whatever it may be) can pick up Python very quickly. It's also easy for beginners to use and learn, so jump in!(https://wiki.python.org/moin/BeginnersGuide/NonProgrammers).

Installing

Installing Python is generally easy, and nowadays many Linux and UNIX distributions include a recent Python. Even some Windows computers (notably those from HP) now come with Python already installed. If you do need to install Python and aren't confident about the task you can find a few notes on the BeginnersGuide/Download(https://wiki.python.org/moin/BeginnersGuide/Download) wiki page, but installation is unremarkable on most platforms.

Learning

Before getting started, you may want to find out which IDEs(https://wiki.python.org/moin/IntegratedDevelopmentEnvironments) and text editors(http://wiki.python.org/moin/PythonEditors) are tailored to make Python editing easy, browse the list of introductory books(http://wiki.python.org/moin/IntroductoryBooks), or look at code samples(http://wiki.python.org/moin/BeginnersGuide/Examples) that you might find helpful.

There is a list of tutorials suitable for experienced programmers on the BeginnersGuide/Tutorials(http://wiki.python.org/moin/BeginnersGuide/Programmers) page. There is also a list of resources in other languages(https://www.python.org/doc/nonenglish/) which might be useful if English is not your first language.

The online documentation(http://docs.python.org/) is your first port of call for definitive information. There is a fairly brief tutorial(http://docs.python.org/3/tutorial/) that gives you basic information about the language and gets you started. You can follow this by looking at the library reference(http://docs.python.org/3/library/) for a full description of Python's many libraries and the language reference(http://docs.python.org/3/reference/) for a complete (though somewhat dry) explanation of Python's syntax. If you are looking for common Python recipes and patterns, you can browse the ActiveState Python Cookbook(http://code.activestate.com/recipes/langs/python/).

About

The repository consists of accepted solutions to the problems in competitive programming websites CodeChef in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages