Уведомления

Группа в Telegram: @pythonsu

Уведомления

  • Found 15 posts.

Python проекты » PyOS, операционная система на Python!!! » Апрель 6, 2024 12:05:17

Это первая версия PyOS! В будущем она станет более серьёзной, появится
графический интерфейс, возможно даже станет самостоятельной ОС, которую
можно будет поставить на своё железо!
Вы скажите, что это не первый такой проект и не первая ОС на Python. Это правда. Но создатели этих ОС
ограничивались только командами запуска файлов. Я же планирую развивать мою ОС дальше!
P.S: тут почти ничего нету, но через максимум неделю выйдет новое обновление,
в котором что - нибудь добавится!
P.S.S: файл HELP.TXT прилагается в архиве

Ссылка на GitHub для ваших идей, отзывов и баг-репортов тут
Также очень прошу, если Вам понравился проект, поднять мне репутациютолько не делать наоборот :mad:
Приятного пользования! :pioneer:
Последний релиз - Indev 1.01

Флейм » Какими проектами сейчас занимаетесь? » сегодня 12:44:51

DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

Флейм » Официальная группа в Telegram » сегодня 12:47:00

DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

GUI » Оптимизация функции » сегодня 13:46:38

> проблема автопереноса в том, что она выравнивает весь текст, а мне нужно только 4 строчки

Пробовал задать выравнивание через setAlignment ?

> Т.е если текст который ниже 4 строк будет длиннее, в первых 4 могут быть длинные пробелы.

Можешь скриншот показать?

Python для новичков » ConfigParser выдаёт ошибку (( не могу разобраться прошу помочь » сегодня 14:12:01

Python-сообщество - это сообщество людей, увлеченных языком программирования Python. Здесь вы можете найти помощь, советы и поддержку от опытных разработчиков, Kenyan Porn Kutombana Kenyan escorts nairobi escorts nairobiraha telegram porn somali porn а также поделиться своим опытом и знаниями с другими участниками. Благодаря своей дружелюбной атмосфере и открытости к новичкам, Python-сообщество приветствует всех, кто интересуется этим языком программирования.

Python для новичков » ConfigParser выдаёт ошибку (( не могу разобраться прошу помочь » сегодня 14:13:35

Присоединиться к Python-сообществу легко: просто зарегистрируйтесь на форумах или чат-каналах, где обсуждаются темы aviator связанные с Python. Здесь вы можете задавать вопросы, делиться своими проектами и находить Mobile toilets Kenya новых друзей с общими интересами. Python-сообщество также организует мероприятия, gis такие как конференции и встречи, где вы можете учиться у лучших специалистов и общаться с единомышленниками.

Базы данных » Чем объектно- реляционные БД отличаются от реляционных? » сегодня 14:17:34

Object-relational databases (ORDBMS) differ from traditional relational aviatordatabases (RDBMS) in how they handle data. ORDBMS extend the relational model to Mobile toilets Kenya include object-oriented features, allowing users to define their own data types, methods, and objects. gis This provides greater flexibility and allows for more complex data structures to be stored and manipulated.

Базы данных » Чем объектно- реляционные БД отличаются от реляционных? » сегодня 14:19:09

In contrast, traditional RDBMS are based on the relational model, which uses tables to store data and relationships between tables to represent complex data structures. While RDBMS are highly efficient for storing and querying structured data, they can be less flexible when it comes to handling complex data types or relationships.
Kenyan Porn Kutombana Kenyan escorts nairobi escorts nairobiraha telegram porn somali porn

Базы данных » SQLAlchemy строка соединения » сегодня 14:22:51

SQLAlchemy, a popular Python SQL toolkit and Object-Relational Mapping (ORM) library, requires a connection string to establish a connection to a database. The connection string typically contains information such as the database dialect (e.g., PostgreSQL, MySQL, SQLite), the username and password for accessing the database, the host and port of the database server, and the name of the database. For example, a connection string for connecting to a PostgreSQL database might look like this: Kenyan Porn Kutombana Kenyan escorts nairobi escorts nairobiraha telegram porn somali porn
postgresql/username:password@localhost:5432/database_name
This string specifies the PostgreSQL dialect, the username and password for accessing the database, the host (localhost), the port (5432), and the name of the database (database_name).

Базы данных » SQLAlchemy строка соединения » сегодня 14:24:07

Using SQLAlchemy's connection string format allows for easy configuration and management of database connections in Python applications. The connection string can be stored in a configuration file or environment variable, making it easy to change aviator database settings without modifying the application code. SQLAlchemy's ORM features Mobile toilets Kenya further simplify database interactions by allowing developers to work with database tables as if they were Python objects, abstracting away the complexities of SQL queries. Overall, SQLAlchemy's connection string format is a powerful tool for managing database connections in gis Python applications.

Базы данных » Сравнение введенного имени юзера и пароля со значениями в MariaDB » сегодня 14:33:17

Comparing an entered username and password with values stored in a MariaDB database involves querying the database to retrieve the stored password for the given aviator
username and then comparing it with the entered password. To do this, you can use SQL queries in your application code. First, retrieve the stored Mobile toilets Kenya password for the given username:
sql
Copy code
SELECT password FROM users WHERE username = ‘entered_username’;
Then, compare the retrieved password with the entered password. If they match, the entered credentials are correct; otherwise, they are incorrect. This comparison ensures that only users with valid gis credentials can access the application.

Базы данных » Сравнение введенного имени юзера и пароля со значениями в MariaDB » сегодня 14:33:57

It's important to store passwords securely in the database by using hashing algorithms such as bcrypt or Argon2. Storing passwords in plain text is a security risk, as anyone with access to the database can view them. By hashing passwords before storing them and comparing the hashed values, Kenyan Porn Kutombana Kenyan escorts nairobi escorts nairobiraha telegram porn somali porn you can ensure that passwords are not exposed even if the database is compromised. Additionally, consider implementing other security measures such as salting passwords to further protect user credentials.

GUI » Оптимизация функции » сегодня 18:05:28

Rodegast
Можешь скриншот показать?
Это я ошибся, на самом деле не так работает

Python для новичков » как использовать OSINT скрипт  » сегодня 18:35:22

Здравствуйте. Как вообще подключить OSINT скрипты? На ютубе вроде используют терминал linux, а как мне на виндовсе подключить OSINT? В терминал пайтона пишу $ git clone и т.д , но оно пишет invalid syntax. Помогите