S
S
Selemor2017-03-29 22:52:21
Python
Selemor, 2017-03-29 22:52:21

What to write in Python for a beginner to verify their knowledge?

Once you feel more comfortable using Python, what should you write in it? Something that will let me understand the level of my knowledge and what is worth pulling up and where to strive further.
PS Back-end is welcome.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
S
Sergey6661313, 2017-03-30
@Sergey6661313

Have you tried checkio.org ? Yes, the puzzles are simple, but there is a function "see other solutions." And that's where the flavor is...

S
Sergey, 2017-03-30
@red-barbarian

well, in addition to standard server-client chats, we can offer what is recommended in java: -text
quest
-simple sql database. (implementation of simple sql queries, storing data in tables)
in addition
, study Qt,
try django machine learning, neural networks. make for example your own foreign language determinant. download the wikipedia dump and create a bot that can talk on the topic.)
in addition,
refactoring your text. stupidly sit and choose the best name for a variable, function for five minutes. structures.
in addition
to see, visit python meetups. find out what is in trend and what the soul lies in.
Well, after the meetups there will be a lot of ideas. and willingness to try.
besides
github.
...
you can invent a lot if the language becomes not an end but a means.

A
Alexander, 2017-03-29
@NeiroNx

calculator

A
artem78, 2017-03-30
@artem78

I started my acquaintance with python with parsers.

A
Anton Konovalov, 2017-03-30
@akonovalov

Young man, go to codewars already and solve problems there according to the most "do not indulge".
How tired of the implementation of algorithms - ask Google or Bing what are the test tasks for pythonists in the field of the backend. Most likely, you will be asked to make a REST service, a log collector with parsing and aggregation, a cunning super-large file handler, and some other educational hardcore with a bias towards highload.

X
xxx, 2017-03-30
@Heavy10110

  • Bot for telegrams with a parser
  • crypt

R
Roman Kitaev, 2017-03-30
@deliro

Write a client-server console chat on sockets with channels, private and history in sqlite.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question